2012-11-10 00:39:18 -06:00
|
|
|
// Do not modify this file, it was automatically generated by CMake.
|
2008-05-05 18:23:24 +00:00
|
|
|
|
2011-12-14 20:24:52 -06: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
|
|
|
|
|
2013-12-10 17:41:34 -06:00
|
|
|
#cmakedefine HAVE_STRTOKR // spelled odly to differ from wx's similar test
|
|
|
|
|
2013-02-10 19:41:49 -05:00
|
|
|
// Handle platform differences in math.h
|
|
|
|
#cmakedefine HAVE_MATH_H
|
|
|
|
|
|
|
|
// Handle platform differences in C++ cmath.
|
|
|
|
#cmakedefine HAVE_CXX_CMATH
|
|
|
|
|
|
|
|
#cmakedefine HAVE_CMATH_ASINH
|
|
|
|
|
|
|
|
#cmakedefine HAVE_CMATH_ACOSH
|
|
|
|
|
|
|
|
#cmakedefine HAVE_CMATH_ATANH
|
|
|
|
|
|
|
|
#cmakedefine HAVE_CMATH_ISINF
|
|
|
|
|
2012-01-13 03:46:02 -06:00
|
|
|
#cmakedefine HAVE_CLOCK_GETTIME
|
2013-02-10 19:41:49 -05:00
|
|
|
|
2012-01-13 03:46:02 -06:00
|
|
|
#cmakedefine HAVE_GETTIMEOFDAY_FUNC
|
|
|
|
|
2009-05-21 17:42:42 +00:00
|
|
|
#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
|
|
|
|
|
2016-08-16 10:27:09 +02:00
|
|
|
#if !defined( HAVE_STRCASECMP )
|
|
|
|
#define strcasecmp stricmp
|
2009-05-21 17:42:42 +00:00
|
|
|
#endif
|
|
|
|
|
2016-08-16 10:27:09 +02:00
|
|
|
#if !defined( HAVE_STRNCASECMP )
|
|
|
|
#define strncasecmp strnicmp
|
2009-05-21 17:42:42 +00:00
|
|
|
#endif
|
|
|
|
|
2012-11-10 00:39:18 -06:00
|
|
|
// Use Posix getc_unlocked() instead of getc() when it's available.
|
|
|
|
#cmakedefine HAVE_FGETC_NOLOCK
|
2012-10-09 10:31:36 -04:00
|
|
|
|
2012-11-10 00:39:18 -06:00
|
|
|
// Warning!!! Using wxGraphicContext for rendering is experimental.
|
2014-01-08 08:47:39 -06:00
|
|
|
#cmakedefine USE_WX_GRAPHICS_CONTEXT 1
|
2009-11-05 08:52:41 +00:00
|
|
|
|
2012-04-07 14:05:56 -04:00
|
|
|
/// The legacy file format revision of the *.brd file created by this build
|
2014-01-08 08:47:39 -06:00
|
|
|
#define LEGACY_BOARD_FILE_VERSION 2
|
2011-12-14 20:24:52 -06:00
|
|
|
|
2015-04-08 13:27:04 -04:00
|
|
|
/// The install prefix defined during CMake configuration or fall back to CMAKE_INSTALL_PREFIX.
|
|
|
|
#define DEFAULT_INSTALL_PATH "@DEFAULT_INSTALL_PATH@"
|
2015-02-03 15:42:33 -05:00
|
|
|
|
2015-02-14 19:23:54 -05:00
|
|
|
/// The wxPython version found during configuration.
|
|
|
|
#if defined( KICAD_SCRIPTING_WXPYTHON )
|
2015-02-18 20:47:34 -05:00
|
|
|
#define WXPYTHON_VERSION "@WXPYTHON_VERSION@"
|
2015-02-14 19:23:54 -05:00
|
|
|
#endif
|
|
|
|
|
2013-08-20 13:03:21 -05:00
|
|
|
/// When defined, build the GITHUB_PLUGIN for pcbnew.
|
|
|
|
#cmakedefine BUILD_GITHUB_PLUGIN
|
|
|
|
|
2014-02-03 13:26:18 -06:00
|
|
|
/// A file extension with a leading '.' is a suffix, and this one is used on
|
|
|
|
/// top level program modules which implement the KIFACE.
|
2016-09-20 11:59:43 -04:00
|
|
|
#define KIFACE_SUFFIX "@KIFACE_SUFFIX@"
|
|
|
|
#define KIFACE_PREFIX "@KIFACE_PREFIX@"
|
2014-02-03 13:26:18 -06:00
|
|
|
|
2011-12-14 20:24:52 -06:00
|
|
|
#endif // CONFIG_H_
|