automatically, if a shared library is built. This would lead
to multiple definitions of get_module(). If you want to build
modules, add -DCOMPILE_DL to your CFLAGS.
/* 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>
#include <stdlib.h>
-#ifdef PIC
-# define COMPILE_DL 1
-#endif
-
#include "php.h"
#include "php3_pgsql.h"
#include "ext/standard/php3_standard.h"
*/
/* $Id$ */
-#ifdef PIC
-# define COMPILE_DL 1
-#endif
-
#include "php.h"
#if defined(COMPILE_DL)
#include "dl/phpdl.h"