
Conditionalized sendfile support on the presence of sys/sendfile.h, since FreeBSD version is slightly different.
9 lines
327 B
CMake
9 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
|