diff options
Diffstat (limited to 'src/include/config.h.in')
-rw-r--r-- | src/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in index 5bf092c2220..89a573d753e 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -250,6 +250,9 @@ /* Set to 1 if you have <netdb.h> */ #undef HAVE_NETDB_H +/* Set to 1 if you have <netinet/in.h> */ +#undef HAVE_NETINET_IN_H + /* Set to 1 if you have <readline.h> */ #undef HAVE_READLINE_H |