summaryrefslogtreecommitdiffstats
path: root/CMakeSystemConfig.cmake.in
blob: f1c7b28b179d6b183d43391096a661f88816ef70 (plain)
1
2
3
4
5
6
7
8
9
10
# 
# CMakeLocal.make.in should be in the directory where you run configure
# in, which need not be the source directory
#
SET (WORDS_BIGENDIAN     @WORDS_BIGENDIAN@)
SET (HAVE_LIMITS_H       @HAVE_LIMITS_H@)
SET (HAVE_UNISTD_H       @HAVE_UNISTD_H@)
SET (CMAKE_USE_SPROC     @CMAKE_USE_SPROC@)
SET (CMAKE_USE_PTHREADS  @CMAKE_USE_PTHREADS@)
SET (CMAKE_HP_PTHREADS   @CMAKE_HP_PTHREADS@)