diff options
author | SVN Migration <svn@php.net> | 2000-02-17 15:05:25 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2000-02-17 15:05:25 +0000 |
commit | ae2e5e64f4a1e355095e08365387d05fc19797ee (patch) | |
tree | 33186702f72df853b5f917c9876f1e65a12520c4 /Zend/acconfig.h | |
parent | 995c565fba10a4abaddd4db556c89b98bdd5fd41 (diff) | |
download | php-git-BEFORE_SAPI_POST_PATCH_17_FEB_2000.tar.gz |
This commit was manufactured by cvs2svn to create tagBEFORE_SAPI_POST_PATCH_17_FEB_2000
'BEFORE_SAPI_POST_PATCH_17_FEB_2000'.
Diffstat (limited to 'Zend/acconfig.h')
-rw-r--r-- | Zend/acconfig.h | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/Zend/acconfig.h b/Zend/acconfig.h deleted file mode 100644 index a6de7d427c..0000000000 --- a/Zend/acconfig.h +++ /dev/null @@ -1,66 +0,0 @@ -#define ZEND_API - -@TOP@ - -/* This is the default configuration file to read */ -#define USE_CONFIG_FILE 1 - -/* these are defined by automake */ -#undef PACKAGE -#undef VERSION - -/* define uint by configure if it is missed (QNX and BSD derived) */ -#undef uint - -/* define ulong by configure if it is missed (most probably is) */ -#undef ulong - -/* Undefine if you want stricter XML/SGML compliance by default */ -/* (this disables "<?expression?>" by default) */ -#define T_DEFAULT_SHORT_OPEN_TAG 1 - -/* Define both of these if you want the bundled REGEX library */ -#define REGEX 0 -#define HSREGEX 0 - -#undef ZEND_DEBUG - -/* Define if you want to enable memory limit support */ -#define MEMORY_LIMIT 0 - -/* Define to compile Zend thread safe */ -#undef ZTS - -#undef HAVE_LIBDL - -@BOTTOM@ - -#ifdef HAVE_STDLIB_H -# include <stdlib.h> -#endif - -#ifdef HAVE_SYS_TYPES_H -# include <sys/types.h> -#endif - -#ifdef HAVE_STRING_H -# include <string.h> -#else -# include <strings.h> -#endif - -/* Define if you have stdiostream.h */ -#undef HAVE_STDIOSTREAM_H - -#if ZEND_BROKEN_SPRINTF -int zend_sprintf(char *buffer, const char *format, ...); -#else -# define zend_sprintf sprintf -#endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - */ |