[cmake-commits] hoffman committed strequal.c 1.3 1.4

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Mar 20 14:51:44 EST 2007


Update of /cvsroot/CMake/CMake/Utilities/cmcurl
In directory public:/mounts/ram/cvs-serv8518

Modified Files:
	strequal.c 
Log Message:
ENH: second try to fix qnx build problem 


Index: strequal.c
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmcurl/strequal.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- strequal.c	20 Mar 2007 19:49:11 -0000	1.3
+++ strequal.c	20 Mar 2007 19:51:42 -0000	1.4
@@ -25,7 +25,7 @@
 
 #include <string.h>
 #include <ctype.h>
-#ifdef  __QNX__
+#ifdef HAVE_STRINGS_H
 #include <strings.h>
 #endif
 



More information about the Cmake-commits mailing list