papyrus/papyrus-config.h

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 by configure.  */
00014 /* config.h.in.  Generated from configure.in by autoheader.  */
00015 
00016 /* Defined if Cairo 1.0 is present */
00017 /* #undef PAPYRUS_HAVE_CAIRO_10 */
00018 
00019 /* Defined if Cairo 1.2 is present */
00020 #ifndef PAPYRUS_HAVE_CAIRO_12 
00021 #define PAPYRUS_HAVE_CAIRO_12   
00022 #endif
00023 
00024 /* Define to 1 if you have the <dlfcn.h> header file. */
00025 #ifndef PAPYRUS_HAVE_DLFCN_H 
00026 #define PAPYRUS_HAVE_DLFCN_H  1 
00027 #endif
00028 
00029 /* Define to 1 if you have the <inttypes.h> header file. */
00030 #ifndef PAPYRUS_HAVE_INTTYPES_H 
00031 #define PAPYRUS_HAVE_INTTYPES_H  1 
00032 #endif
00033 
00034 /* Define to 1 if you have the <memory.h> header file. */
00035 #ifndef PAPYRUS_HAVE_MEMORY_H 
00036 #define PAPYRUS_HAVE_MEMORY_H  1 
00037 #endif
00038 
00039 /* Define to 1 if you have the <stdint.h> header file. */
00040 #ifndef PAPYRUS_HAVE_STDINT_H 
00041 #define PAPYRUS_HAVE_STDINT_H  1 
00042 #endif
00043 
00044 /* Define to 1 if you have the <stdlib.h> header file. */
00045 #ifndef PAPYRUS_HAVE_STDLIB_H 
00046 #define PAPYRUS_HAVE_STDLIB_H  1 
00047 #endif
00048 
00049 /* Define to 1 if you have the <strings.h> header file. */
00050 #ifndef PAPYRUS_HAVE_STRINGS_H 
00051 #define PAPYRUS_HAVE_STRINGS_H  1 
00052 #endif
00053 
00054 /* Define to 1 if you have the <string.h> header file. */
00055 #ifndef PAPYRUS_HAVE_STRING_H 
00056 #define PAPYRUS_HAVE_STRING_H  1 
00057 #endif
00058 
00059 /* Define to 1 if you have the <sys/stat.h> header file. */
00060 #ifndef PAPYRUS_HAVE_SYS_STAT_H 
00061 #define PAPYRUS_HAVE_SYS_STAT_H  1 
00062 #endif
00063 
00064 /* Define to 1 if you have the <sys/types.h> header file. */
00065 #ifndef PAPYRUS_HAVE_SYS_TYPES_H 
00066 #define PAPYRUS_HAVE_SYS_TYPES_H  1 
00067 #endif
00068 
00069 /* Define to 1 if you have the <unistd.h> header file. */
00070 #ifndef PAPYRUS_HAVE_UNISTD_H 
00071 #define PAPYRUS_HAVE_UNISTD_H  1 
00072 #endif
00073 
00074 /* Name of package */
00075 #ifndef PAPYRUS_PACKAGE 
00076 #define PAPYRUS_PACKAGE  "papyrus" 
00077 #endif
00078 
00079 /* Define to the address where bug reports for this package should be sent. */
00080 #ifndef PAPYRUS_PACKAGE_BUGREPORT 
00081 #define PAPYRUS_PACKAGE_BUGREPORT  "rvinyard@cs.nmsu.edu" 
00082 #endif
00083 
00084 /* Major version */
00085 #ifndef PAPYRUS_PACKAGE_MAJOR_VERSION 
00086 #define PAPYRUS_PACKAGE_MAJOR_VERSION  0 
00087 #endif
00088 
00089 /* Micro version */
00090 #ifndef PAPYRUS_PACKAGE_MICRO_VERSION 
00091 #define PAPYRUS_PACKAGE_MICRO_VERSION  1 
00092 #endif
00093 
00094 /* Minor version */
00095 #ifndef PAPYRUS_PACKAGE_MINOR_VERSION 
00096 #define PAPYRUS_PACKAGE_MINOR_VERSION  6 
00097 #endif
00098 
00099 /* Define to the full name of this package. */
00100 #ifndef PAPYRUS_PACKAGE_NAME 
00101 #define PAPYRUS_PACKAGE_NAME  "papyrus" 
00102 #endif
00103 
00104 /* Define to the full name and version of this package. */
00105 #ifndef PAPYRUS_PACKAGE_STRING 
00106 #define PAPYRUS_PACKAGE_STRING  "papyrus 0.6.1" 
00107 #endif
00108 
00109 /* Define to the one symbol short name of this package. */
00110 #ifndef PAPYRUS_PACKAGE_TARNAME 
00111 #define PAPYRUS_PACKAGE_TARNAME  "papyrus" 
00112 #endif
00113 
00114 /* Define to the version of this package. */
00115 #ifndef PAPYRUS_PACKAGE_VERSION 
00116 #define PAPYRUS_PACKAGE_VERSION  "0.6.1" 
00117 #endif
00118 
00119 /* Define to 1 if you have the ANSI C header files. */
00120 #ifndef PAPYRUS_STDC_HEADERS 
00121 #define PAPYRUS_STDC_HEADERS  1 
00122 #endif
00123 
00124 /* If defined, boost library smart pointers will be used */
00125 /* #undef PAPYRUS_USE_BOOST_SMART_POINTER */
00126 
00127 /* If defined TR1 smart pointers will be used */
00128 #ifndef PAPYRUS_USE_TR1_SMART_POINTER 
00129 #define PAPYRUS_USE_TR1_SMART_POINTER   
00130 #endif
00131 
00132 /* Version number of package */
00133 #ifndef PAPYRUS_VERSION 
00134 #define PAPYRUS_VERSION  "0.6.1" 
00135 #endif
00136  
00137 /* once:
00138 _PAPYRUS_PAPYRUS_CONFIG_H
00139 */
00140 #endif

Generated on Sun Jan 7 22:53:57 2007 by  doxygen 1.5.1