diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.in | 10 | ||||
-rw-r--r-- | src/include/pg_config.h.win32 | 10 | ||||
-rw-r--r-- | src/pl/plpython/plpython.h | 1 |
3 files changed, 0 insertions, 21 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index c6014e83fa8..53e6fe33989 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -654,16 +654,9 @@ /* Define to 1 if you have the <termios.h> header file. */ #undef HAVE_TERMIOS_H -/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use - `HAVE_STRUCT_TM_TM_ZONE' instead. */ -#undef HAVE_TM_ZONE - /* Define to 1 if your compiler understands `typeof' or something similar. */ #undef HAVE_TYPEOF -/* Define to 1 if you have the external array `tzname'. */ -#undef HAVE_TZNAME - /* Define to 1 if you have the <ucred.h> header file. */ #undef HAVE_UCRED_H @@ -884,9 +877,6 @@ /* Define to 1 if strerror_r() returns int. */ #undef STRERROR_R_INT -/* Define to 1 if your <sys/time.h> declares `struct tm'. */ -#undef TM_IN_SYS_TIME - /* Define to 1 to use ARMv8 CRC Extension. */ #undef USE_ARMV8_CRC32C diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 5bbf476990f..a330df9d9d4 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -508,16 +508,9 @@ /* Define to 1 if you have the <termios.h> header file. */ /* #undef HAVE_TERMIOS_H */ -/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use - `HAVE_STRUCT_TM_TM_ZONE' instead. */ -/* #undef HAVE_TM_ZONE */ - /* Define to 1 if your compiler understands `typeof' or something similar. */ /* #undef HAVE_TYPEOF */ -/* Define to 1 if you have the external array `tzname'. */ -/* #undef HAVE_TZNAME */ - /* Define to 1 if the system has the type `uint64'. */ /* #undef HAVE_UINT64 */ @@ -686,9 +679,6 @@ /* Define to 1 if strerror_r() returns int. */ /* #undef STRERROR_R_INT */ -/* Define to 1 if your <sys/time.h> declares `struct tm'. */ -/* #undef TM_IN_SYS_TIME */ - /* Define to 1 to build with assertion checks. (--enable-cassert) */ /* #undef USE_ASSERT_CHECKING */ diff --git a/src/pl/plpython/plpython.h b/src/pl/plpython/plpython.h index 3a1f0d56d7c..dc8fcee001c 100644 --- a/src/pl/plpython/plpython.h +++ b/src/pl/plpython/plpython.h @@ -28,7 +28,6 @@ */ #undef _POSIX_C_SOURCE #undef _XOPEN_SOURCE -#undef HAVE_TZNAME /* * Sometimes python carefully scribbles on our *printf macros. |