diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2012-05-14 22:51:21 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2012-05-14 22:51:21 +0300 |
commit | ff4628f37a1e700d1fe716d0c271f68d8aa1e4ea (patch) | |
tree | ace6147b6c631e7cbaa0d4a7285a9daf9f1c0045 /src | |
parent | d461d0502b6e20c6d4ec326ba2faec8212fd5dee (diff) | |
download | postgresql-ff4628f37a1e700d1fe716d0c271f68d8aa1e4ea.tar.gz postgresql-ff4628f37a1e700d1fe716d0c271f68d8aa1e4ea.zip |
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
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 |