2012-11-10 06:39:18 +00:00
|
|
|
// Do not modify this file, it was automatically generated by CMake.
|
2008-05-05 18:23:24 +00:00
|
|
|
|
2011-12-15 02:24:52 +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
|
|
|
|
|
2013-12-10 23:41:34 +00:00
|
|
|
#cmakedefine HAVE_STRTOKR // spelled odly to differ from wx's similar test
|
|
|
|
|
2013-02-11 00:41:49 +00: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 09:46:02 +00:00
|
|
|
#cmakedefine HAVE_CLOCK_GETTIME
|
2013-02-11 00:41:49 +00:00
|
|
|
|
2012-01-13 09:46:02 +00: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 08:27:09 +00:00
|
|
|
#if !defined( HAVE_STRCASECMP )
|
|
|
|
#define strcasecmp stricmp
|
2009-05-21 17:42:42 +00:00
|
|
|
#endif
|
|
|
|
|
2016-08-16 08:27:09 +00:00
|
|
|
#if !defined( HAVE_STRNCASECMP )
|
|
|
|
#define strncasecmp strnicmp
|
2009-05-21 17:42:42 +00:00
|
|
|
#endif
|
|
|
|
|
2012-11-10 06:39:18 +00:00
|
|
|
// Use Posix getc_unlocked() instead of getc() when it's available.
|
|
|
|
#cmakedefine HAVE_FGETC_NOLOCK
|
2012-10-09 14:31:36 +00:00
|
|
|
|
2012-11-10 06:39:18 +00:00
|
|
|
// Warning!!! Using wxGraphicContext for rendering is experimental.
|
2014-01-08 14:47:39 +00:00
|
|
|
#cmakedefine USE_WX_GRAPHICS_CONTEXT 1
|
2009-11-05 08:52:41 +00:00
|
|
|
|
2012-04-07 18:05:56 +00:00
|
|
|
/// The legacy file format revision of the *.brd file created by this build
|
2014-01-08 14:47:39 +00:00
|
|
|
#define LEGACY_BOARD_FILE_VERSION 2
|
2011-12-15 02:24:52 +00:00
|
|
|
|
2015-04-08 17:27:04 +00: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 20:42:33 +00:00
|
|
|
|
2015-02-15 00:23:54 +00:00
|
|
|
/// The wxPython version found during configuration.
|
|
|
|
#if defined( KICAD_SCRIPTING_WXPYTHON )
|
2015-02-19 01:47:34 +00:00
|
|
|
#define WXPYTHON_VERSION "@WXPYTHON_VERSION@"
|
2015-02-15 00:23:54 +00:00
|
|
|
#endif
|
|
|
|
|
2013-08-20 18:03:21 +00:00
|
|
|
/// When defined, build the GITHUB_PLUGIN for pcbnew.
|
|
|
|
#cmakedefine BUILD_GITHUB_PLUGIN
|
|
|
|
|
2014-02-03 19:26:18 +00: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 15:59:43 +00:00
|
|
|
#define KIFACE_SUFFIX "@KIFACE_SUFFIX@"
|
|
|
|
#define KIFACE_PREFIX "@KIFACE_PREFIX@"
|
2014-02-03 19:26:18 +00:00
|
|
|
|
2011-12-15 02:24:52 +00:00
|
|
|
#endif // CONFIG_H_
|