aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBenoit Neil <suky0001@free.fr>2009-04-08 20:54:36 +0000
committerBenoit Neil <suky0001@free.fr>2009-04-08 20:54:36 +0000
commit0e98f938c4ade20ff376ade9a7e4239e857f6878 (patch)
tree707d04db8f5c40fbb96790cc909e1e06c78ead10 /lib
parent55d0c29f4a067bff5eab6a1417335abde8693b11 (diff)
Fixed missing HAVE_PROCESS_H (caused a warning)
Diffstat (limited to 'lib')
-rw-r--r--lib/config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config.h.cmake b/lib/config.h.cmake
index f4ff86740..baa8a3a38 100644
--- a/lib/config.h.cmake
+++ b/lib/config.h.cmake
@@ -716,6 +716,9 @@
/* Define to 1 if you have the <x509.h> header file. */
#cmakedefine HAVE_X509_H ${HAVE_X509_H}
+/* Define if you have the <process.h> header file. */
+#cmakedefine HAVE_PROCESS_H ${HAVE_PROCESS_H}
+
/* if you have the zlib.h header file */
#cmakedefine HAVE_ZLIB_H ${HAVE_ZLIB_H}