mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Remove unused AC_DEFINE symbols
ENABLE_DTRACE unused as ofa7b7b07af3
HAVE_ERR_SET_MARK unused as of4ed4b6c54e
HAVE_FCVT unused as of4553e1d80f
HAVE_STRUCT_SOCKADDR_UN unused as ofb4cea00a1f
HAVE_SYSCONF unused as off83356c7f5
TM_IN_SYS_TIME never used, obsolescent per Autoconf documentation
This commit is contained 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
|
||||
|
||||
|
Reference in New Issue
Block a user