00001 /* base/config.h. Generated by configure. */ 00002 /* base/config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Define to 1 if the old IKOR code is to be build (for comparison with the 00005 new during debugging/development) */ 00006 #define BUILDOLDIKOR 1 00007 00008 /* Define to 1 if the `closedir' function returns void instead of `int'. */ 00009 /* #undef CLOSEDIR_VOID */ 00010 00011 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 00012 */ 00013 #define HAVE_DIRENT_H 1 00014 00015 /* Define to 1 if you have the <dlfcn.h> header file. */ 00016 #define HAVE_DLFCN_H 1 00017 00018 /* Define to 1 if you have the <fcntl.h> header file. */ 00019 #define HAVE_FCNTL_H 1 00020 00021 /* Define to 1 if you have the `getcwd' function. */ 00022 #define HAVE_GETCWD 1 00023 00024 /* Define to 1 if you have the `gettimeofday' function. */ 00025 #define HAVE_GETTIMEOFDAY 1 00026 00027 /* Define to 1 if you have the <inttypes.h> header file. */ 00028 #define HAVE_INTTYPES_H 1 00029 00030 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and 00031 to 0 otherwise. */ 00032 #define HAVE_MALLOC 1 00033 00034 /* Define to 1 if you have the <malloc.h> header file. */ 00035 #define HAVE_MALLOC_H 1 00036 00037 /* Define to 1 if you have the <memory.h> header file. */ 00038 #define HAVE_MEMORY_H 1 00039 00040 /* Define to 1 if you have the `memset' function. */ 00041 #define HAVE_MEMSET 1 00042 00043 /* Define to 1 if you have the `mkdir' function. */ 00044 #define HAVE_MKDIR 1 00045 00046 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 00047 /* #undef HAVE_NDIR_H */ 00048 00049 /* Define to 1 if you have the `pow' function. */ 00050 /* #undef HAVE_POW */ 00051 00052 /* Define to 1 if your system has a GNU libc compatible `realloc' function, 00053 and to 0 otherwise. */ 00054 #define HAVE_REALLOC 1 00055 00056 /* Define to 1 if you have the `sqrt' function. */ 00057 /* #undef HAVE_SQRT */ 00058 00059 /* Define to 1 if `stat' has the bug that it succeeds when given the 00060 zero-length file name argument. */ 00061 /* #undef HAVE_STAT_EMPTY_STRING_BUG */ 00062 00063 /* Define to 1 if stdbool.h conforms to C99. */ 00064 #define HAVE_STDBOOL_H 1 00065 00066 /* Define to 1 if you have the <stddef.h> header file. */ 00067 #define HAVE_STDDEF_H 1 00068 00069 /* Define to 1 if you have the <stdint.h> header file. */ 00070 #define HAVE_STDINT_H 1 00071 00072 /* Define to 1 if you have the <stdlib.h> header file. */ 00073 #define HAVE_STDLIB_H 1 00074 00075 /* Define to 1 if you have the `strerror' function. */ 00076 #define HAVE_STRERROR 1 00077 00078 /* Define to 1 if you have the <strings.h> header file. */ 00079 #define HAVE_STRINGS_H 1 00080 00081 /* Define to 1 if you have the <string.h> header file. */ 00082 #define HAVE_STRING_H 1 00083 00084 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 00085 */ 00086 /* #undef HAVE_SYS_DIR_H */ 00087 00088 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 00089 */ 00090 /* #undef HAVE_SYS_NDIR_H */ 00091 00092 /* Define to 1 if you have the <sys/stat.h> header file. */ 00093 #define HAVE_SYS_STAT_H 1 00094 00095 /* Define to 1 if you have the <sys/time.h> header file. */ 00096 #define HAVE_SYS_TIME_H 1 00097 00098 /* Define to 1 if you have the <sys/types.h> header file. */ 00099 #define HAVE_SYS_TYPES_H 1 00100 00101 /* Define to 1 if you have the <unistd.h> header file. */ 00102 #define HAVE_UNISTD_H 1 00103 00104 /* Define to 1 if the system has the type `_Bool'. */ 00105 #define HAVE__BOOL 1 00106 00107 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing 00108 slash. */ 00109 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 00110 00111 /* Name of package */ 00112 #define PACKAGE "opensim" 00113 00114 /* Define to the address where bug reports for this package should be sent. */ 00115 #define PACKAGE_BUGREPORT "opensim@pobox.com" 00116 00117 /* Define to the full name of this package. */ 00118 #define PACKAGE_NAME "OpenSim" 00119 00120 /* Define to the full name and version of this package. */ 00121 #define PACKAGE_STRING "OpenSim 0.44" 00122 00123 /* Define to the one symbol short name of this package. */ 00124 #define PACKAGE_TARNAME "opensim" 00125 00126 /* Define to the version of this package. */ 00127 #define PACKAGE_VERSION "0.44" 00128 00129 /* Define to 1 if you have the ANSI C header files. */ 00130 #define STDC_HEADERS 1 00131 00132 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00133 #define TIME_WITH_SYS_TIME 1 00134 00135 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 00136 /* #undef TM_IN_SYS_TIME */ 00137 00138 /* Define to 1 if the XML Externalizer DOM code uses Apache Xerces */ 00139 #define USE_XERCES 1 00140 00141 /* Version number of package */ 00142 #define VERSION "0.44" 00143 00144 /* Define to empty if `const' does not conform to ANSI C. */ 00145 /* #undef const */ 00146 00147 /* Define as `__inline' if that's what the C compiler calls it, or to nothing 00148 if it is not supported. */ 00149 /* #undef inline */ 00150 00151 /* Define to rpl_malloc if the replacement function should be used. */ 00152 /* #undef malloc */ 00153 00154 /* Define to rpl_realloc if the replacement function should be used. */ 00155 /* #undef realloc */ 00156 00157 /* Define to `unsigned' if <sys/types.h> does not define. */ 00158 /* #undef size_t */