diff options
| author | Gergely Madarász <gorgo@php.net> | 1999-09-03 14:58:51 +0000 |
|---|---|---|
| committer | Gergely Madarász <gorgo@php.net> | 1999-09-03 14:58:51 +0000 |
| commit | 94bc5f6c55f66d49e3cf6d475149800a7fa941de (patch) | |
| tree | 4f48902d10b11584295024b1e91c49c5f0757e4e /ext/pgsql/pgsql.c | |
| parent | f8d9ef14b5d9d35538e174d93feb709aeba0beac (diff) | |
| download | php-git-94bc5f6c55f66d49e3cf6d475149800a7fa941de.tar.gz | |
Enabled shared build of pgsql module
Diffstat (limited to 'ext/pgsql/pgsql.c')
| -rw-r--r-- | ext/pgsql/pgsql.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 8c47e9d87d..0a4088b27e 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -21,6 +21,10 @@ #include <stdlib.h> +#ifdef PIC +# define COMPILE_DL 1 +#endif + #include "php.h" #include "php3_pgsql.h" #include "ext/standard/php3_standard.h" |
