File: //usr/include/hphp/neo/cs_config.h
/* 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 incl_HPHP_CS_CONFIG_H_
#define incl_HPHP_CS_CONFIG_H_ 1
/********* 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 pthreads? */
#define HAVE_PTHREADS 1
/* Define to 1 if you have the `drand48' function. */
#ifndef _MSC_VER
#define HAVE_DRAND48 1
#endif
/* Define to 1 if you have the `gettimeofday' function. */
#ifndef _MSC_VER
#define HAVE_GETTIMEOFDAY 1
#endif
/* Define to 1 if you have the `random' function. */
#ifndef _MSC_VER
#define HAVE_RANDOM 1
#endif
#endif /* incl_HPHP_CS_CONFIG_H_ */