CMake: cleanup config.h.cmake template

v0.27.3
Luis Díaz Más 7 years ago
parent 5bd26ee82b
commit dd51169a02

@ -76,11 +76,7 @@
#cmakedefine EXV_HAVE_TIMEGM #cmakedefine EXV_HAVE_TIMEGM
/* Define if you have the <unistd.h> header file. */ /* Define if you have the <unistd.h> header file. */
#cmakedefine EXV_HAVE_UNISTD_H 1 #cmakedefine EXV_HAVE_UNISTD_H
#if !defined( EXV_HAVE_UNISTD_H) && defined(__CYGWIN__)
#define EXV_HAVE_UNISTD_H 1
#endif
// Define if you have the <sys/mman.h> header file. // Define if you have the <sys/mman.h> header file.
#cmakedefine EXV_HAVE_SYS_MMAN_H #cmakedefine EXV_HAVE_SYS_MMAN_H
@ -102,7 +98,7 @@
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
slash. */ slash. */
#cmakedefine EXV_LSTAT_FOLLOWS_SLASHED_SYMLINK 1 #cmakedefine EXV_LSTAT_FOLLOWS_SLASHED_SYMLINK
/* Define to the name of this package. */ /* Define to the name of this package. */
#cmakedefine EXV_PACKAGE "@EXV_PACKAGE@" #cmakedefine EXV_PACKAGE "@EXV_PACKAGE@"

Loading…
Cancel
Save