From ff4628f37a1e700d1fe716d0c271f68d8aa1e4ea Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 14 May 2012 22:51:21 +0300 Subject: Remove unused AC_DEFINE symbols ENABLE_DTRACE unused as of a7b7b07af340c73adee9959edf260695591a9496 HAVE_ERR_SET_MARK unused as of 4ed4b6c54e5fab24ab2624d80e26f7546edc88ad HAVE_FCVT unused as of 4553e1d80f824291932cfde30aa24a76dd8f1941 HAVE_STRUCT_SOCKADDR_UN unused as of b4cea00a1fc9d2270bfe9aeeee44915378d5f733 HAVE_SYSCONF unused as of f83356c7f574bc69969f29dc7b430b286a0cd9f4 TM_IN_SYS_TIME never used, obsolescent per Autoconf documentation --- src/include/pg_config.h.in | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src') 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 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 declares `struct tm'. */ -#undef TM_IN_SYS_TIME - /* Define to the appropriate snprintf format for unsigned 64-bit ints. */ #undef UINT64_FORMAT -- cgit v1.2.3