summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 15b629507..645310a5e 100644
--- a/config.h.in
+++ b/config.h.in
@@ -44,6 +44,8 @@
#cmakedefine HAVE_LIBGEN_H 1
+#cmakedefine HAVE_SEARCH_H 1
+
#cmakedefine HAVE_LOCALE_H 1
#cmakedefine HAVE_GRP_H 1
@@ -307,6 +309,10 @@
#define HAVE_DIRNAME 1
#endif
+#ifdef HAVE_SEARCH_H
+#include <search.h>
+#endif
+
#ifdef HAVE_LOCALE_H
#include <locale.h>
#define HAVE_SETLOCALE 1