papyrus logo

papyrus-config.h

Go to the documentation of this file.
00001 #ifndef _PAPYRUS_PAPYRUS_CONFIG_H
00002 #define _PAPYRUS_PAPYRUS_CONFIG_H 1
00003  
00004 /*
00005 papyrus/papyrus-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 /* Define to 1 if you have the <dlfcn.h> header file. */
00017 #ifndef PAPYRUS_HAVE_DLFCN_H 
00018 #define PAPYRUS_HAVE_DLFCN_H  1 
00019 #endif
00020 
00021 /* Define to 1 if you have the <expat.h> header file. */
00022 #ifndef PAPYRUS_HAVE_EXPAT_H 
00023 #define PAPYRUS_HAVE_EXPAT_H  1 
00024 #endif
00025 
00026 /* Define to 1 if you have the <inttypes.h> header file. */
00027 #ifndef PAPYRUS_HAVE_INTTYPES_H 
00028 #define PAPYRUS_HAVE_INTTYPES_H  1 
00029 #endif
00030 
00031 /* Define to 1 if you have the `expat' library (-lexpat). */
00032 #ifndef PAPYRUS_HAVE_LIBEXPAT 
00033 #define PAPYRUS_HAVE_LIBEXPAT  1 
00034 #endif
00035 
00036 /* Define to 1 if you have the <memory.h> header file. */
00037 #ifndef PAPYRUS_HAVE_MEMORY_H 
00038 #define PAPYRUS_HAVE_MEMORY_H  1 
00039 #endif
00040 
00041 /* Define if g++ supports C++0x features. */
00042 #ifndef PAPYRUS_HAVE_STDCXX_0X 
00043 #define PAPYRUS_HAVE_STDCXX_0X   
00044 #endif
00045 
00046 /* Define to 1 if you have the <stdint.h> header file. */
00047 #ifndef PAPYRUS_HAVE_STDINT_H 
00048 #define PAPYRUS_HAVE_STDINT_H  1 
00049 #endif
00050 
00051 /* Define to 1 if you have the <stdlib.h> header file. */
00052 #ifndef PAPYRUS_HAVE_STDLIB_H 
00053 #define PAPYRUS_HAVE_STDLIB_H  1 
00054 #endif
00055 
00056 /* Define to 1 if you have the <strings.h> header file. */
00057 #ifndef PAPYRUS_HAVE_STRINGS_H 
00058 #define PAPYRUS_HAVE_STRINGS_H  1 
00059 #endif
00060 
00061 /* Define to 1 if you have the <string.h> header file. */
00062 #ifndef PAPYRUS_HAVE_STRING_H 
00063 #define PAPYRUS_HAVE_STRING_H  1 
00064 #endif
00065 
00066 /* Define to 1 if you have the <sys/stat.h> header file. */
00067 #ifndef PAPYRUS_HAVE_SYS_STAT_H 
00068 #define PAPYRUS_HAVE_SYS_STAT_H  1 
00069 #endif
00070 
00071 /* Define to 1 if you have the <sys/types.h> header file. */
00072 #ifndef PAPYRUS_HAVE_SYS_TYPES_H 
00073 #define PAPYRUS_HAVE_SYS_TYPES_H  1 
00074 #endif
00075 
00076 /* Define to 1 if you have the <unistd.h> header file. */
00077 #ifndef PAPYRUS_HAVE_UNISTD_H 
00078 #define PAPYRUS_HAVE_UNISTD_H  1 
00079 #endif
00080 
00081 /* Name of package */
00082 #ifndef PAPYRUS_PACKAGE 
00083 #define PAPYRUS_PACKAGE  "papyrus" 
00084 #endif
00085 
00086 /* Define to the address where bug reports for this package should be sent. */
00087 #ifndef PAPYRUS_PACKAGE_BUGREPORT 
00088 #define PAPYRUS_PACKAGE_BUGREPORT  "rvinyard@cs.nmsu.edu" 
00089 #endif
00090 
00091 /* Major version */
00092 #ifndef PAPYRUS_PACKAGE_MAJOR_VERSION 
00093 #define PAPYRUS_PACKAGE_MAJOR_VERSION  0 
00094 #endif
00095 
00096 /* Micro version */
00097 #ifndef PAPYRUS_PACKAGE_MICRO_VERSION 
00098 #define PAPYRUS_PACKAGE_MICRO_VERSION  0 
00099 #endif
00100 
00101 /* Minor version */
00102 #ifndef PAPYRUS_PACKAGE_MINOR_VERSION 
00103 #define PAPYRUS_PACKAGE_MINOR_VERSION  11 
00104 #endif
00105 
00106 /* Define to the full name of this package. */
00107 #ifndef PAPYRUS_PACKAGE_NAME 
00108 #define PAPYRUS_PACKAGE_NAME  "papyrus" 
00109 #endif
00110 
00111 /* Define to the full name and version of this package. */
00112 #ifndef PAPYRUS_PACKAGE_STRING 
00113 #define PAPYRUS_PACKAGE_STRING  "papyrus 0.11.0" 
00114 #endif
00115 
00116 /* Define to the one symbol short name of this package. */
00117 #ifndef PAPYRUS_PACKAGE_TARNAME 
00118 #define PAPYRUS_PACKAGE_TARNAME  "papyrus" 
00119 #endif
00120 
00121 /* Define to the version of this package. */
00122 #ifndef PAPYRUS_PACKAGE_VERSION 
00123 #define PAPYRUS_PACKAGE_VERSION  "0.11.0" 
00124 #endif
00125 
00126 /* Define to 1 if you have the ANSI C header files. */
00127 #ifndef PAPYRUS_STDC_HEADERS 
00128 #define PAPYRUS_STDC_HEADERS  1 
00129 #endif
00130 
00131 /* If defined, boost library smart pointers will be used */
00132 /* #undef PAPYRUS_USE_BOOST_SMART_POINTER */
00133 
00134 /* If defined c++0x smart pointers will be used */
00135 #ifndef PAPYRUS_USE_CXX0X_SMART_POINTER 
00136 #define PAPYRUS_USE_CXX0X_SMART_POINTER   
00137 #endif
00138 
00139 /* If defined TR1 smart pointers will be used */
00140 /* #undef PAPYRUS_USE_TR1_SMART_POINTER */
00141 
00142 /* Version number of package */
00143 #ifndef PAPYRUS_VERSION 
00144 #define PAPYRUS_VERSION  "0.11.0" 
00145 #endif
00146 
00147 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
00148    `char[]'. */
00149 /* #undef PAPYRUS_YYTEXT_POINTER */
00150  
00151 /* once:
00152 _PAPYRUS_PAPYRUS_CONFIG_H
00153 */
00154 #endif

Generated on Wed Mar 18 12:34:04 2009 for papyrus by doxygen 1.5.7.1