diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-10 17:05:39 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-10 17:05:39 (GMT) |
commit | 581adffa8651015dbadaaeb8df79044e52d1034b (patch) | |
tree | b48689c9bef52f555fb4aad606ea92b24d877535 | |
parent | d530038e16672c33717e345c5ee61c4fd368b609 (diff) | |
download | CMake-581adffa8651015dbadaaeb8df79044e52d1034b.zip CMake-581adffa8651015dbadaaeb8df79044e52d1034b.tar.gz CMake-581adffa8651015dbadaaeb8df79044e52d1034b.tar.bz2 |
COMP: Remove legacy code and fix sun build
-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 |