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 |
# 2010-01-02 PH added test for stdint.h |
39 |
|
# 2010-03-02 PH addes test for inttypes.h |
40 |
|
|
41 |
PROJECT(PCRE C CXX) |
PROJECT(PCRE C CXX) |
42 |
|
|
58 |
|
|
59 |
CHECK_INCLUDE_FILE(dirent.h HAVE_DIRENT_H) |
CHECK_INCLUDE_FILE(dirent.h HAVE_DIRENT_H) |
60 |
CHECK_INCLUDE_FILE(stdint.h HAVE_STDINT_H) |
CHECK_INCLUDE_FILE(stdint.h HAVE_STDINT_H) |
61 |
|
CHECK_INCLUDE_FILE(inttypes.h HAVE_INTTYPES_H) |
62 |
CHECK_INCLUDE_FILE(sys/stat.h HAVE_SYS_STAT_H) |
CHECK_INCLUDE_FILE(sys/stat.h HAVE_SYS_STAT_H) |
63 |
CHECK_INCLUDE_FILE(sys/types.h HAVE_SYS_TYPES_H) |
CHECK_INCLUDE_FILE(sys/types.h HAVE_SYS_TYPES_H) |
64 |
CHECK_INCLUDE_FILE(unistd.h HAVE_UNISTD_H) |
CHECK_INCLUDE_FILE(unistd.h HAVE_UNISTD_H) |