lux/luxconfig.h

00001 /* config.h.  Generated by configure.  */
00002 /* config.h.in.  Generated from configure.ac by autoheader.  */
00003 
00004 /* Define to 1 if you have the <algorithm> header file. */
00005 #define HAVE_ALGORITHM 1
00006 
00007 /* Define to 1 if you have the <boost/shared_ptr.hpp> header file. */
00008 #define HAVE_BOOST_SHARED_PTR_HPP 1
00009 
00010 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
00011    */
00012 #define HAVE_DIRENT_H 1
00013 
00014 /* Define to 1 if you have the <dlfcn.h> header file. */
00015 #define HAVE_DLFCN_H 1
00016 
00017 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
00018 #define HAVE_FSEEKO 1
00019 
00020 /* Define to 1 if you have the <functional> header file. */
00021 #define HAVE_FUNCTIONAL 1
00022 
00023 /* Define to 1 if you have the `gettimeofday' function. */
00024 #define HAVE_GETTIMEOFDAY 1
00025 
00026 /* Define to 1 if you have the <inttypes.h> header file. */
00027 #define HAVE_INTTYPES_H 1
00028 
00029 /* Define to 1 if you have the `luxio' library (-lluxio). */
00030 #define HAVE_LIBLUXIO 1
00031 
00032 /* Define to 1 if you have the `mecab' library (-lmecab). */
00033 #define HAVE_LIBMECAB 1
00034 
00035 /* Define to 1 if you have the `protobuf' library (-lprotobuf). */
00036 #define HAVE_LIBPROTOBUF 1
00037 
00038 /* Define to 1 if you have the `z' library (-lz). */
00039 /* #undef HAVE_LIBZ */
00040 
00041 /* Define to 1 if you have the <map> header file. */
00042 #define HAVE_MAP 1
00043 
00044 /* Define to 1 if you have the <memory.h> header file. */
00045 #define HAVE_MEMORY_H 1
00046 
00047 /* Define to 1 if you have the `mkdir' function. */
00048 #define HAVE_MKDIR 1
00049 
00050 /* define if the compiler implements namespaces */
00051 #define HAVE_NAMESPACES 
00052 
00053 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
00054 /* #undef HAVE_NDIR_H */
00055 
00056 /* Define to 1 if you have the <set> header file. */
00057 #define HAVE_SET 1
00058 
00059 /* Define to 1 if stdbool.h conforms to C99. */
00060 #define HAVE_STDBOOL_H 1
00061 
00062 /* Define to 1 if you have the <stdint.h> header file. */
00063 #define HAVE_STDINT_H 1
00064 
00065 /* Define to 1 if you have the <stdlib.h> header file. */
00066 #define HAVE_STDLIB_H 1
00067 
00068 /* define if the compiler supports Standard Template Library */
00069 #define HAVE_STL 
00070 
00071 /* Define to 1 if you have the <string> header file. */
00072 #define HAVE_STRING 1
00073 
00074 /* Define to 1 if you have the <strings.h> header file. */
00075 #define HAVE_STRINGS_H 1
00076 
00077 /* Define to 1 if you have the <string.h> header file. */
00078 #define HAVE_STRING_H 1
00079 
00080 /* Define to 1 if you have the `strstr' function. */
00081 #define HAVE_STRSTR 1
00082 
00083 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
00084    */
00085 /* #undef HAVE_SYS_DIR_H */
00086 
00087 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
00088    */
00089 /* #undef HAVE_SYS_NDIR_H */
00090 
00091 /* Define to 1 if you have the <sys/stat.h> header file. */
00092 #define HAVE_SYS_STAT_H 1
00093 
00094 /* Define to 1 if you have the <sys/time.h> header file. */
00095 #define HAVE_SYS_TIME_H 1
00096 
00097 /* Define to 1 if you have the <sys/types.h> header file. */
00098 #define HAVE_SYS_TYPES_H 1
00099 
00100 /* Define to 1 if you have the <tr1/memory> header file. */
00101 #define HAVE_TR1_MEMORY 1
00102 
00103 /* Define to 1 if you have the <unistd.h> header file. */
00104 #define HAVE_UNISTD_H 1
00105 
00106 /* Define to 1 if you have the <vector> header file. */
00107 #define HAVE_VECTOR 1
00108 
00109 /* Define to 1 if the system has the type `_Bool'. */
00110 /* #undef HAVE__BOOL */
00111 
00112 /* Name of package */
00113 #define PACKAGE "lux"
00114 
00115 /* Define to the address where bug reports for this package should be sent. */
00116 #define PACKAGE_BUGREPORT "hiroyu@users.sourceforge.net"
00117 
00118 /* Define to the full name of this package. */
00119 #define PACKAGE_NAME "lux"
00120 
00121 /* Define to the full name and version of this package. */
00122 #define PACKAGE_STRING "lux 0.9.1"
00123 
00124 /* Define to the one symbol short name of this package. */
00125 #define PACKAGE_TARNAME "lux"
00126 
00127 /* Define to the version of this package. */
00128 #define PACKAGE_VERSION "0.9.1"
00129 
00130 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
00131 /* #undef STAT_MACROS_BROKEN */
00132 
00133 /* Define to 1 if you have the ANSI C header files. */
00134 #define STDC_HEADERS 1
00135 
00136 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
00137 #define TIME_WITH_SYS_TIME 1
00138 
00139 /* using zlib */
00140 /* #undef USE_ZLIB */
00141 
00142 /* Version number of package */
00143 #define VERSION "0.9.1"
00144 
00145 /* Number of bits in a file offset, on hosts where this is settable. */
00146 #define _FILE_OFFSET_BITS 64
00147 
00148 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
00149 /* #undef _LARGEFILE_SOURCE */
00150 
00151 /* Define for large files, on AIX-style hosts. */
00152 /* #undef _LARGE_FILES */
00153 
00154 /* Define to empty if `const' does not conform to ANSI C. */
00155 /* #undef const */
00156 
00157 /* Define to `__inline__' or `__inline' if that's what the C compiler
00158    calls it, or to nothing if 'inline' is not supported under any name.  */
00159 #ifndef __cplusplus
00160 /* #undef inline */
00161 #endif
00162 
00163 /* Define to `long' if <sys/types.h> does not define. */
00164 /* #undef off_t */
00165 
00166 /* Define to `unsigned' if <sys/types.h> does not define. */
00167 /* #undef size_t */

Generated on Fri Feb 5 15:50:30 2010 for Lux by  doxygen 1.4.7