diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2012-05-14 23:06:48 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2012-05-14 23:06:48 -0400 |
commit | f667747b6d30c524c210501f5a2ca8e543a1bb67 (patch) | |
tree | e84944a7aaf99877a0d80c73b480563433651924 /src | |
parent | e42a21b9e6c9b9e6346a34b62628d48ff2fc6ddf (diff) |
Put back AC_REQUIRE([AC_STRUCT_TM]).
The BSD-ish members of the buildfarm all seem to think removing this
was a bad idea. It looks to me like it resulted in omitting the system
header inclusion necessary to detect the fields of struct tm correctly.
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 |