35 |
# to disable the final configuration report. |
# to disable the final configuration report. |
36 |
# 2009-04-11 PH applied Christian Ehrlicher's patch to show compiler flags that |
# 2009-04-11 PH applied Christian Ehrlicher's patch to show compiler flags that |
37 |
# are set by specifying a release type. |
# are set by specifying a release type. |
38 |
|
# 2010-01-02 PH added test for stdint.h |
39 |
|
|
40 |
PROJECT(PCRE C CXX) |
PROJECT(PCRE C CXX) |
41 |
|
|
56 |
INCLUDE(CheckTypeSize) |
INCLUDE(CheckTypeSize) |
57 |
|
|
58 |
CHECK_INCLUDE_FILE(dirent.h HAVE_DIRENT_H) |
CHECK_INCLUDE_FILE(dirent.h HAVE_DIRENT_H) |
59 |
|
CHECK_INCLUDE_FILE(stdint.h HAVE_STDINT_H) |
60 |
CHECK_INCLUDE_FILE(sys/stat.h HAVE_SYS_STAT_H) |
CHECK_INCLUDE_FILE(sys/stat.h HAVE_SYS_STAT_H) |
61 |
CHECK_INCLUDE_FILE(sys/types.h HAVE_SYS_TYPES_H) |
CHECK_INCLUDE_FILE(sys/types.h HAVE_SYS_TYPES_H) |
62 |
CHECK_INCLUDE_FILE(unistd.h HAVE_UNISTD_H) |
CHECK_INCLUDE_FILE(unistd.h HAVE_UNISTD_H) |