1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Had configure check for strdup, but didn't have it set HAVE_STRDUP

Fixed
This commit is contained in:
Marc G. Fournier
1997-02-13 08:33:28 +00:00
parent a5494a2d92
commit aa7dbd0b95
3 changed files with 20 additions and 14 deletions

View File

@@ -80,6 +80,9 @@
/* Set to 1 if you have sigprocmask() */
#undef HAVE_SIGPROCMASK
/* Set to 1 if you have strdup() */
#undef HAVE_STRDUP
/* Set to 1 if you have libreadline.a */
#undef HAVE_LIBREADLINE