aboutsummaryrefslogtreecommitdiff
path: root/Makefile.include.in
diff options
context:
space:
mode:
authoralthekiller <althekiller@svn>2010-06-08 20:33:18 +0000
committeralthekiller <althekiller@svn>2010-06-08 20:33:18 +0000
commit5db36527755cb50e84069d3a9efec599c5f1d5a1 (patch)
tree10e6e95d93d9dae75c3b23856ccea2d037ca0cad /Makefile.include.in
parent52cff3f62f66bf61f234bf4d59a0edb1f0162745 (diff)
fixed: POSIX feature test macros should be passed to all of the crap we build
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30978 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'Makefile.include.in')
-rw-r--r--Makefile.include.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.include.in b/Makefile.include.in
index 915f703015..d4c1947cf3 100644
--- a/Makefile.include.in
+++ b/Makefile.include.in
@@ -35,9 +35,6 @@ INCLUDES+=@INCLUDES@
DEFINES+= \
-D_LINUX \
-D_FILE_DEFINED \
- -D_REENTRANT \
- -D_LARGEFILE64_SOURCE \
- -D_FILE_OFFSET_BITS=64 \
-D__STDC_CONSTANT_MACROS \
-DBIN_INSTALL_PATH="\"$(libdir)/xbmc\"" \
-DINSTALL_PATH="\"$(datarootdir)/xbmc\"" \