diff options
author | James Cox <imajes@php.net> | 2002-03-04 09:10:32 +0000 |
---|---|---|
committer | James Cox <imajes@php.net> | 2002-03-04 09:10:32 +0000 |
commit | 0c78c87f34b39273b8c37912de5b5d7381684cc2 (patch) | |
tree | 24f9c6298515e8d1f4453445f606865d1c5b0081 /main/build-defs.h.in | |
parent | cd5f8608e2abe44d592f692ec096fa13d019c89a (diff) | |
download | php-git-0c78c87f34b39273b8c37912de5b5d7381684cc2.tar.gz |
Changing the Velocis extension to now be called Birdstep, due to a product/company change.
added aliases for Velocis to the birdstep functions.
# testing is both advised and encouraged!
@ The Velocis extension is no
Diffstat (limited to 'main/build-defs.h.in')
-rw-r--r-- | main/build-defs.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/build-defs.h.in b/main/build-defs.h.in index 2ca412db67..7a3dd02b82 100644 --- a/main/build-defs.h.in +++ b/main/build-defs.h.in @@ -75,8 +75,8 @@ #define PHP_LDAP_LFLAGS "" #define PHP_LDAP_INCLUDE "" #define PHP_LDAP_LIBS "" -#define PHP_VELOCIS_INCLUDE "" -#define PHP_VELOCIS_LIBS "" +#define PHP_BIRDSTEP_INCLUDE "" +#define PHP_BIRDSTEP_LIBS "" #define PEAR_INSTALLDIR "@EXPANDED_PEAR_INSTALLDIR@" #define PHP_INCLUDE_PATH "@INCLUDE_PATH@" #define PHP_EXTENSION_DIR "@EXPANDED_EXTENSION_DIR@" |