/* * here is where system comupted values get stored these values should only * change when the target compile platform changes */ #define IGSTK_VERSION_MAJOR @IGSTK_VERSION_MAJOR@ #define IGSTK_VERSION_MINOR @IGSTK_VERSION_MINOR@ #define IGSTK_VERSION_PATCH @IGSTK_VERSION_PATCH@ #define IGSTK_VERSION_STRING "@IGSTK_VERSION_STRING@" /* define any platform-specific macros */ #cmakedefine HAVE_TERMIOS_H #cmakedefine HAVE_TERMIO_H /* define some cmake-configurable macros */ #define IGSTK_SERIAL_PORT_0 "@IGSTK_SERIAL_PORT_0@" #define IGSTK_SERIAL_PORT_1 "@IGSTK_SERIAL_PORT_1@" #define IGSTK_SERIAL_PORT_2 "@IGSTK_SERIAL_PORT_2@" #define IGSTK_SERIAL_PORT_3 "@IGSTK_SERIAL_PORT_3@"