summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl/config.h.in
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2007-03-20 13:51:01 (GMT)
committerKen Martin <ken.martin@kitware.com>2007-03-20 13:51:01 (GMT)
commit2bd4301797ac943e9bb5be3f38eb2f0cd491591d (patch)
treefd8a4c1b5c376561c02548d1ea80e04940ec5a67 /Utilities/cmcurl/config.h.in
parent56ce727d1019886d210b7f6181504f279052816c (diff)
downloadCMake-2bd4301797ac943e9bb5be3f38eb2f0cd491591d.zip
CMake-2bd4301797ac943e9bb5be3f38eb2f0cd491591d.tar.gz
CMake-2bd4301797ac943e9bb5be3f38eb2f0cd491591d.tar.bz2
BUG: was not setting HAVE_PROCESS_H properly
Diffstat (limited to 'Utilities/cmcurl/config.h.in')
-rw-r--r--Utilities/cmcurl/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Utilities/cmcurl/config.h.in b/Utilities/cmcurl/config.h.in
index c8ae15e..6f2e5db 100644
--- a/Utilities/cmcurl/config.h.in
+++ b/Utilities/cmcurl/config.h.in
@@ -354,6 +354,9 @@
/* we have a POSIX-style strerror_r() */
#cmakedefine HAVE_POSIX_STRERROR_R ${HAVE_POSIX_STRERROR_R}
+/* Define to 1 if you have the <process.h> header file. */
+#cmakedefine HAVE_PROCESS_H ${HAVE_PROCESS_H}
+
/* Define to 1 if you have the <pwd.h> header file. */
#cmakedefine HAVE_PWD_H ${HAVE_PWD_H}