]> granicus.if.org Git - curl/commitdiff
Fixed missing HAVE_PROCESS_H (caused a warning)
authorBenoit Neil <suky0001@free.fr>
Wed, 8 Apr 2009 20:54:36 +0000 (20:54 +0000)
committerBenoit Neil <suky0001@free.fr>
Wed, 8 Apr 2009 20:54:36 +0000 (20:54 +0000)
lib/config.h.cmake

index f4ff86740fc7931aaa353648dc2885edfed32117..baa8a3a38728e2d52892db907377073d0438913b 100644 (file)
 /* 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}