Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

config.h

00001 /* config.h.  Generated by configure.  */
00002 /* config.h.in.  Generated from configure.in by autoheader.  */
00003 /* Some of these are defined here, not in configure.in, because
00004    they're AC_DEFINEd in two different places, which causes two
00005    defines to appear.  Some C compilers might now appreciate it...  */
00006 
00007 /* Define if you have the libdl library or equivalent.  */
00008 #define HAVE_LIBDL 1
00009 
00010 /* Define if you have the GNU dld library.  */
00011 /* #undef HAVE_DLD */
00012 
00013 /* Define if you have the shl_load function.  */
00014 /* #undef HAVE_SHL_LOAD */
00015 
00016 /* Define to 1 if you have the `argz_append' function. */
00017 #define HAVE_ARGZ_APPEND 1
00018 
00019 /* Define to 1 if you have the `argz_create_sep' function. */
00020 #define HAVE_ARGZ_CREATE_SEP 1
00021 
00022 /* Define to 1 if you have the <argz.h> header file. */
00023 #define HAVE_ARGZ_H 1
00024 
00025 /* Define to 1 if you have the `argz_insert' function. */
00026 #define HAVE_ARGZ_INSERT 1
00027 
00028 /* Define to 1 if you have the `argz_next' function. */
00029 #define HAVE_ARGZ_NEXT 1
00030 
00031 /* Define to 1 if you have the `argz_stringify' function. */
00032 #define HAVE_ARGZ_STRINGIFY 1
00033 
00034 /* Define to 1 if you have the `bcopy' function. */
00035 /* #undef HAVE_BCOPY */
00036 
00037 /* Define to 1 if you have the <ctype.h> header file. */
00038 #define HAVE_CTYPE_H 1
00039 
00040 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
00041    */
00042 #define HAVE_DIRENT_H 1
00043 
00044 /* Define if you have the GNU dld library. */
00045 /* #undef HAVE_DLD */
00046 
00047 /* Define to 1 if you have the <dld.h> header file. */
00048 /* #undef HAVE_DLD_H */
00049 
00050 /* Define to 1 if you have the `dlerror' function. */
00051 #define HAVE_DLERROR 1
00052 
00053 /* Define to 1 if you have the <dlfcn.h> header file. */
00054 #define HAVE_DLFCN_H 1
00055 
00056 /* Define to 1 if you have the <dl.h> header file. */
00057 /* #undef HAVE_DL_H */
00058 
00059 /* Define to 1 if you have the <errno.h> header file. */
00060 #define HAVE_ERRNO_H 1
00061 
00062 /* Define to 1 if the system has the type `error_t'. */
00063 #define HAVE_ERROR_T 1
00064 
00065 /* Define to 1 if you have the `index' function. */
00066 /* #undef HAVE_INDEX */
00067 
00068 /* Define to 1 if you have the <inttypes.h> header file. */
00069 #define HAVE_INTTYPES_H 1
00070 
00071 /* Define if you have the libdl library or equivalent. */
00072 #define HAVE_LIBDL 1
00073 
00074 /* Define to 1 if you have the <malloc.h> header file. */
00075 #define HAVE_MALLOC_H 1
00076 
00077 /* Define to 1 if you have the `memcpy' function. */
00078 #define HAVE_MEMCPY 1
00079 
00080 /* Define to 1 if you have the `memmove' function. */
00081 #define HAVE_MEMMOVE 1
00082 
00083 /* Define to 1 if you have the <memory.h> header file. */
00084 #define HAVE_MEMORY_H 1
00085 
00086 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
00087 /* #undef HAVE_NDIR_H */
00088 
00089 /* Define if libtool can extract symbol lists from object files. */
00090 #define HAVE_PRELOADED_SYMBOLS 1
00091 
00092 /* Define to 1 if you have the `rindex' function. */
00093 /* #undef HAVE_RINDEX */
00094 
00095 /* Define if you have the shl_load function. */
00096 /* #undef HAVE_SHL_LOAD */
00097 
00098 /* Define to 1 if you have the <stdint.h> header file. */
00099 #define HAVE_STDINT_H 1
00100 
00101 /* Define to 1 if you have the <stdio.h> header file. */
00102 #define HAVE_STDIO_H 1
00103 
00104 /* Define to 1 if you have the <stdlib.h> header file. */
00105 #define HAVE_STDLIB_H 1
00106 
00107 /* Define to 1 if you have the `strchr' function. */
00108 #define HAVE_STRCHR 1
00109 
00110 /* Define to 1 if you have the `strcmp' function. */
00111 #define HAVE_STRCMP 1
00112 
00113 /* Define to 1 if you have the <strings.h> header file. */
00114 #define HAVE_STRINGS_H 1
00115 
00116 /* Define to 1 if you have the <string.h> header file. */
00117 #define HAVE_STRING_H 1
00118 
00119 /* Define to 1 if you have the `strrchr' function. */
00120 #define HAVE_STRRCHR 1
00121 
00122 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
00123    */
00124 /* #undef HAVE_SYS_DIR_H */
00125 
00126 /* Define to 1 if you have the <sys/dl.h> header file. */
00127 /* #undef HAVE_SYS_DL_H */
00128 
00129 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
00130    */
00131 /* #undef HAVE_SYS_NDIR_H */
00132 
00133 /* Define to 1 if you have the <sys/stat.h> header file. */
00134 #define HAVE_SYS_STAT_H 1
00135 
00136 /* Define to 1 if you have the <sys/types.h> header file. */
00137 #define HAVE_SYS_TYPES_H 1
00138 
00139 /* Define to 1 if you have the <unistd.h> header file. */
00140 #define HAVE_UNISTD_H 1
00141 
00142 /* Define if the OS needs help to load dependent libraries for dlopen(). */
00143 /* #undef LTDL_DLOPEN_DEPLIBS */
00144 
00145 /* Define to the sub-directory in which libtool stores uninstalled libraries.
00146    */
00147 #define LTDL_OBJDIR ".libs/"
00148 
00149 /* Define to the name of the environment variable that determines the dynamic
00150    library search path. */
00151 #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
00152 
00153 /* Define to the extension used for shared libraries, say, ".so". */
00154 #define LTDL_SHLIB_EXT ".so"
00155 
00156 /* Define to the system default library search path. */
00157 #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
00158 
00159 /* Define if dlsym() requires a leading underscode in symbol names. */
00160 /* #undef NEED_USCORE */
00161 
00162 /* Define to the address where bug reports for this package should be sent. */
00163 #define PACKAGE_BUGREPORT ""
00164 
00165 /* Define to the full name of this package. */
00166 #define PACKAGE_NAME ""
00167 
00168 /* Define to the full name and version of this package. */
00169 #define PACKAGE_STRING ""
00170 
00171 /* Define to the one symbol short name of this package. */
00172 #define PACKAGE_TARNAME ""
00173 
00174 /* Define to the version of this package. */
00175 #define PACKAGE_VERSION ""
00176 
00177 /* Define to 1 if you have the ANSI C header files. */
00178 #define STDC_HEADERS 1
00179 
00180 /* Define to empty if `const' does not conform to ANSI C. */
00181 /* #undef const */
00182 
00183 /* Define to a type to use for `error_t' if it is not otherwise available. */
00184 /* #undef error_t */
00185 
00186 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
00187    if it is not supported. */
00188 /* #undef inline */

Generated on Sun Feb 16 23:39:49 2003 for FreeLCD by doxygen1.2.18