diff options
author | Sascha Schumann <sas@php.net> | 1999-12-03 13:24:30 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-12-03 13:24:30 +0000 |
commit | 992eb497bf186e8931fa686d584df157ed07580f (patch) | |
tree | 69c38f22cbe1fa0ab4abae33b1a86695e6d7d18a /ext/posix/php3_posix.h | |
parent | 401580a71657ace3139f732d4175a2a129391803 (diff) | |
download | php-git-992eb497bf186e8931fa686d584df157ed07580f.tar.gz |
Add configure stuff
(note that --with-xxx should be only used, if it references something
external.)
Diffstat (limited to 'ext/posix/php3_posix.h')
-rw-r--r-- | ext/posix/php3_posix.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/posix/php3_posix.h b/ext/posix/php3_posix.h index ef689eb857..12b7f3fa8f 100644 --- a/ext/posix/php3_posix.h +++ b/ext/posix/php3_posix.h @@ -37,8 +37,6 @@ #define HAVE_POSIX 1 #endif -#define HAVE_POSIX 1 - #if HAVE_POSIX #ifndef DLEXPORT #define DLEXPORT |