00001 #ifndef _PAPYRUS_PAPYRUS_CONFIG_H
00002 #define _PAPYRUS_PAPYRUS_CONFIG_H 1
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef PAPYRUS_HAVE_CAIRO_12
00021 #define PAPYRUS_HAVE_CAIRO_12
00022 #endif
00023
00024
00025 #ifndef PAPYRUS_HAVE_DLFCN_H
00026 #define PAPYRUS_HAVE_DLFCN_H 1
00027 #endif
00028
00029
00030 #ifndef PAPYRUS_HAVE_INTTYPES_H
00031 #define PAPYRUS_HAVE_INTTYPES_H 1
00032 #endif
00033
00034
00035 #ifndef PAPYRUS_HAVE_MEMORY_H
00036 #define PAPYRUS_HAVE_MEMORY_H 1
00037 #endif
00038
00039
00040 #ifndef PAPYRUS_HAVE_STDINT_H
00041 #define PAPYRUS_HAVE_STDINT_H 1
00042 #endif
00043
00044
00045 #ifndef PAPYRUS_HAVE_STDLIB_H
00046 #define PAPYRUS_HAVE_STDLIB_H 1
00047 #endif
00048
00049
00050 #ifndef PAPYRUS_HAVE_STRINGS_H
00051 #define PAPYRUS_HAVE_STRINGS_H 1
00052 #endif
00053
00054
00055 #ifndef PAPYRUS_HAVE_STRING_H
00056 #define PAPYRUS_HAVE_STRING_H 1
00057 #endif
00058
00059
00060 #ifndef PAPYRUS_HAVE_SYS_STAT_H
00061 #define PAPYRUS_HAVE_SYS_STAT_H 1
00062 #endif
00063
00064
00065 #ifndef PAPYRUS_HAVE_SYS_TYPES_H
00066 #define PAPYRUS_HAVE_SYS_TYPES_H 1
00067 #endif
00068
00069
00070 #ifndef PAPYRUS_HAVE_UNISTD_H
00071 #define PAPYRUS_HAVE_UNISTD_H 1
00072 #endif
00073
00074
00075 #ifndef PAPYRUS_PACKAGE
00076 #define PAPYRUS_PACKAGE "papyrus"
00077 #endif
00078
00079
00080 #ifndef PAPYRUS_PACKAGE_BUGREPORT
00081 #define PAPYRUS_PACKAGE_BUGREPORT "rvinyard@cs.nmsu.edu"
00082 #endif
00083
00084
00085 #ifndef PAPYRUS_PACKAGE_MAJOR_VERSION
00086 #define PAPYRUS_PACKAGE_MAJOR_VERSION 0
00087 #endif
00088
00089
00090 #ifndef PAPYRUS_PACKAGE_MICRO_VERSION
00091 #define PAPYRUS_PACKAGE_MICRO_VERSION 2
00092 #endif
00093
00094
00095 #ifndef PAPYRUS_PACKAGE_MINOR_VERSION
00096 #define PAPYRUS_PACKAGE_MINOR_VERSION 5
00097 #endif
00098
00099
00100 #ifndef PAPYRUS_PACKAGE_NAME
00101 #define PAPYRUS_PACKAGE_NAME "papyrus"
00102 #endif
00103
00104
00105 #ifndef PAPYRUS_PACKAGE_STRING
00106 #define PAPYRUS_PACKAGE_STRING "papyrus 0.5.2"
00107 #endif
00108
00109
00110 #ifndef PAPYRUS_PACKAGE_TARNAME
00111 #define PAPYRUS_PACKAGE_TARNAME "papyrus"
00112 #endif
00113
00114
00115 #ifndef PAPYRUS_PACKAGE_VERSION
00116 #define PAPYRUS_PACKAGE_VERSION "0.5.2"
00117 #endif
00118
00119
00120 #ifndef PAPYRUS_STDC_HEADERS
00121 #define PAPYRUS_STDC_HEADERS 1
00122 #endif
00123
00124
00125
00126
00127
00128 #ifndef PAPYRUS_USE_TR1_SMART_POINTER
00129 #define PAPYRUS_USE_TR1_SMART_POINTER
00130 #endif
00131
00132
00133 #ifndef PAPYRUS_VERSION
00134 #define PAPYRUS_VERSION "0.5.2"
00135 #endif
00136
00137
00138
00139
00140 #endif