diff options
| author | Sascha Schumann <sas@php.net> | 1999-12-30 04:07:46 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 1999-12-30 04:07:46 +0000 |
| commit | 2c99bef442d71a455628628e932daf26aaec8a46 (patch) | |
| tree | f4a7ca3e976ff07d3d6a730bded4ed1598b6ff8d /ext/sybase_ct | |
| parent | e3af8ed3217b0a3bd46382e523bb12cfdc12e230 (diff) | |
| download | php-git-2c99bef442d71a455628628e932daf26aaec8a46.tar.gz | |
Get rid of config.h.stub. Note that you should embed a comment about
what the respective define does into the AC_DEFINE macro. I.e.
AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO])
Diffstat (limited to 'ext/sybase_ct')
| -rw-r--r-- | ext/sybase_ct/config.h.stub | 4 | ||||
| -rw-r--r-- | ext/sybase_ct/config.m4 | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/ext/sybase_ct/config.h.stub b/ext/sybase_ct/config.h.stub deleted file mode 100644 index 7edaee454c..0000000000 --- a/ext/sybase_ct/config.h.stub +++ /dev/null @@ -1,4 +0,0 @@ -/* Define if you have libdnet_stub (used for Sybase support) */ -#define HAVE_LIBDNET_STUB 0 - -#define HAVE_SYBASE_CT 0 diff --git a/ext/sybase_ct/config.m4 b/ext/sybase_ct/config.m4 index d2cde0d9ca..3bfdea28c7 100644 --- a/ext/sybase_ct/config.m4 +++ b/ext/sybase_ct/config.m4 @@ -10,7 +10,7 @@ AC_ARG_WITH(sybase-ct, if test -z "$SYBASE_LIBS"; then PHP_EXTENSION(sybase_ct) fi - AC_DEFINE(HAVE_SYBASE_CT) + AC_DEFINE(HAVE_SYBASE_CT,,[ ]) if test "$withval" = "yes"; then SYBASE_CT_INCDIR=/home/sybase/include SYBASE_CT_LIBDIR=/home/sybase/lib |
