diff options
author | Sascha Schumann <sas@php.net> | 1999-12-20 07:12:27 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-12-20 07:12:27 +0000 |
commit | 0d70a91b6d7034a729bfc48f52b4955439b26a64 (patch) | |
tree | 8a024256d38194755d7d1c5a4118cddae2bb6a06 /build-defs.h.in | |
parent | 56a5e84f9ddbf2d63e34c797746124c5385306d4 (diff) | |
download | php-git-0d70a91b6d7034a729bfc48f52b4955439b26a64.tar.gz |
Add information about chosen SAPI module to phpinfo()
Diffstat (limited to 'build-defs.h.in')
-rw-r--r-- | build-defs.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-defs.h.in b/build-defs.h.in index fd9f697597..dc4ba19016 100644 --- a/build-defs.h.in +++ b/build-defs.h.in @@ -74,6 +74,7 @@ #define PHP_PGSQL_LIBS "" #define PHP_PROG_SENDMAIL "@PROG_SENDMAIL@" #define PHP_REGEX_LIB "" +#define PHP_SAPI "@PHP_SAPI@" #define PHP_SOLID_INCLUDE "" #define PHP_SOLID_LIBS "" #define PHP_EMPRESS_INCLUDE "" |