2009-05-21 17:42:42 +00:00
|
|
|
/* Do not modify this file, it was automatically generated by CMake. */
|
2008-05-05 18:23:24 +00:00
|
|
|
|
2009-05-21 17:42:42 +00:00
|
|
|
#ifndef __CONFIG_H__
|
|
|
|
#define __CONFIG_H__
|
2008-05-05 18:23:24 +00:00
|
|
|
|
2009-05-21 17:42:42 +00:00
|
|
|
#cmakedefine HAVE_STRCASECMP
|
2008-05-05 18:23:24 +00:00
|
|
|
|
2009-05-21 17:42:42 +00:00
|
|
|
#cmakedefine HAVE_STRNCASECMP
|
|
|
|
|
|
|
|
#cmakedefine HAVE_ISO_STRICMP
|
|
|
|
|
|
|
|
#cmakedefine HAVE_ISO_STRNICMP
|
|
|
|
|
|
|
|
#cmakedefine HAVE_ISO_SNPRINTF
|
|
|
|
|
|
|
|
#if defined( HAVE_ISO_SNPRINTF )
|
|
|
|
#define snprintf _snprintf
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#cmakedefine HAVE_ISO_HYPOT
|
|
|
|
|
|
|
|
#if defined( HAVE_ISO_HYPOT )
|
|
|
|
#define hypot _hypot
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#cmakedefine MALLOC_IN_STDLIB_H
|
|
|
|
|
|
|
|
#if !defined( MALLOC_IN_STDLIB_H )
|
|
|
|
#include <malloc.h>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#cmakedefine HAVE_ISO646_H
|
|
|
|
|
|
|
|
#if defined( HAVE_ISO646_H )
|
|
|
|
#include <iso646.h>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if defined( HAVE_STRCASECMP )
|
|
|
|
#define stricmp strcasecmp
|
|
|
|
#elif defined( HAVE_ISO_STRICMP )
|
|
|
|
#define stricmp _stricmp
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if defined( HAVE_STRNCASECMP )
|
|
|
|
#define strnicmp strncasecmp
|
|
|
|
#elif defined( HAVE_ISO_STRNICMP )
|
|
|
|
#define strnicmp _strnicmp
|
|
|
|
#endif
|
|
|
|
|
2010-02-08 18:15:42 +00:00
|
|
|
/* Warning!!! Using wxGraphicContext for rendering is experimental. */
|
|
|
|
#cmakedefine USE_WX_GRAPHICS_CONTEXT 1
|
2009-11-05 08:52:41 +00:00
|
|
|
|
2009-05-21 17:42:42 +00:00
|
|
|
#endif /* __CONFIG_H__ */
|