diff options
-rw-r--r-- | Source/CPack/cmCPackConfigure.h.in | 30 | ||||
-rw-r--r-- | Source/CPack/cmCPackNSISGenerator.cxx | 1 | ||||
-rw-r--r-- | Source/CPack/cmCPackNSISGenerator.h | 1 | ||||
-rw-r--r-- | Source/CPack/cmCPackPackageMakerGenerator.h | 1 |
4 files changed, 0 insertions, 33 deletions
diff --git a/Source/CPack/cmCPackConfigure.h.in b/Source/CPack/cmCPackConfigure.h.in index 3aa0b72..139597f 100644 --- a/Source/CPack/cmCPackConfigure.h.in +++ b/Source/CPack/cmCPackConfigure.h.in @@ -1,32 +1,2 @@ -#cmakedefine HAVE_WCHAR_H @HAVE_WCHAR_H@ -#cmakedefine HAVE_UNISTD_H @HAVE_UNISTD_H@ -#cmakedefine HAVE_IO_H @HAVE_IO_H@ -#cmakedefine HAVE_SIZEOF_SSIZE_T @HAVE_SIZEOF_SSIZE_T@ -#if !defined(HAVE_SIZEOF_SSIZE_T) -# define ssize_t @ssize_t@ -#endif -#cmakedefine HAVE_SIZEOF_INT64_T @HAVE_SIZEOF_INT64_T@ -#if !defined(HAVE_SIZEOF_INT64_T) -# define int64_t @int64_t@ -# define uint64_t unsigned @int64_t@ -#endif -#cmakedefine HAVE_SIZEOF_UID_T @HAVE_SIZEOF_UID_T@ -#if !defined(HAVE_SIZEOF_UID_T) -# define uid_t @uid_t@ -#endif -#cmakedefine HAVE_SIZEOF_GID_T @HAVE_SIZEOF_GID_T@ -#if !defined(HAVE_SIZEOF_GID_T) -# define gid_t @gid_t@ -#endif -#cmakedefine HAVE_SIZEOF_INTMAX_T @HAVE_SIZEOF_INTMAX_T@ -#if !defined(HAVE_SIZEOF_INTMAX_T) -# define intmax_t @intmax_t@ -#endif -#cmakedefine HAVE_SIZEOF_UINTMAX_T @HAVE_SIZEOF_UINTMAX_T@ -#if !defined(HAVE_SIZEOF_UINTMAX_T) -# define uintmax_t @uintmax_t@ -#endif -#cmakedefine HAVE_GETEUID @HAVE_GETEUID@ -#cmakedefine HAVE_INTTYPES_H @HAVE_INTTYPES_H@ diff --git a/Source/CPack/cmCPackNSISGenerator.cxx b/Source/CPack/cmCPackNSISGenerator.cxx index 7706fbb..fc69cf2 100644 --- a/Source/CPack/cmCPackNSISGenerator.cxx +++ b/Source/CPack/cmCPackNSISGenerator.cxx @@ -17,7 +17,6 @@ #include "cmCPackNSISGenerator.h" -#include "cmake.h" #include "cmGlobalGenerator.h" #include "cmLocalGenerator.h" #include "cmSystemTools.h" diff --git a/Source/CPack/cmCPackNSISGenerator.h b/Source/CPack/cmCPackNSISGenerator.h index afa90f3..47d9080 100644 --- a/Source/CPack/cmCPackNSISGenerator.h +++ b/Source/CPack/cmCPackNSISGenerator.h @@ -20,7 +20,6 @@ #include "cmCPackGenericGenerator.h" -#include "CPack/cmCPackConfigure.h" // for ssize_t /** \class cmCPackNSISGenerator * \brief A generator for NSIS files diff --git a/Source/CPack/cmCPackPackageMakerGenerator.h b/Source/CPack/cmCPackPackageMakerGenerator.h index acc44cb..e56201f 100644 --- a/Source/CPack/cmCPackPackageMakerGenerator.h +++ b/Source/CPack/cmCPackPackageMakerGenerator.h @@ -20,7 +20,6 @@ #include "cmCPackGenericGenerator.h" -#include "CPack/cmCPackConfigure.h" // for ssize_t /** \class cmCPackPackageMakerGenerator * \brief A generator for PackageMaker files |