mirror of
https://github.com/php/php-src.git
synced 2025-08-17 14:38:49 +02:00
15 lines
342 B
C
15 lines
342 B
C
#ifdef HAVE_CONFIG_H
|
|
#include "config.h"
|
|
#endif
|
|
|
|
#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
|