/* Do not modify this file, it was automatically generated by CMake. */ #ifndef __CONFIG_H__ #define __CONFIG_H__ #cmakedefine HAVE_STRCASECMP #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 #endif #cmakedefine HAVE_ISO646_H #if defined( HAVE_ISO646_H ) #include #endif #cmakedefine HAVE_STRINGS_H #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 #if 1 // now mandatory, not configurable #define KICAD_AUIMANAGER 1 #define KICAD_AUITOOLBAR 1 #else #cmakedefine KICAD_AUIMANAGER 1 #cmakedefine KICAD_AUITOOLBAR 1 #endif #endif /* __CONFIG_H__ */