/* config.h.in. Generated from configure.in by autoheader. */ /******************************************************************** * Description: config.h * * Common defines used in many emc2 source files. * To add to this file, edit Section 4.1 in configure.in * and then run autoheader. * * Author: Autogenerated by autoheader * License: LGPL Version 2 * System: Linux * * Copyright (c) 2004 All rights reserved. ********************************************************************/ #ifndef EMC2_CONFIG_H #define EMC2_CONFIG_H /* LINELEN is used throughout for buffer sizes, length of file name strings, etc. Let's just have one instead of a multitude of defines all the same. */ #define LINELEN 255 /* Used in a number of places for sprintf() buffers. */ #define BUFFERLEN 80 #define MM_PER_INCH 25.4 #define INCH_PER_MM (1.0/25.4) #define LINEAR_TOLERANCE 0.0001 #define ANGULAR_TOLERANCE 0.0001 /* Directory for binaries */ #undef EMC2_BIN_DIR /* Directory for configuration files */ #undef EMC2_CONFIG_DIR /* Directory for help files */ #undef EMC2_HELP_DIR /* Prefix or RIP directory */ #undef EMC2_HOME /* Directory for images */ #undef EMC2_IMAGE_DIR /* Directory for translation files */ #undef EMC2_LANG_DIR /* Directory for nc files */ #undef EMC2_NCFILES_DIR /* Directory of realtime system */ #undef EMC2_RTLIB_DIR /* Directory for tcl scripts */ #undef EMC2_TCL_DIR /* Define to 1 if you have the header file. */ #undef HAVE_GL_GLU_H /* Define to 1 if you have the header file. */ #undef HAVE_GL_GL_H /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have the `GL' library (-lGL). */ #undef HAVE_LIBGL /* Define to 1 if you have the `intl' library (-lintl). */ #undef HAVE_LIBINTL /* Define to 1 if you have the header file. */ #undef HAVE_LIBINTL_H /* Define to 1 if you have the `ncurses' library (-lncurses). */ #undef HAVE_LIBNCURSES /* Define to 1 if you have the `Xaw' library (-lXaw). */ #undef HAVE_LIBXAW /* Define to 1 if you have the header file. */ #undef HAVE_LOCALE_H /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the header file. */ #undef HAVE_NCURSES_H /* Define to 1 if you have the 'readline' library (-lreadline) and required headers */ #undef HAVE_READLINE /* Define to 1 if you have the header file. */ #undef HAVE_READLINE_HISTORY_H /* Define to 1 if you have the header file. */ #undef HAVE_READLINE_READLINE_H /* Define to 1 if you have the `semtimedop' function. */ #undef HAVE_SEMTIMEDOP /* Define to 1 if you have the `setlocale' function. */ #undef HAVE_SETLOCALE /* Define to 1 if you have the `sincos' function. */ #undef HAVE_SINCOS /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have that is POSIX.1 compatible. */ #undef HAVE_SYS_WAIT_H /* Define to 1 if you have the header file. */ #undef HAVE_TCL_H /* Define to 1 if you have the header file. */ #undef HAVE_TK_H /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* Define to 1 if you have the header file. */ #undef HAVE_X11_XAW_XAWINIT_H /* Define to 1 if you have the `__sincos' function. */ #undef HAVE___SINCOS /* Extension for realtime modules */ #undef MODULE_EXT /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the version of this package. */ #undef PACKAGE_VERSION /* Realtime system is RTAI */ #undef RTAPI_RTAI /* Realtime system is RTL */ #undef RTAPI_RTL /* Realtime system is simulated */ #undef RTAPI_SIM /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define to 1 if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING /* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE # define _GNU_SOURCE #endif #endif