diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.in | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 838abafffc6..129d7396e5e 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -55,6 +55,9 @@ /* Define to 1 if you have the `class' function. */ #undef HAVE_CLASS +/* Define to 1 if you have the `crypt' function. */ +#undef HAVE_CRYPT + /* Define to 1 if you have the <crypt.h> header file. */ #undef HAVE_CRYPT_H @@ -121,6 +124,9 @@ /* Define to 1 if you have the `gethostname' function. */ #undef HAVE_GETHOSTNAME +/* Define to 1 if you have the `getopt' function. */ +#undef HAVE_GETOPT + /* Define to 1 if you have the <getopt.h> header file. */ #undef HAVE_GETOPT_H @@ -250,6 +256,9 @@ /* Define to 1 if you have the `util' library (-lutil). */ #undef HAVE_LIBUTIL +/* Define to 1 if you have the `wsock32' library (-lwsock32). */ +#undef HAVE_LIBWSOCK32 + /* Define to 1 if you have the `z' library (-lz). */ #undef HAVE_LIBZ @@ -460,8 +469,7 @@ `HAVE_STRUCT_TM_TM_ZONE' instead. */ #undef HAVE_TM_ZONE -/* Define to 1 if you don't have `tm_zone' but do have the external array - `tzname'. */ +/* Define to 1 if you have the external array `tzname'. */ #undef HAVE_TZNAME /* Define to 1 if the system has the type `uint64'. */ |