From: Benoit Neil Date: Wed, 8 Apr 2009 20:54:36 +0000 (+0000) Subject: Fixed missing HAVE_PROCESS_H (caused a warning) X-Git-Tag: curl-7_19_5~234 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e98f938c4ade20ff376ade9a7e4239e857f6878;p=curl Fixed missing HAVE_PROCESS_H (caused a warning) --- 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 header file. */ #cmakedefine HAVE_X509_H ${HAVE_X509_H} +/* Define if you have the header file. */ +#cmakedefine HAVE_PROCESS_H ${HAVE_PROCESS_H} + /* if you have the zlib.h header file */ #cmakedefine HAVE_ZLIB_H ${HAVE_ZLIB_H}