summaryrefslogtreecommitdiff
path: root/build-defs.h.in
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-07-12 20:21:14 +0000
committerSascha Schumann <sas@php.net>1999-07-12 20:21:14 +0000
commit8f29babc8e6560c579415e5d7d4f0f586dbc1095 (patch)
tree2ea1fd396ec9c2899e81d17729cd87a11cbeb9bd /build-defs.h.in
parentfa7605f289f6e79136a9b963e360f6976ffe1ce0 (diff)
downloadphp-git-8f29babc8e6560c579415e5d7d4f0f586dbc1095.tar.gz
add some which are always substituted
Diffstat (limited to 'build-defs.h.in')
-rw-r--r--build-defs.h.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/build-defs.h.in b/build-defs.h.in
index 2e653f18c8..f36faee667 100644
--- a/build-defs.h.in
+++ b/build-defs.h.in
@@ -35,10 +35,10 @@
#define PHP_FHTTPD_INCLUDE ""
#define PHP_FHTTPD_LIB ""
#define PHP_FHTTPD_TARGET ""
-#define PHP_BINNAME ""
-#define PHP_CFLAGS ""
+#define PHP_BINNAME "@BINNAME@"
+#define PHP_CFLAGS "@CFLAGS@"
#define PHP_DBASE_LIB ""
-#define PHP_DEBUG ""
+#define PHP_DEBUG "@DEBUG_CFLAGS@"
#define PHP_GDBM_INCLUDE ""
#define PHP_HSREGEX ""
#define PHP_IBASE_INCLUDE ""
@@ -47,7 +47,7 @@
#define PHP_IFX_INCLUDE ""
#define PHP_IFX_LFLAGS ""
#define PHP_IFX_LIBS ""
-#define PHP_INSTALL_IT ""
+#define PHP_INSTALL_IT "@INSTALL_IT@"
#define PHP_IODBC_INCLUDE ""
#define PHP_IODBC_LFLAGS ""
#define PHP_IODBC_LIBS ""