- Your Widget Set For OpenGL
Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | Related Pages

ufo_config_gnu.hpp

00001 /* include/ufo/config/ufo_config_gnu.hpp. Generated by configure. */ 00002 /* include/ufo/config/ufo_config_gnu.hpp.in. Generated from configure.ac by autoheader. */ 00003 00004 #ifndef UFO_CONFIG_GNU_HPP 00005 #define UFO_CONFIG_GNU_HPP 00006 00007 /* Define to 1 if you have the <dlfcn.h> header file. */ 00008 #define HAVE_DLFCN_H 1 00009 00010 /* Define to 1 if you have the <execinfo.h> header file. */ 00011 #define HAVE_EXECINFO_H 1 00012 00013 /* Define to 1 if you have the <inttypes.h> header file. */ 00014 #define HAVE_INTTYPES_H 1 00015 00016 /* Define to 1 if you have the <memory.h> header file. */ 00017 #define HAVE_MEMORY_H 1 00018 00019 /* Define to 1 if you have the <pwd.h> header file. */ 00020 #define HAVE_PWD_H 1 00021 00022 /* Define to 1 if you have the <sstream> header file. */ 00023 #define HAVE_SSTREAM 1 00024 00025 /* Define to 1 if you have the <stdint.h> header file. */ 00026 #define HAVE_STDINT_H 1 00027 00028 /* Define to 1 if you have the <stdlib.h> header file. */ 00029 #define HAVE_STDLIB_H 1 00030 00031 /* Define to 1 if you have the <strings.h> header file. */ 00032 #define HAVE_STRINGS_H 1 00033 00034 /* Define to 1 if you have the <string.h> header file. */ 00035 #define HAVE_STRING_H 1 00036 00037 /* Define to 1 if you have the <sys/stat.h> header file. */ 00038 #define HAVE_SYS_STAT_H 1 00039 00040 /* Define to 1 if you have the <sys/types.h> header file. */ 00041 #define HAVE_SYS_TYPES_H 1 00042 00043 /* Define to 1 if you have the <unistd.h> header file. */ 00044 #define HAVE_UNISTD_H 1 00045 00046 /* Define to the address where bug reports for this package should be sent. */ 00047 #define PACKAGE_BUGREPORT "" 00048 00049 /* Define to the full name of this package. */ 00050 #define PACKAGE_NAME "" 00051 00052 /* Define to the full name and version of this package. */ 00053 #define PACKAGE_STRING "" 00054 00055 /* Define to the one symbol short name of this package. */ 00056 #define PACKAGE_TARNAME "" 00057 00058 /* Define to the version of this package. */ 00059 #define PACKAGE_VERSION "" 00060 00061 /* The size of a `char', as computed by sizeof. */ 00062 #define SIZEOF_CHAR 1 00063 00064 /* The size of a `int', as computed by sizeof. */ 00065 #define SIZEOF_INT 4 00066 00067 /* The size of a `long', as computed by sizeof. */ 00068 #define SIZEOF_LONG 4 00069 00070 /* The size of a `long long', as computed by sizeof. */ 00071 #define SIZEOF_LONG_LONG 8 00072 00073 /* The size of a `short', as computed by sizeof. */ 00074 #define SIZEOF_SHORT 2 00075 00076 /* Define to 1 if you have the ANSI C header files. */ 00077 #define STDC_HEADERS 1 00078 00079 /* insert the path to the theme and data dir of libUFO */ 00080 #define UFO_DATADIR "/usr/local/share/ufo" 00081 00082 /* enable X11 as video device */ 00083 #define UFO_HAVE_X11 "1" 00084 00085 /* enable X11/GLX as video device */ 00086 #define UFO_USE_GLX "1" 00087 00088 /* enable libSDL as video device */ 00089 #define UFO_USE_SDL "1" 00090 00091 /* enable Win32/WGL as video device */ 00092 /* #undef UFO_USE_WGL */ 00093 00094 /* Define to 1 if the X Window System is missing or not being used. */ 00095 /* #undef X_DISPLAY_MISSING */ 00096 00097 /* Define to empty if `const' does not conform to ANSI C. */ 00098 /* #undef const */ 00099 00100 /* Define to `__inline__' or `__inline' if that's what the C compiler 00101 calls it, or to nothing if 'inline' is not supported under any name. */ 00102 #ifndef __cplusplus 00103 /* #undef inline */ 00104 #endif 00105 00106 /* Define to `unsigned' if <sys/types.h> does not define. */ 00107 /* #undef size_t */ 00108 00109 00110 /* Define to 1 if your compile has partial template specialization. */ 00111 #define UFO_SPECIALIZE_REFERENCES 1 00112 00113 #if defined(__GNUC__) && (__GNUC__ < 3) 00114 #include <streambuf.h> 00115 #include <string> 00116 #include <algorithm> 00117 namespace std { 00118 typedef ios ios_base; 00119 typedef string wstring; 00120 }; 00121 #endif 00122 00123 #endif // UFO_CONFIG_GNU_HPP

The libUFO Project - written by Johannes Schmidt