summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/gd/gd.c4
-rw-r--r--ext/mysql/php_mysql.c4
2 files changed, 0 insertions, 8 deletions
diff --git a/ext/gd/gd.c b/ext/gd/gd.c
index 3e2f2636ed..df74ab9754 100644
--- a/ext/gd/gd.c
+++ b/ext/gd/gd.c
@@ -25,10 +25,6 @@
/* Note that there is no code from the gd package in this file */
-#ifdef PIC
-# define COMPILE_DL 1
-#endif
-
#include "php.h"
#include "ext/standard/head.h"
#include <math.h>
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