diff options
author | Stig Bakken <ssb@php.net> | 1999-12-01 23:14:54 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 1999-12-01 23:14:54 +0000 |
commit | 7e9a1bc5e7900ea9e605e264670d9794813fb28d (patch) | |
tree | e7c3ee6ef442bcd4e37e001cea3eb59c041d0913 /ext/mysql/php_mysql.c | |
parent | 2467dd6d05d97805cfbe027f9be4b4cfac8d9a25 (diff) | |
download | php-git-7e9a1bc5e7900ea9e605e264670d9794813fb28d.tar.gz |
Back out PIC/COMPILE_DL hack from gd/mysql.
Diffstat (limited to 'ext/mysql/php_mysql.c')
-rw-r--r-- | ext/mysql/php_mysql.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index aa9bb2757b..a9344cae12 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -24,10 +24,6 @@ * ? Safe mode implementation */ -#ifdef PIC -# define COMPILE_DL 1 -#endif - #ifdef COMPILE_DL # include "dl/phpdl.h" #endif |