diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-04-13 01:58:54 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-04-13 01:58:54 +0000 |
commit | 3ddd50073349d53cfcc57ac4b8fb4d15ae2fa59a (patch) | |
tree | 23f16779e22cfeaa2f7e3577127d542940bf4f65 /games-strategy/wesnoth/files | |
parent | Version bump. (diff) | |
download | historical-3ddd50073349d53cfcc57ac4b8fb4d15ae2fa59a.tar.gz historical-3ddd50073349d53cfcc57ac4b8fb4d15ae2fa59a.tar.bz2 historical-3ddd50073349d53cfcc57ac4b8fb4d15ae2fa59a.zip |
version bump, happy easter
Package-Manager: portage-2.1.6.7/cvs/Linux i686
Diffstat (limited to 'games-strategy/wesnoth/files')
-rw-r--r-- | games-strategy/wesnoth/files/config.h.cmake | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/games-strategy/wesnoth/files/config.h.cmake b/games-strategy/wesnoth/files/config.h.cmake new file mode 100644 index 000000000000..5bef010c4532 --- /dev/null +++ b/games-strategy/wesnoth/files/config.h.cmake @@ -0,0 +1,8 @@ +/*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 |