wesnoth/config.h.cmake
Nils Kneuper b1c974d10b port autotools change for BSD to cmake recipe:
Conditionalized sendfile support on the presence of sys/sendfile.h,
since FreeBSD version is slightly different.
2009-04-24 08:41:31 +00:00

10 lines
327 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_SYS_SENDFILE_H 1
#cmakedefine HAVE_SENDFILE 1
#cmakedefine HAVE_ROUND 1