summaryrefslogtreecommitdiff
path: root/ext/pgsql
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-10-10 12:41:56 +0000
committerSascha Schumann <sas@php.net>1999-10-10 12:41:56 +0000
commit00bcd72637cc8e41ee594ba1c13a9a436e7d3cd9 (patch)
tree100bbfa194d819b3912c2519caae832e3009091f /ext/pgsql
parent594f61521b53ecede291ead04bd8cca9ebf99165 (diff)
downloadphp-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/pgsql')
-rw-r--r--ext/pgsql/pgsql.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c
index b0705a8475..d09d474940 100644
--- a/ext/pgsql/pgsql.c
+++ b/ext/pgsql/pgsql.c
@@ -21,10 +21,6 @@
#include <stdlib.h>
-#ifdef PIC
-# define COMPILE_DL 1
-#endif
-
#include "php.h"
#include "php3_pgsql.h"
#include "ext/standard/php3_standard.h"