]> granicus.if.org Git - php/commitdiff
pg_escape_* functions were not available on win32 due to a missing define
authorHarald Radi <phanto@php.net>
Sun, 9 Jun 2002 14:32:40 +0000 (14:32 +0000)
committerHarald Radi <phanto@php.net>
Sun, 9 Jun 2002 14:32:40 +0000 (14:32 +0000)
#if this breaks the build because the win32 pg libs don't export the functions
#we should consider implementing them somehow else
#some linuxtag work

main/config.w32.h.in

index a5acb96f91b407af383b1138e4885bce9f617e4b..75ee3dd10037cb65f7d7e81ffb8cf5041e58d69f 100644 (file)
 #define SIZEOF_INT 4
 #define HAVE_GLOB
 #define PHP_SHLIB_SUFFIX "dll"
+#define HAVE_PQESCAPE