1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-15 14:05:03 -05:00

Fixed missing HAVE_PROCESS_H (caused a warning)

This commit is contained in:
Benoit Neil 2009-04-08 20:54:36 +00:00
parent 55d0c29f4a
commit 0e98f938c4

View File

@ -716,6 +716,9 @@
/* Define to 1 if you have the <x509.h> header file. */ /* Define to 1 if you have the <x509.h> header file. */
#cmakedefine HAVE_X509_H ${HAVE_X509_H} #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 */ /* if you have the zlib.h header file */
#cmakedefine HAVE_ZLIB_H ${HAVE_ZLIB_H} #cmakedefine HAVE_ZLIB_H ${HAVE_ZLIB_H}