00001 /* src/ubit/ubit_config.h. Generated from ubit_config.h.in by configure. */ 00002 /* src/ubit/ubit_config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* gcc major version */ 00005 #define GCC_MAJOR_VERSION 2 00006 00007 /* gcc version */ 00008 #define GCC_VERSION "2.95.3" 00009 00010 /* Define to 1 if you have the <dlfcn.h> header file. */ 00011 #define HAVE_DLFCN_H 1 00012 00013 /* */ 00014 #define HAVE_FREETYPE 1 00015 00016 /* */ 00017 #define HAVE_GIF_LIB_H 1 00018 00019 /* */ 00020 #define HAVE_GL 1 00021 00022 /* Define to 1 if you have the <GL/glu.h> header file. */ 00023 #define HAVE_GL_GLU_H 1 00024 00025 /* Define to 1 if you have the <GL/gl.h> header file. */ 00026 #define HAVE_GL_GL_H 1 00027 00028 /* Define to 1 if you have the <inttypes.h> header file. */ 00029 #define HAVE_INTTYPES_H 1 00030 00031 /* */ 00032 #define HAVE_JPEGLIB_H 1 00033 00034 /* */ 00035 #define HAVE_LIBFREETYPE 1 00036 00037 /* Define to 1 if you have the `gif' library (-lgif). */ 00038 /* #undef HAVE_LIBGIF */ 00039 00040 /* Define to 1 if you have the `GL' library (-lGL). */ 00041 #define HAVE_LIBGL 1 00042 00043 /* Define to 1 if you have the `GLU' library (-lGLU). */ 00044 #define HAVE_LIBGLU 1 00045 00046 /* Define to 1 if you have the `jpeg' library (-ljpeg). */ 00047 #define HAVE_LIBJPEG 1 00048 00049 /* Define to 1 if you have the `nsl' library (-lnsl). */ 00050 #define HAVE_LIBNSL 1 00051 00052 /* Define to 1 if you have the `socket' library (-lsocket). */ 00053 #define HAVE_LIBSOCKET 1 00054 00055 /* Define to 1 if you have the `ungif' library (-lungif). */ 00056 #define HAVE_LIBUNGIF 1 00057 00058 /* Define to 1 if you have the `Xpm' library (-lXpm). */ 00059 #define HAVE_LIBXPM 1 00060 00061 /* Define to 1 if you have the <memory.h> header file. */ 00062 #define HAVE_MEMORY_H 1 00063 00064 /* */ 00065 /* #undef HAVE_NO_SOCKLEN_T */ 00066 00067 /* */ 00068 #define HAVE_NO_TIOCMBIS 1 00069 00070 /* Define to 1 if you have the <stdint.h> header file. */ 00071 /* #undef HAVE_STDINT_H */ 00072 00073 /* Define to 1 if you have the <stdlib.h> header file. */ 00074 #define HAVE_STDLIB_H 1 00075 00076 /* Define to 1 if you have the <strings.h> header file. */ 00077 #define HAVE_STRINGS_H 1 00078 00079 /* Define to 1 if you have the <string.h> header file. */ 00080 #define HAVE_STRING_H 1 00081 00082 /* Define to 1 if you have the <sys/stat.h> header file. */ 00083 #define HAVE_SYS_STAT_H 1 00084 00085 /* Define to 1 if you have the <sys/types.h> header file. */ 00086 #define HAVE_SYS_TYPES_H 1 00087 00088 /* */ 00089 /* #undef HAVE_TIOCMBIS */ 00090 00091 /* Define to 1 if you have the <unistd.h> header file. */ 00092 #define HAVE_UNISTD_H 1 00093 00094 /* Define to 1 if you have the <X11/Xmu/XmuSolaris.h> header file. */ 00095 #define HAVE_X11_XMU_XMUSOLARIS_H 1 00096 00097 /* */ 00098 /* #undef HAVE_XSOLARISGETVISUALGAMMA */ 00099 00100 /* Define to the address where bug reports for this package should be sent. */ 00101 #define PACKAGE_BUGREPORT "elc enst fr" 00102 00103 /* Define to the full name of this package. */ 00104 #define PACKAGE_NAME "ubit" 00105 00106 /* Define to the full name and version of this package. */ 00107 #define PACKAGE_STRING "ubit 5.5.0" 00108 00109 /* Define to the one symbol short name of this package. */ 00110 #define PACKAGE_TARNAME "ubit" 00111 00112 /* Define to the version of this package. */ 00113 #define PACKAGE_VERSION "5.5.0" 00114 00115 /* Define to 1 if you have the ANSI C header files. */ 00116 #define STDC_HEADERS 1 00117 00118 /* */ 00119 #define WITH_FTGL 1 00120 00121 /* Define to 1 if the X Window System is missing or not being used. */ 00122 /* #undef X_DISPLAY_MISSING */ 00123 00124 /* Define to 1 if on AIX 3. 00125 System headers sometimes define this. 00126 We just want to avoid a redefinition error message. */ 00127 #ifndef _ALL_SOURCE 00128 /* # undef _ALL_SOURCE */ 00129 #endif 00130 00131 /* Enable GNU extensions on systems that have them. */ 00132 #ifndef _GNU_SOURCE 00133 # define _GNU_SOURCE 1 00134 #endif