summaryrefslogtreecommitdiff
path: root/source3/include/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r--source3/include/config.h.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in
index cebd9ee346..0500e05b7e 100644
--- a/source3/include/config.h.in
+++ b/source3/include/config.h.in
@@ -505,6 +505,18 @@
/* Define if you have the crypt16 function. */
#undef HAVE_CRYPT16
+/* Define if you have the dlclose function. */
+#undef HAVE_DLCLOSE
+
+/* Define if you have the dlerror function. */
+#undef HAVE_DLERROR
+
+/* Define if you have the dlopen function. */
+#undef HAVE_DLOPEN
+
+/* Define if you have the dlsym function. */
+#undef HAVE_DLSYM
+
/* Define if you have the dup2 function. */
#undef HAVE_DUP2