/* config.h.  Generated by configure.  */
/* 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 */
#define EMC2_BIN_DIR "/pub/emc/emc2/bin"

/* Directory for configuration files */
#define EMC2_CONFIG_DIR ""

/* Directory for help files */
#define EMC2_HELP_DIR "/pub/emc/emc2/docs/help"

/* Prefix or RIP directory */
#define EMC2_HOME "/pub/emc/emc2"

/* Directory for images */
#define EMC2_IMAGE_DIR "/pub/emc/emc2"

/* Directory for translation files */
#define EMC2_LANG_DIR "/pub/emc/emc2/src/po"

/* Directory for nc files */
#define EMC2_NCFILES_DIR "/pub/emc/emc2/nc_files"

/* Directory of realtime system */
#define EMC2_RTLIB_DIR "/pub/emc/emc2/rtlib"

/* Directory for tcl scripts */
#define EMC2_TCL_DIR "/pub/emc/emc2/tcl"

/* Define to 1 if you have the <GL/glu.h> header file. */
#define HAVE_GL_GLU_H 1

/* Define to 1 if you have the <GL/gl.h> header file. */
#define HAVE_GL_GL_H 1

/* Define to 1 if you have the <inttypes.h> header file. */
/* #undef HAVE_INTTYPES_H */

/* Define to 1 if you have the `GL' library (-lGL). */
#define HAVE_LIBGL 1

/* Define to 1 if you have the `intl' library (-lintl). */
/* #undef HAVE_LIBINTL */

/* Define to 1 if you have the <libintl.h> header file. */
#define HAVE_LIBINTL_H 1

/* Define to 1 if you have the `ncurses' library (-lncurses). */
#define HAVE_LIBNCURSES 1

/* Define to 1 if you have the `Xaw' library (-lXaw). */
/* #undef HAVE_LIBXAW */

/* Define to 1 if you have the <locale.h> header file. */
#define HAVE_LOCALE_H 1

/* Define to 1 if you have the <memory.h> header file. */
/* #undef HAVE_MEMORY_H */

/* Define to 1 if you have the <ncurses.h> header file. */
#define HAVE_NCURSES_H 1

/* Define to 1 if you have the 'readline' library (-lreadline) and required
   headers */
#define HAVE_READLINE 

/* Define to 1 if you have the <readline/history.h> header file. */
#define HAVE_READLINE_HISTORY_H 1

/* Define to 1 if you have the <readline/readline.h> header file. */
#define HAVE_READLINE_READLINE_H 1

/* Define to 1 if you have the `semtimedop' function. */
#define HAVE_SEMTIMEDOP 1

/* Define to 1 if you have the `setlocale' function. */
#define HAVE_SETLOCALE 1

/* Define to 1 if you have the `sincos' function. */
#define HAVE_SINCOS 1

/* Define to 1 if you have the <stdint.h> header file. */
/* #undef HAVE_STDINT_H */

/* Define to 1 if you have the <stdlib.h> header file. */
/* #undef HAVE_STDLIB_H */

/* Define to 1 if you have the <strings.h> header file. */
/* #undef HAVE_STRINGS_H */

/* Define to 1 if you have the <string.h> header file. */
/* #undef HAVE_STRING_H */

/* Define to 1 if you have the <sys/stat.h> header file. */
/* #undef HAVE_SYS_STAT_H */

/* Define to 1 if you have the <sys/types.h> header file. */
/* #undef HAVE_SYS_TYPES_H */

/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
#define HAVE_SYS_WAIT_H 1

/* Define to 1 if you have the <tcl.h> header file. */
/* #undef HAVE_TCL_H */

/* Define to 1 if you have the <tk.h> header file. */
/* #undef HAVE_TK_H */

/* Define to 1 if you have the <unistd.h> header file. */
/* #undef HAVE_UNISTD_H */

/* Define to 1 if you have the <X11/Xaw/XawInit.h> header file. */
/* #undef HAVE_X11_XAW_XAWINIT_H */

/* Define to 1 if you have the `__sincos' function. */
/* #undef HAVE___SINCOS */

/* Extension for realtime modules */
#define MODULE_EXT ".so"

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "emc-developer@lists.sourceforge.net"

/* Define to the full name of this package. */
#define PACKAGE_NAME "EMC2"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "EMC2 pre-2.3 CVS HEAD"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "emc2"

/* Define to the version of this package. */
#define PACKAGE_VERSION "pre-2.3 CVS HEAD"

/* Realtime system is RTAI */
/* #undef RTAPI_RTAI */

/* Realtime system is RTL */
/* #undef RTAPI_RTL */

/* Realtime system is simulated */
#define 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

