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.in 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 you have the <memory.h> header file. */
00058 #ifndef DBUS_CXX_HAVE_MEMORY_H 
00059 #define DBUS_CXX_HAVE_MEMORY_H  1 
00060 #endif
00061 
00062 /* Define to 1 if you have the <popt.h> header file. */
00063 #ifndef DBUS_CXX_HAVE_POPT_H 
00064 #define DBUS_CXX_HAVE_POPT_H  1 
00065 #endif
00066 
00067 /* Define if g++ supports C++0x features. */
00068 #ifndef DBUS_CXX_HAVE_STDCXX_0X 
00069 #define DBUS_CXX_HAVE_STDCXX_0X   
00070 #endif
00071 
00072 /* Define to 1 if you have the <stdint.h> header file. */
00073 #ifndef DBUS_CXX_HAVE_STDINT_H 
00074 #define DBUS_CXX_HAVE_STDINT_H  1 
00075 #endif
00076 
00077 /* Define to 1 if you have the <stdlib.h> header file. */
00078 #ifndef DBUS_CXX_HAVE_STDLIB_H 
00079 #define DBUS_CXX_HAVE_STDLIB_H  1 
00080 #endif
00081 
00082 /* Define to 1 if you have the <strings.h> header file. */
00083 #ifndef DBUS_CXX_HAVE_STRINGS_H 
00084 #define DBUS_CXX_HAVE_STRINGS_H  1 
00085 #endif
00086 
00087 /* Define to 1 if you have the <string.h> header file. */
00088 #ifndef DBUS_CXX_HAVE_STRING_H 
00089 #define DBUS_CXX_HAVE_STRING_H  1 
00090 #endif
00091 
00092 /* Define to 1 if you have the <sys/stat.h> header file. */
00093 #ifndef DBUS_CXX_HAVE_SYS_STAT_H 
00094 #define DBUS_CXX_HAVE_SYS_STAT_H  1 
00095 #endif
00096 
00097 /* Define to 1 if you have the <sys/types.h> header file. */
00098 #ifndef DBUS_CXX_HAVE_SYS_TYPES_H 
00099 #define DBUS_CXX_HAVE_SYS_TYPES_H  1 
00100 #endif
00101 
00102 /* Define to 1 if you have the <unistd.h> header file. */
00103 #ifndef DBUS_CXX_HAVE_UNISTD_H 
00104 #define DBUS_CXX_HAVE_UNISTD_H  1 
00105 #endif
00106 
00107 /* Name of package */
00108 #ifndef DBUS_CXX_PACKAGE 
00109 #define DBUS_CXX_PACKAGE  "dbus-cxx" 
00110 #endif
00111 
00112 /* Define to the address where bug reports for this package should be sent. */
00113 #ifndef DBUS_CXX_PACKAGE_BUGREPORT 
00114 #define DBUS_CXX_PACKAGE_BUGREPORT  "rvinyard@cs.nmsu.edu" 
00115 #endif
00116 
00117 /* Major version */
00118 #ifndef DBUS_CXX_PACKAGE_MAJOR_VERSION 
00119 #define DBUS_CXX_PACKAGE_MAJOR_VERSION  0 
00120 #endif
00121 
00122 /* Micro version */
00123 #ifndef DBUS_CXX_PACKAGE_MICRO_VERSION 
00124 #define DBUS_CXX_PACKAGE_MICRO_VERSION  2 
00125 #endif
00126 
00127 /* Minor version */
00128 #ifndef DBUS_CXX_PACKAGE_MINOR_VERSION 
00129 #define DBUS_CXX_PACKAGE_MINOR_VERSION  1 
00130 #endif
00131 
00132 /* Define to the full name of this package. */
00133 #ifndef DBUS_CXX_PACKAGE_NAME 
00134 #define DBUS_CXX_PACKAGE_NAME  "dbus-cxx" 
00135 #endif
00136 
00137 /* Define to the full name and version of this package. */
00138 #ifndef DBUS_CXX_PACKAGE_STRING 
00139 #define DBUS_CXX_PACKAGE_STRING  "dbus-cxx 0.1.2" 
00140 #endif
00141 
00142 /* Define to the one symbol short name of this package. */
00143 #ifndef DBUS_CXX_PACKAGE_TARNAME 
00144 #define DBUS_CXX_PACKAGE_TARNAME  "dbus-cxx" 
00145 #endif
00146 
00147 /* Define to the version of this package. */
00148 #ifndef DBUS_CXX_PACKAGE_VERSION 
00149 #define DBUS_CXX_PACKAGE_VERSION  "0.1.2" 
00150 #endif
00151 
00152 /* Define to 1 if you have the ANSI C header files. */
00153 #ifndef DBUS_CXX_STDC_HEADERS 
00154 #define DBUS_CXX_STDC_HEADERS  1 
00155 #endif
00156 
00157 /* If defined, boost library smart pointers will be used */
00158 /* #undef DBUS_CXX_USE_BOOST_SMART_POINTER */
00159 
00160 /* If defined, boost library variants will be used */
00161 #ifndef DBUS_CXX_USE_BOOST_VARIANT 
00162 #define DBUS_CXX_USE_BOOST_VARIANT  1 
00163 #endif
00164 
00165 /* If defined c++0x smart pointers will be used */
00166 #ifndef DBUS_CXX_USE_CXX0X_SMART_POINTER 
00167 #define DBUS_CXX_USE_CXX0X_SMART_POINTER   
00168 #endif
00169 
00170 /* If defined, internal variants will be used */
00171 /* #undef DBUS_CXX_USE_INTERNAL_VARIANT */
00172 
00173 /* If defined TR1 smart pointers will be used */
00174 /* #undef DBUS_CXX_USE_TR1_SMART_POINTER */
00175 
00176 /* Version number of package */
00177 #ifndef DBUS_CXX_VERSION 
00178 #define DBUS_CXX_VERSION  "0.1.2" 
00179 #endif
00180  
00181 /* once:
00182 _DBUS_CXX_DBUS_CXX_CONFIG_H
00183 */
00184 #endif

Generated on Thu May 28 16:50:50 2009 for dbus-cxx by doxygen 1.5.7.1