diff options
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 |