diff options
| author | Sascha Schumann <sas@php.net> | 1999-10-10 12:41:56 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 1999-10-10 12:41:56 +0000 |
| commit | 00bcd72637cc8e41ee594ba1c13a9a436e7d3cd9 (patch) | |
| tree | 100bbfa194d819b3912c2519caae832e3009091f /ext/snmp/snmp.c | |
| parent | 594f61521b53ecede291ead04bd8cca9ebf99165 (diff) | |
| download | php-git-00bcd72637cc8e41ee594ba1c13a9a436e7d3cd9.tar.gz | |
Remove -DPIC preprocessor macros. This is defined by libtool
automatically, if a shared library is built. This would lead
to multiple definitions of get_module(). If you want to build
modules, add -DCOMPILE_DL to your CFLAGS.
Diffstat (limited to 'ext/snmp/snmp.c')
| -rw-r--r-- | ext/snmp/snmp.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/snmp/snmp.c b/ext/snmp/snmp.c index 8127468071..d0d22a6b65 100644 --- a/ext/snmp/snmp.c +++ b/ext/snmp/snmp.c @@ -19,10 +19,6 @@ */ /* $Id$ */ -#ifdef PIC -# define COMPILE_DL 1 -#endif - #include "php.h" #if defined(COMPILE_DL) #include "dl/phpdl.h" |
