From 00bcd72637cc8e41ee594ba1c13a9a436e7d3cd9 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sun, 10 Oct 1999 12:41:56 +0000 Subject: 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. --- ext/snmp/snmp.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ext/snmp') 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" -- cgit v1.2.1