diff options
| author | Bruce Momjian | 2004-06-07 22:39:45 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2004-06-07 22:39:45 +0000 |
| commit | a63d2168e900bba799a9baed3b24c7cf171e3e9d (patch) | |
| tree | 56b28dedb6d5a64a7e8aea2ba676b364a37c8554 /src/include | |
| parent | 913661380382f268d2eec10f5c5e1ec1497fdd32 (diff) | |
Fix strerror_r by checking return type from configure.
Diffstat (limited to 'src/include')
| -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 f9c3d5ade7f..5d3351a006d 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -607,6 +607,9 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* 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 |
