From dd51169a02632e4a1cec72f52c571a9138b512fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20D=C3=ADaz=20M=C3=A1s?= Date: Fri, 1 Jun 2018 14:39:18 +0200 Subject: [PATCH] CMake: cleanup config.h.cmake template --- config/config.h.cmake | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/config/config.h.cmake b/config/config.h.cmake index 3471c483..dcc5b67d 100644 --- a/config/config.h.cmake +++ b/config/config.h.cmake @@ -76,11 +76,7 @@ #cmakedefine EXV_HAVE_TIMEGM /* Define if you have the header file. */ -#cmakedefine EXV_HAVE_UNISTD_H 1 - -#if !defined( EXV_HAVE_UNISTD_H) && defined(__CYGWIN__) -#define EXV_HAVE_UNISTD_H 1 -#endif +#cmakedefine EXV_HAVE_UNISTD_H // Define if you have the header file. #cmakedefine EXV_HAVE_SYS_MMAN_H @@ -102,7 +98,7 @@ /* Define to 1 if `lstat' dereferences a symlink specified with a trailing slash. */ -#cmakedefine EXV_LSTAT_FOLLOWS_SLASHED_SYMLINK 1 +#cmakedefine EXV_LSTAT_FOLLOWS_SLASHED_SYMLINK /* Define to the name of this package. */ #cmakedefine EXV_PACKAGE "@EXV_PACKAGE@"