From 7e9a1bc5e7900ea9e605e264670d9794813fb28d Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Wed, 1 Dec 1999 23:14:54 +0000 Subject: Back out PIC/COMPILE_DL hack from gd/mysql. --- ext/mysql/php_mysql.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ext/mysql/php_mysql.c') 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 -- cgit v1.2.1