get system info into cmake

This commit is contained in:
Ken Martin 2001-04-27 14:40:53 -04:00
parent ca64a39b86
commit 9020fec9a9
2 changed files with 16 additions and 0 deletions

8
CMakeSystemConfig.txt.in Normal file
View File

@ -0,0 +1,8 @@
#
# CMakeLocal.make.in should be in the directory where you run configure
# in, which need not be the source directory
#
Define WORDS_BIGENDIAN @WORDS_BIGENDIAN@
Define HAVE_LIMITS_H @HAVE_LIMITS_H@
Define HAVE_UNISTD_H @HAVE_UNISTD_H@

View File

@ -0,0 +1,8 @@
#
# CMakeLocal.make.in should be in the directory where you run configure
# in, which need not be the source directory
#
Define WORDS_BIGENDIAN
Define HAVE_LIMITS_H 1
Define HAVE_UNISTD_H 1