mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 12:43:54 +00:00

...commit message was: add the searching for sendfile/round to the cmake recipe now a file for the defines is created automatically...
9 lines
292 B
CMake
9 lines
292 B
CMake
/*this file is used to automatically set some defines and is used in the CMake recipe*/
|
|
#cmakedefine HAVE_STDLIB_H 1
|
|
#cmakedefine HAVE_UNISTD_H 1
|
|
#cmakedefine HAVE_POLL_H 1
|
|
#cmakedefine HAVE_SYS_POLL_H 1
|
|
#cmakedefine HAVE_SYS_SELECT_H 1
|
|
#cmakedefine HAVE_SENDFILE 1
|
|
#cmakedefine HAVE_ROUND 1
|