diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.in | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index fa9ebde14e3..0aa457214bf 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -48,9 +48,6 @@ /* Define to the default TCP port number as a string constant. */ #undef DEF_PGPORT_STR -/* Define to 1 to enable DTrace support. (--enable-dtrace) */ -#undef ENABLE_DTRACE - /* Define to build with GSSAPI support. (--with-gssapi) */ #undef ENABLE_GSS @@ -149,12 +146,6 @@ /* Define to 1 if you have the <editline/readline.h> header file. */ #undef HAVE_EDITLINE_READLINE_H -/* Define to 1 if you have the `ERR_set_mark' function. */ -#undef HAVE_ERR_SET_MARK - -/* Define to 1 if you have the `fcvt' function. */ -#undef HAVE_FCVT - /* Define to 1 if you have the `fdatasync' function. */ #undef HAVE_FDATASYNC @@ -514,18 +505,12 @@ /* Define to 1 if `__ss_len' is member of `struct sockaddr_storage'. */ #undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN -/* Define to 1 if the system has the type `struct sockaddr_un'. */ -#undef HAVE_STRUCT_SOCKADDR_UN - /* Define to 1 if `tm_zone' is member of `struct tm'. */ #undef HAVE_STRUCT_TM_TM_ZONE /* Define to 1 if you have the `symlink' function. */ #undef HAVE_SYMLINK -/* Define to 1 if you have the `sysconf' function. */ -#undef HAVE_SYSCONF - /* Define to 1 if you have the syslog interface. */ #undef HAVE_SYSLOG @@ -735,9 +720,6 @@ /* Define to 1 if strerror_r() returns a int. */ #undef STRERROR_R_INT -/* Define to 1 if your <sys/time.h> declares `struct tm'. */ -#undef TM_IN_SYS_TIME - /* Define to the appropriate snprintf format for unsigned 64-bit ints. */ #undef UINT64_FORMAT |