Home | History | Annotate | Download | only in clearsilver
      1 /* cs_config.h.  Generated by configure.  */
      2 /* cs_config.h.in.  Generated from configure.in by autoheader.  */
      3 /*
      4  * Copyright 2001-2004 Brandon Long
      5  * All Rights Reserved.
      6  *
      7  * ClearSilver Templating System
      8  *
      9  * This code is made available under the terms of the ClearSilver License.
     10  * http://www.clearsilver.net/license.hdf
     11  *
     12  */
     13 
     14 /*
     15  * config file
     16  */
     17 
     18 #ifndef __CS_CONFIG_H_
     19 #define __CS_CONFIG_H_ 1
     20 
     21 
     22 /* Enable support for HTML Compression (still must be enabled at run time) */
     23 #define HTML_COMPRESSION 1
     24 
     25 /* Enable support for X Remote CGI Debugging */
     26 /* #undef ENABLE_REMOTE_DEBUG */
     27 
     28 /********* SYSTEM CONFIG ***************************************************/
     29 /* autoconf/configure should figure all of these out for you */
     30 
     31 /* Does your system have the snprintf() call? */
     32 #define HAVE_SNPRINTF 1
     33 
     34 /* Does your system have the vsnprintf() call? */
     35 #define HAVE_VSNPRINTF 1
     36 
     37 /* Does your system have the strtok_r() call? */
     38 #define HAVE_STRTOK_R 1
     39 
     40 /* Does your system have the localtime_r() call? */
     41 #define HAVE_LOCALTIME_R 1
     42 
     43 /* Does your system have the gmtime_r() call? */
     44 #define HAVE_GMTIME_R 1
     45 
     46 /* Does your system have the mkstemp() call? */
     47 #define HAVE_MKSTEMP 1
     48 
     49 /* Does your system have regex.h */
     50 #define HAVE_REGEX 1
     51 
     52 /* Does your system have pthreads? */
     53 #define HAVE_PTHREADS 1
     54 
     55 /* Does your system have lockf ? */
     56 #define HAVE_LOCKF 1
     57 
     58 /* Does your system have Berkeley DB v2 ? */
     59 /* #undef HAVE_DB2 */
     60 
     61 /* Enable support for gettext message translation */
     62 /* #undef ENABLE_GETTEXT */
     63 
     64 
     65 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
     66    */
     67 #define HAVE_DIRENT_H 1
     68 
     69 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
     70 /* #undef HAVE_DOPRNT */
     71 
     72 /* Define to 1 if you have the `drand48' function. */
     73 #define HAVE_DRAND48 1
     74 
     75 /* Define to 1 if you have the <fcntl.h> header file. */
     76 #define HAVE_FCNTL_H 1
     77 
     78 /* Define to 1 if you have the `gettimeofday' function. */
     79 #define HAVE_GETTIMEOFDAY 1
     80 
     81 /* Define to 1 if you have the `gmtime_r' function. */
     82 #define HAVE_GMTIME_R 1
     83 
     84 /* Define to 1 if you have the <inttypes.h> header file. */
     85 #define HAVE_INTTYPES_H 1
     86 
     87 /* Define to 1 if you have the <limits.h> header file. */
     88 #define HAVE_LIMITS_H 1
     89 
     90 /* Define to 1 if you have the `localtime_r' function. */
     91 #define HAVE_LOCALTIME_R 1
     92 
     93 /* Define to 1 if you have the <memory.h> header file. */
     94 #define HAVE_MEMORY_H 1
     95 
     96 /* Define to 1 if you have the `mktime' function. */
     97 #define HAVE_MKTIME 1
     98 
     99 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
    100 /* #undef HAVE_NDIR_H */
    101 
    102 /* Define to 1 if you have the `putenv' function. */
    103 #define HAVE_PUTENV 1
    104 
    105 /* Define to 1 if you have the `rand' function. */
    106 #define HAVE_RAND 1
    107 
    108 /* Define to 1 if you have the `random' function. */
    109 #define HAVE_RANDOM 1
    110 
    111 /* Define to 1 if you have the <stdarg.h> header file. */
    112 #define HAVE_STDARG_H 1
    113 
    114 /* Define to 1 if you have the <stdint.h> header file. */
    115 #define HAVE_STDINT_H 1
    116 
    117 /* Define to 1 if you have the <stdlib.h> header file. */
    118 #define HAVE_STDLIB_H 1
    119 
    120 /* Define to 1 if you have the `strerror' function. */
    121 #define HAVE_STRERROR 1
    122 
    123 /* Define to 1 if you have the `strftime' function. */
    124 #define HAVE_STRFTIME 1
    125 
    126 /* Define to 1 if you have the <strings.h> header file. */
    127 #define HAVE_STRINGS_H 1
    128 
    129 /* Define to 1 if you have the <string.h> header file. */
    130 #define HAVE_STRING_H 1
    131 
    132 /* Define to 1 if you have the `strspn' function. */
    133 #define HAVE_STRSPN 1
    134 
    135 /* Define to 1 if you have the `strtod' function. */
    136 #define HAVE_STRTOD 1
    137 
    138 /* Define to 1 if you have the `strtok_r' function. */
    139 #define HAVE_STRTOK_R 1
    140 
    141 /* Define to 1 if you have the `strtol' function. */
    142 #define HAVE_STRTOL 1
    143 
    144 /* Define to 1 if you have the `strtoul' function. */
    145 #define HAVE_STRTOUL 1
    146 
    147 /* Define to 1 if `tm_zone' is member of `struct tm'. */
    148 #define HAVE_STRUCT_TM_TM_ZONE 1
    149 
    150 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
    151    */
    152 /* #undef HAVE_SYS_DIR_H */
    153 
    154 /* Define to 1 if you have the <sys/ioctl.h> header file. */
    155 #define HAVE_SYS_IOCTL_H 1
    156 
    157 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
    158    */
    159 /* #undef HAVE_SYS_NDIR_H */
    160 
    161 /* Define to 1 if you have the <sys/stat.h> header file. */
    162 #define HAVE_SYS_STAT_H 1
    163 
    164 /* Define to 1 if you have the <sys/time.h> header file. */
    165 #define HAVE_SYS_TIME_H 1
    166 
    167 /* Define to 1 if you have the <sys/types.h> header file. */
    168 #define HAVE_SYS_TYPES_H 1
    169 
    170 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
    171 #define HAVE_SYS_WAIT_H 1
    172 
    173 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
    174    `HAVE_STRUCT_TM_TM_ZONE' instead. */
    175 #ifndef __CYGWIN__
    176 #define HAVE_TM_ZONE 1
    177 #endif
    178 
    179 /* Define to 1 if you don't have `tm_zone' but do have the external array
    180    `tzname'. */
    181 /* #undef HAVE_TZNAME */
    182 
    183 /* Define to 1 if you have the <unistd.h> header file. */
    184 #define HAVE_UNISTD_H 1
    185 
    186 /* Define to 1 if you have the <varargs.h> header file. */
    187 /* #undef HAVE_VARARGS_H */
    188 
    189 /* Define to 1 if you have the `vprintf' function. */
    190 #define HAVE_VPRINTF 1
    191 
    192 /* Define to 1 if you have the `wait3' system call. Deprecated, you should no
    193    longer depend upon `wait3'. */
    194 #define HAVE_WAIT3 1
    195 
    196 /* Define to the address where bug reports for this package should be sent. */
    197 #define PACKAGE_BUGREPORT ""
    198 
    199 /* Define to the full name of this package. */
    200 #define PACKAGE_NAME ""
    201 
    202 /* Define to the full name and version of this package. */
    203 #define PACKAGE_STRING ""
    204 
    205 /* Define to the one symbol short name of this package. */
    206 #define PACKAGE_TARNAME ""
    207 
    208 /* Define to the version of this package. */
    209 #define PACKAGE_VERSION ""
    210 
    211 /* Define as the return type of signal handlers (`int' or `void'). */
    212 #define RETSIGTYPE void
    213 
    214 /* Define to 1 if you have the ANSI C header files. */
    215 #define STDC_HEADERS 1
    216 
    217 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
    218 #define TIME_WITH_SYS_TIME 1
    219 
    220 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
    221 /* #undef TM_IN_SYS_TIME */
    222 
    223 /* Define to empty if `const' does not conform to ANSI C. */
    224 /* #undef const */
    225 
    226 /* Define to `int' if <sys/types.h> does not define. */
    227 /* #undef mode_t */
    228 
    229 /* Define to `long' if <sys/types.h> does not define. */
    230 /* #undef off_t */
    231 
    232 /* Define to `int' if <sys/types.h> does not define. */
    233 /* #undef pid_t */
    234 
    235 /* Define to `unsigned' if <sys/types.h> does not define. */
    236 /* #undef size_t */
    237 
    238 #endif /* __CS_CONFIG_H_ */
    239