diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 0aa457214bf..5454efdcbe6 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -720,6 +720,9 @@ /* 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 |