diff options
author | Marc G. Fournier <scrappy@hub.org> | 1997-02-13 08:33:28 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1997-02-13 08:33:28 +0000 |
commit | aa7dbd0b95a167568a62ed3fc3cff00e4920a360 (patch) | |
tree | db78962608418164c1083a9bffd276eb06124e0d /src/include | |
parent | a5494a2d92a2752c610b8b668a7d33478e90c160 (diff) | |
download | postgresql-aa7dbd0b95a167568a62ed3fc3cff00e4920a360.tar.gz postgresql-aa7dbd0b95a167568a62ed3fc3cff00e4920a360.zip |
Had configure check for strdup, but didn't have it set HAVE_STRDUP
Fixed
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in index 525015b70da..2e1be342b1a 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.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 |