Fix catch trace bug and inline cost bug
[hiphop-php.git] / hphp / neo / cs_config.h
blobbd73eadc293975fa721f18d034ae3da4b4261259
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.
7 * ClearSilver Templating System
9 * This code is made available under the terms of the ClearSilver License.
10 * http://www.clearsilver.net/license.hdf
15 * config file
18 #ifndef incl_HPHP_CS_CONFIG_H_
19 #define incl_HPHP_CS_CONFIG_H_ 1
21 /********* SYSTEM CONFIG ***************************************************/
22 /* autoconf/configure should figure all of these out for you */
24 /* Does your system have the snprintf() call? */
25 #define HAVE_SNPRINTF 1
27 /* Does your system have the vsnprintf() call? */
28 #define HAVE_VSNPRINTF 1
30 /* Does your system have the strtok_r() call? */
31 #define HAVE_STRTOK_R 1
33 /* Does your system have the localtime_r() call? */
34 #define HAVE_LOCALTIME_R 1
36 /* Does your system have the gmtime_r() call? */
37 #define HAVE_GMTIME_R 1
39 /* Does your system have the mkstemp() call? */
40 #define HAVE_MKSTEMP 1
42 /* Does your system have pthreads? */
43 #define HAVE_PTHREADS 1
45 /* Define to 1 if you have the `drand48' function. */
46 #define HAVE_DRAND48 1
48 /* Define to 1 if you have the `gettimeofday' function. */
49 #define HAVE_GETTIMEOFDAY 1
51 /* Define to 1 if you have the `random' function. */
52 #define HAVE_RANDOM 1
54 #endif /* incl_HPHP_CS_CONFIG_H_ */