summaryrefslogtreecommitdiff
path: root/buildlib/environment.mak.in
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2012-05-21 16:50:52 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2012-05-21 16:50:52 +0200
commit65bf851838611139239805bee63a7cea4cb0a309 (patch)
tree89865869c0b4ca26bc0f0a2774c43d3b122aa3a1 /buildlib/environment.mak.in
parent5c1715d8f847a5a3d8b8128d2dcc8a7622a9df1b (diff)
* buildlib/inttypes.h.in:
- remove inttypes.h compatibility as providing such a c99 types compatibility conflicts with the usage of c99 type long long
Diffstat (limited to 'buildlib/environment.mak.in')
-rw-r--r--buildlib/environment.mak.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildlib/environment.mak.in b/buildlib/environment.mak.in
index 7ceae70ce..fc859951e 100644
--- a/buildlib/environment.mak.in
+++ b/buildlib/environment.mak.in
@@ -54,7 +54,6 @@ BDBLIB = @BDBLIB@
INTLLIBS = @INTLLIBS@
# Shim Headerfile control
-HAVE_C9X = @HAVE_C9X@
HAVE_STATVFS = @HAVE_STATVFS@
HAVE_ZLIB = @HAVE_ZLIB@
HAVE_BZ2 = @HAVE_BZ2@