| /* cs_config.h. Generated by configure. */ |
| /* cs_config.h.in. Generated from configure.in by autoheader. */ |
| /* |
| * Copyright 2001-2004 Brandon Long |
| * All Rights Reserved. |
| * |
| * ClearSilver Templating System |
| * |
| * This code is made available under the terms of the ClearSilver License. |
| * http://www.clearsilver.net/license.hdf |
| * |
| */ |
| |
| /* |
| * config file |
| */ |
| |
| #ifndef __CS_CONFIG_H_ |
| #define __CS_CONFIG_H_ 1 |
| |
| |
| /* Enable support for HTML Compression (still must be enabled at run time) */ |
| #define HTML_COMPRESSION 1 |
| |
| /* Enable support for X Remote CGI Debugging */ |
| /* #undef ENABLE_REMOTE_DEBUG */ |
| |
| /********* SYSTEM CONFIG ***************************************************/ |
| /* autoconf/configure should figure all of these out for you */ |
| |
| /* Does your system have the snprintf() call? */ |
| #define HAVE_SNPRINTF 1 |
| |
| /* Does your system have the vsnprintf() call? */ |
| #define HAVE_VSNPRINTF 1 |
| |
| /* Does your system have the strtok_r() call? */ |
| #define HAVE_STRTOK_R 1 |
| |
| /* Does your system have the localtime_r() call? */ |
| #define HAVE_LOCALTIME_R 1 |
| |
| /* Does your system have the gmtime_r() call? */ |
| #define HAVE_GMTIME_R 1 |
| |
| /* Does your system have the mkstemp() call? */ |
| #define HAVE_MKSTEMP 1 |
| |
| /* Does your system have regex.h */ |
| #define HAVE_REGEX 1 |
| |
| /* Does your system have pthreads? */ |
| #define HAVE_PTHREADS 1 |
| |
| /* Does your system have lockf ? */ |
| #define HAVE_LOCKF 1 |
| |
| /* Does your system have Berkeley DB v2 ? */ |
| /* #undef HAVE_DB2 */ |
| |
| /* Enable support for gettext message translation */ |
| /* #undef ENABLE_GETTEXT */ |
| |
| |
| /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. |
| */ |
| #define HAVE_DIRENT_H 1 |
| |
| /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ |
| /* #undef HAVE_DOPRNT */ |
| |
| /* Define to 1 if you have the `drand48' function. */ |
| #define HAVE_DRAND48 1 |
| |
| /* Define to 1 if you have the <fcntl.h> header file. */ |
| #define HAVE_FCNTL_H 1 |
| |
| /* Define to 1 if you have the `gettimeofday' function. */ |
| #define HAVE_GETTIMEOFDAY 1 |
| |
| /* Define to 1 if you have the `gmtime_r' function. */ |
| #define HAVE_GMTIME_R 1 |
| |
| /* Define to 1 if you have the <inttypes.h> header file. */ |
| #define HAVE_INTTYPES_H 1 |
| |
| /* Define to 1 if you have the <limits.h> header file. */ |
| #define HAVE_LIMITS_H 1 |
| |
| /* Define to 1 if you have the `localtime_r' function. */ |
| #define HAVE_LOCALTIME_R 1 |
| |
| /* Define to 1 if you have the <memory.h> header file. */ |
| #define HAVE_MEMORY_H 1 |
| |
| /* Define to 1 if you have the `mktime' function. */ |
| #define HAVE_MKTIME 1 |
| |
| /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ |
| /* #undef HAVE_NDIR_H */ |
| |
| /* Define to 1 if you have the `putenv' function. */ |
| #define HAVE_PUTENV 1 |
| |
| /* Define to 1 if you have the `rand' function. */ |
| #define HAVE_RAND 1 |
| |
| /* Define to 1 if you have the `random' function. */ |
| #define HAVE_RANDOM 1 |
| |
| /* Define to 1 if you have the <stdarg.h> header file. */ |
| #define HAVE_STDARG_H 1 |
| |
| /* Define to 1 if you have the <stdint.h> header file. */ |
| #define HAVE_STDINT_H 1 |
| |
| /* Define to 1 if you have the <stdlib.h> header file. */ |
| #define HAVE_STDLIB_H 1 |
| |
| /* Define to 1 if you have the `strerror' function. */ |
| #define HAVE_STRERROR 1 |
| |
| /* Define to 1 if you have the `strftime' function. */ |
| #define HAVE_STRFTIME 1 |
| |
| /* Define to 1 if you have the <strings.h> header file. */ |
| #define HAVE_STRINGS_H 1 |
| |
| /* Define to 1 if you have the <string.h> header file. */ |
| #define HAVE_STRING_H 1 |
| |
| /* Define to 1 if you have the `strspn' function. */ |
| #define HAVE_STRSPN 1 |
| |
| /* Define to 1 if you have the `strtod' function. */ |
| #define HAVE_STRTOD 1 |
| |
| /* Define to 1 if you have the `strtok_r' function. */ |
| #define HAVE_STRTOK_R 1 |
| |
| /* Define to 1 if you have the `strtol' function. */ |
| #define HAVE_STRTOL 1 |
| |
| /* Define to 1 if you have the `strtoul' function. */ |
| #define HAVE_STRTOUL 1 |
| |
| /* Define to 1 if `tm_zone' is member of `struct tm'. */ |
| #define HAVE_STRUCT_TM_TM_ZONE 1 |
| |
| /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. |
| */ |
| /* #undef HAVE_SYS_DIR_H */ |
| |
| /* Define to 1 if you have the <sys/ioctl.h> header file. */ |
| #define HAVE_SYS_IOCTL_H 1 |
| |
| /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. |
| */ |
| /* #undef HAVE_SYS_NDIR_H */ |
| |
| /* Define to 1 if you have the <sys/stat.h> header file. */ |
| #define HAVE_SYS_STAT_H 1 |
| |
| /* Define to 1 if you have the <sys/time.h> header file. */ |
| #define HAVE_SYS_TIME_H 1 |
| |
| /* Define to 1 if you have the <sys/types.h> header file. */ |
| #define HAVE_SYS_TYPES_H 1 |
| |
| /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ |
| #define HAVE_SYS_WAIT_H 1 |
| |
| /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use |
| `HAVE_STRUCT_TM_TM_ZONE' instead. */ |
| #ifndef __CYGWIN__ |
| #define HAVE_TM_ZONE 1 |
| #endif |
| |
| /* Define to 1 if you don't have `tm_zone' but do have the external array |
| `tzname'. */ |
| /* #undef HAVE_TZNAME */ |
| |
| /* Define to 1 if you have the <unistd.h> header file. */ |
| #define HAVE_UNISTD_H 1 |
| |
| /* Define to 1 if you have the <varargs.h> header file. */ |
| /* #undef HAVE_VARARGS_H */ |
| |
| /* Define to 1 if you have the `vprintf' function. */ |
| #define HAVE_VPRINTF 1 |
| |
| /* Define to 1 if you have the `wait3' system call. Deprecated, you should no |
| longer depend upon `wait3'. */ |
| #define HAVE_WAIT3 1 |
| |
| /* Define to the address where bug reports for this package should be sent. */ |
| #define PACKAGE_BUGREPORT "" |
| |
| /* Define to the full name of this package. */ |
| #define PACKAGE_NAME "" |
| |
| /* Define to the full name and version of this package. */ |
| #define PACKAGE_STRING "" |
| |
| /* Define to the one symbol short name of this package. */ |
| #define PACKAGE_TARNAME "" |
| |
| /* Define to the version of this package. */ |
| #define PACKAGE_VERSION "" |
| |
| /* Define as the return type of signal handlers (`int' or `void'). */ |
| #define RETSIGTYPE void |
| |
| /* Define to 1 if you have the ANSI C header files. */ |
| #define STDC_HEADERS 1 |
| |
| /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
| #define TIME_WITH_SYS_TIME 1 |
| |
| /* Define to 1 if your <sys/time.h> declares `struct tm'. */ |
| /* #undef TM_IN_SYS_TIME */ |
| |
| /* Define to empty if `const' does not conform to ANSI C. */ |
| /* #undef const */ |
| |
| /* Define to `int' if <sys/types.h> does not define. */ |
| /* #undef mode_t */ |
| |
| /* Define to `long' if <sys/types.h> does not define. */ |
| /* #undef off_t */ |
| |
| /* Define to `int' if <sys/types.h> does not define. */ |
| /* #undef pid_t */ |
| |
| /* Define to `unsigned' if <sys/types.h> does not define. */ |
| /* #undef size_t */ |
| |
| #endif /* __CS_CONFIG_H_ */ |