diff options
author | Tom Lane | 1999-07-19 00:55:59 +0000 |
---|---|---|
committer | Tom Lane | 1999-07-19 00:55:59 +0000 |
commit | 44bc7ab2a63aa133b465efb3400d6b5254bd71e5 (patch) | |
tree | f7b90381f1e8db793b093a384df44f58bfa2c84f /src/include | |
parent | 49e92caba09646b923aaeede91dffb665c84a55c (diff) |
Put back mistakenly removed configure test for HAVE_NETINET_IN_H.
Diffstat (limited to 'src/include')
-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 |