blob: ba354523f8974e059d977a5fe1372b6aad992016 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#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
|