diff options
Diffstat (limited to 'ext/posix/php_posix.h')
-rw-r--r-- | ext/posix/php_posix.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/posix/php_posix.h b/ext/posix/php_posix.h index a6cda8b48b..be55a7d36d 100644 --- a/ext/posix/php_posix.h +++ b/ext/posix/php_posix.h @@ -33,11 +33,7 @@ #ifndef _PHP_POSIX_H #define _PHP_POSIX_H -#if COMPILE_DL -#define HAVE_POSIX 1 -#endif -#if HAVE_POSIX #ifndef DLEXPORT #define DLEXPORT #endif |