dbus-cxx logo

dbus-cxx-config.h

Go to the documentation of this file.
00001 #ifndef _DBUS_CXX_DBUS_CXX_CONFIG_H
00002 #define _DBUS_CXX_DBUS_CXX_CONFIG_H 1
00003  
00004 /*
00005 dbus-cxx/dbus-cxx-config.h.
00006 Generated
00007 automatically
00008 at
00009 end
00010 of
00011 configure.
00012 */
00013 /* config.h.  Generated from config.h.in by configure.  */
00014 /* config.h.in.  Generated from configure.ac by autoheader.  */
00015 
00016 /* Enable debugging output */
00017 /* #undef DBUS_CXX_DEBUG_ENABLED */
00018 
00019 /* Define to 1 if you have the <dlfcn.h> header file. */
00020 #ifndef DBUS_CXX_HAVE_DLFCN_H 
00021 #define DBUS_CXX_HAVE_DLFCN_H  1 
00022 #endif
00023 
00024 /* Define to 1 if you have the <expat.h> header file. */
00025 #ifndef DBUS_CXX_HAVE_EXPAT_H 
00026 #define DBUS_CXX_HAVE_EXPAT_H  1 
00027 #endif
00028 
00029 /* Define to 1 if you have the <inttypes.h> header file. */
00030 #ifndef DBUS_CXX_HAVE_INTTYPES_H 
00031 #define DBUS_CXX_HAVE_INTTYPES_H  1 
00032 #endif
00033 
00034 /* Define to 1 if you have the `expat' library (-lexpat). */
00035 #ifndef DBUS_CXX_HAVE_LIBEXPAT 
00036 #define DBUS_CXX_HAVE_LIBEXPAT  1 
00037 #endif
00038 
00039 /* Define to 1 if you have the `popt' library (-lpopt). */
00040 #ifndef DBUS_CXX_HAVE_LIBPOPT 
00041 #define DBUS_CXX_HAVE_LIBPOPT  1 
00042 #endif
00043 
00044 /* Define to 1 if you have the `pthread' library (-lpthread). */
00045 #ifndef DBUS_CXX_HAVE_LIBPTHREAD 
00046 #define DBUS_CXX_HAVE_LIBPTHREAD  1 
00047 #endif
00048 
00049 /* Define to 1 if you have the `rt' library (-lrt). */
00050 #ifndef DBUS_CXX_HAVE_LIBRT 
00051 #define DBUS_CXX_HAVE_LIBRT  1 
00052 #endif
00053 
00054 /* Define to 1 if you have the `thread' library (-lthread). */
00055 /* #undef DBUS_CXX_HAVE_LIBTHREAD */
00056 
00057 /* Define to 1 if the system has the type `long long int'. */
00058 #ifndef DBUS_CXX_HAVE_LONG_LONG_INT 
00059 #define DBUS_CXX_HAVE_LONG_LONG_INT  1 
00060 #endif
00061 
00062 /* Define to 1 if you have the <memory.h> header file. */
00063 #ifndef DBUS_CXX_HAVE_MEMORY_H 
00064 #define DBUS_CXX_HAVE_MEMORY_H  1 
00065 #endif
00066 
00067 /* Define to 1 if you have the <popt.h> header file. */
00068 #ifndef DBUS_CXX_HAVE_POPT_H 
00069 #define DBUS_CXX_HAVE_POPT_H  1 
00070 #endif
00071 
00072 /* Define if g++ supports C++0x features. */
00073 #ifndef DBUS_CXX_HAVE_STDCXX_0X 
00074 #define DBUS_CXX_HAVE_STDCXX_0X   
00075 #endif
00076 
00077 /* Define to 1 if you have the <stdint.h> header file. */
00078 #ifndef DBUS_CXX_HAVE_STDINT_H 
00079 #define DBUS_CXX_HAVE_STDINT_H  1 
00080 #endif
00081 
00082 /* Define to 1 if you have the <stdlib.h> header file. */
00083 #ifndef DBUS_CXX_HAVE_STDLIB_H 
00084 #define DBUS_CXX_HAVE_STDLIB_H  1 
00085 #endif
00086 
00087 /* Define to 1 if you have the <strings.h> header file. */
00088 #ifndef DBUS_CXX_HAVE_STRINGS_H 
00089 #define DBUS_CXX_HAVE_STRINGS_H  1 
00090 #endif
00091 
00092 /* Define to 1 if you have the <string.h> header file. */
00093 #ifndef DBUS_CXX_HAVE_STRING_H 
00094 #define DBUS_CXX_HAVE_STRING_H  1 
00095 #endif
00096 
00097 /* Define to 1 if you have the <sys/stat.h> header file. */
00098 #ifndef DBUS_CXX_HAVE_SYS_STAT_H 
00099 #define DBUS_CXX_HAVE_SYS_STAT_H  1 
00100 #endif
00101 
00102 /* Define to 1 if you have the <sys/types.h> header file. */
00103 #ifndef DBUS_CXX_HAVE_SYS_TYPES_H 
00104 #define DBUS_CXX_HAVE_SYS_TYPES_H  1 
00105 #endif
00106 
00107 /* Define to 1 if you have the <unistd.h> header file. */
00108 #ifndef DBUS_CXX_HAVE_UNISTD_H 
00109 #define DBUS_CXX_HAVE_UNISTD_H  1 
00110 #endif
00111 
00112 /* Define to 1 if the system has the type `unsigned long long int'. */
00113 #ifndef DBUS_CXX_HAVE_UNSIGNED_LONG_LONG_INT 
00114 #define DBUS_CXX_HAVE_UNSIGNED_LONG_LONG_INT  1 
00115 #endif
00116 
00117 /* Define to the sub-directory in which libtool stores uninstalled libraries.
00118    */
00119 #ifndef DBUS_CXX_LT_OBJDIR 
00120 #define DBUS_CXX_LT_OBJDIR  ".libs/" 
00121 #endif
00122 
00123 /* Name of package */
00124 #ifndef DBUS_CXX_PACKAGE 
00125 #define DBUS_CXX_PACKAGE  "dbus-cxx" 
00126 #endif
00127 
00128 /* Define to the address where bug reports for this package should be sent. */
00129 #ifndef DBUS_CXX_PACKAGE_BUGREPORT 
00130 #define DBUS_CXX_PACKAGE_BUGREPORT  "rvinyard@cs.nmsu.edu" 
00131 #endif
00132 
00133 /* Major version */
00134 #ifndef DBUS_CXX_PACKAGE_MAJOR_VERSION 
00135 #define DBUS_CXX_PACKAGE_MAJOR_VERSION  0 
00136 #endif
00137 
00138 /* Micro version */
00139 #ifndef DBUS_CXX_PACKAGE_MICRO_VERSION 
00140 #define DBUS_CXX_PACKAGE_MICRO_VERSION  3 
00141 #endif
00142 
00143 /* Minor version */
00144 #ifndef DBUS_CXX_PACKAGE_MINOR_VERSION 
00145 #define DBUS_CXX_PACKAGE_MINOR_VERSION  4 
00146 #endif
00147 
00148 /* Define to the full name of this package. */
00149 #ifndef DBUS_CXX_PACKAGE_NAME 
00150 #define DBUS_CXX_PACKAGE_NAME  "dbus-cxx" 
00151 #endif
00152 
00153 /* Define to the full name and version of this package. */
00154 #ifndef DBUS_CXX_PACKAGE_STRING 
00155 #define DBUS_CXX_PACKAGE_STRING  "dbus-cxx 0.4.3" 
00156 #endif
00157 
00158 /* Define to the one symbol short name of this package. */
00159 #ifndef DBUS_CXX_PACKAGE_TARNAME 
00160 #define DBUS_CXX_PACKAGE_TARNAME  "dbus-cxx" 
00161 #endif
00162 
00163 /* Define to the version of this package. */
00164 #ifndef DBUS_CXX_PACKAGE_VERSION 
00165 #define DBUS_CXX_PACKAGE_VERSION  "0.4.3" 
00166 #endif
00167 
00168 /* The size of `int', as computed by sizeof. */
00169 #ifndef DBUS_CXX_SIZEOF_INT 
00170 #define DBUS_CXX_SIZEOF_INT  4 
00171 #endif
00172 
00173 /* The size of `long int', as computed by sizeof. */
00174 #ifndef DBUS_CXX_SIZEOF_LONG_INT 
00175 #define DBUS_CXX_SIZEOF_LONG_INT  4 
00176 #endif
00177 
00178 /* The size of `long long int', as computed by sizeof. */
00179 #ifndef DBUS_CXX_SIZEOF_LONG_LONG_INT 
00180 #define DBUS_CXX_SIZEOF_LONG_LONG_INT  8 
00181 #endif
00182 
00183 /* Define to 1 if you have the ANSI C header files. */
00184 #ifndef DBUS_CXX_STDC_HEADERS 
00185 #define DBUS_CXX_STDC_HEADERS  1 
00186 #endif
00187 
00188 /* If defined, boost library smart pointers will be used */
00189 /* #undef DBUS_CXX_USE_BOOST_SMART_POINTER */
00190 
00191 /* If defined, boost library variants will be used */
00192 #ifndef DBUS_CXX_USE_BOOST_VARIANT 
00193 #define DBUS_CXX_USE_BOOST_VARIANT  1 
00194 #endif
00195 
00196 /* If defined c++0x smart pointers will be used */
00197 #ifndef DBUS_CXX_USE_CXX0X_SMART_POINTER 
00198 #define DBUS_CXX_USE_CXX0X_SMART_POINTER   
00199 #endif
00200 
00201 /* If defined, internal variants will be used */
00202 /* #undef DBUS_CXX_USE_INTERNAL_VARIANT */
00203 
00204 /* If defined TR1 smart pointers will be used */
00205 /* #undef DBUS_CXX_USE_TR1_SMART_POINTER */
00206 
00207 /* Version number of package */
00208 #ifndef DBUS_CXX_VERSION 
00209 #define DBUS_CXX_VERSION  "0.4.3" 
00210 #endif
00211  
00212 /* once:
00213 _DBUS_CXX_DBUS_CXX_CONFIG_H
00214 */
00215 #endif

Generated on Mon Sep 21 10:59:27 2009 for dbus-cxx by doxygen 1.6.1