diff options
Diffstat (limited to 'build-defs.h.in')
-rw-r--r-- | build-defs.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-defs.h.in b/build-defs.h.in index 3095d6e874..fd9f697597 100644 --- a/build-defs.h.in +++ b/build-defs.h.in @@ -23,10 +23,11 @@ | If you did not, or have any questions about PHP licensing, please | | contact core@php.net. | +----------------------------------------------------------------------+ - | Authors: Stig Sæther Bakken <ssb@guardian.no> | + | Authors: Stig Sæther Bakken <ssb@fast.no> | +----------------------------------------------------------------------+ */ +#define CONFIGURE_COMMAND "@CONFIGURE_COMMAND@" #define PHP_ADA_INCLUDE "" #define PHP_ADA_LFLAGS "" #define PHP_ADA_LIBS "" @@ -87,4 +88,3 @@ #define PHP_LDAP_LIBS "" #define PHP_VELOCIS_INCLUDE "" #define PHP_VELOCIS_LIBS "" - |