mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
11 lines
293 B
C
11 lines
293 B
C
#include <php_config.h>
|
|
|
|
/* PHP might define ulong, but we want to use our own typedef */
|
|
#ifdef ulong
|
|
#undef ulong
|
|
#endif
|
|
|
|
/* The client doesn't use multiple charsets, so only the compiled-in
|
|
default is really needed */
|
|
#define SHAREDIR "NONEXISTENT"
|
|
#define DEFAULT_CHARSET_HOME SHAREDIR
|