|
|
@ -13,8 +13,8 @@
|
|
|
|
// Defined to 1 if you have 'sys/select.h' header
|
|
|
|
// Defined to 1 if you have 'sys/select.h' header
|
|
|
|
#cmakedefine HAVE_SYS_SELECT_H 1
|
|
|
|
#cmakedefine HAVE_SYS_SELECT_H 1
|
|
|
|
|
|
|
|
|
|
|
|
// Defined to 1 if you have 'time.h' header
|
|
|
|
// Defined to 1 if 'time.h' header can be included together with 'sys/time.h'
|
|
|
|
#cmakedefine TIME_WITH_SYS_TIME 1
|
|
|
|
#cmakedefine TIME_WITH_SYS_TIME 1
|
|
|
|
|
|
|
|
|
|
|
|
// We should have 'strtol, strtoll' in stdlib.h header or in cstdlib with c++
|
|
|
|
// We should have 'strtol, strtoll' in stdlib.h header or in cstdlib with c++
|
|
|
|
#define HAVE_STRTOLL 1
|
|
|
|
#cmakedefine HAVE_STRTOLL 1
|
|
|
|