summaryrefslogtreecommitdiff
path: root/ext/gd/gd.c
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-12-01 23:14:54 +0000
committerStig Bakken <ssb@php.net>1999-12-01 23:14:54 +0000
commit7e9a1bc5e7900ea9e605e264670d9794813fb28d (patch)
treee7c3ee6ef442bcd4e37e001cea3eb59c041d0913 /ext/gd/gd.c
parent2467dd6d05d97805cfbe027f9be4b4cfac8d9a25 (diff)
downloadphp-git-7e9a1bc5e7900ea9e605e264670d9794813fb28d.tar.gz
Back out PIC/COMPILE_DL hack from gd/mysql.
Diffstat (limited to 'ext/gd/gd.c')
-rw-r--r--ext/gd/gd.c4
1 files changed, 0 insertions, 4 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>