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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user