[Cmake-commits] [cmake-commits] king committed config_freebsd.h 1.1 1.2 config_windows.h 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Nov 30 17:22:26 EST 2009


Update of /cvsroot/CMake/CMake/Utilities/cmlibarchive/libarchive
In directory public:/mounts/ram/cvs-serv10810/Utilities/cmlibarchive/libarchive

Modified Files:
	config_freebsd.h config_windows.h 
Log Message:
libarchive: Remove unused STDC_HEADERS try_run

This was the only try_run() in libarchive, and the result was not used
in the source code.  We remove it to allow cross-compiling to work.


Index: config_freebsd.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmlibarchive/libarchive/config_freebsd.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** config_freebsd.h	30 Oct 2009 17:10:02 -0000	1.1
--- config_freebsd.h	30 Nov 2009 22:22:24 -0000	1.2
***************
*** 141,145 ****
  #define HAVE_WMEMCPY 1
  #define HAVE_ZLIB_H 1
- #define STDC_HEADERS 1
  #define TIME_WITH_SYS_TIME 1
  
--- 141,144 ----

Index: config_windows.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmlibarchive/libarchive/config_windows.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** config_windows.h	30 Oct 2009 17:10:03 -0000	1.1
--- config_windows.h	30 Nov 2009 22:22:24 -0000	1.2
***************
*** 466,472 ****
  /* #undef NO_MINUS_C_MINUS_O */
  
- /* Define to 1 if you have the ANSI C header files. */
- #define STDC_HEADERS 1
- 
  /* Define to 1 if strerror_r returns char *. */
  /* #undef STRERROR_R_CHAR_P */
--- 466,469 ----



More information about the Cmake-commits mailing list