]> granicus.if.org Git - php/commitdiff
Back out PIC/COMPILE_DL hack from gd/mysql.
authorStig Bakken <ssb@php.net>
Wed, 1 Dec 1999 23:14:54 +0000 (23:14 +0000)
committerStig Bakken <ssb@php.net>
Wed, 1 Dec 1999 23:14:54 +0000 (23:14 +0000)
ext/gd/gd.c
ext/mysql/php_mysql.c

index 3e2f2636ed155f60b836ec23823c25931c869303..df74ab975494778692cc4090a61e207036afb023 100644 (file)
 
 /* 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>
index aa9bb2757b5970a77b427900b3a4ce0ddb7047d0..a9344cae1228112db47b1831a74fef0443164a80 100644 (file)
  * ? Safe mode implementation
  */
 
-#ifdef PIC
-# define COMPILE_DL 1
-#endif
-
 #ifdef COMPILE_DL
 # include "dl/phpdl.h"
 #endif