diff options
author | Andi Gutmans <andi@php.net> | 2000-06-10 08:48:01 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-06-10 08:48:01 +0000 |
commit | a9d4cf90237f9ac0d859f2c8f5203cfa4b7c807e (patch) | |
tree | 3c91787ff07705c7f8297cfecc1d09f80b83ce02 /ext/snmp/php_snmp.h | |
parent | 0eeee6b7c83319775c96734f940b05a397fb7914 (diff) | |
download | php-git-a9d4cf90237f9ac0d859f2c8f5203cfa4b7c807e.tar.gz |
- Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows
- need to define both COMPILE_DL_MODULE and HAVE_MODULE=1
Diffstat (limited to 'ext/snmp/php_snmp.h')
-rw-r--r-- | ext/snmp/php_snmp.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/snmp/php_snmp.h b/ext/snmp/php_snmp.h index cf88163b66..73d4124521 100644 --- a/ext/snmp/php_snmp.h +++ b/ext/snmp/php_snmp.h @@ -22,10 +22,6 @@ #ifndef _PHP_SNMP_H #define _PHP_SNMP_H -#if COMPILE_DL -#undef HAVE_SNMP -#define HAVE_SNMP 1 -#endif #if HAVE_SNMP #ifndef DLEXPORT #define DLEXPORT |