Canola
0.8.D001
|
00001 /* lib/config.h. Generated from config.h.in by configure. */ 00002 /* lib/config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 #ifndef LIB_CONFIG_H 00005 #define LIB_CONFIG_H 00006 00007 00008 /* Set this to be the absolute path of a Bourne shell which understands 00009 functions. */ 00010 #define CONF_SHELL "/bin/sh" 00011 00012 /* Define to 1 if you have the <assert.h> header file. */ 00013 #define HAVE_ASSERT_H 1 00014 00015 /* Define to 1 if you have the <ctype.h> header file. */ 00016 #define HAVE_CTYPE_H 1 00017 00018 /* Define to 1 if you have the <errno.h> header file. */ 00019 #define HAVE_ERRNO_H 1 00020 00021 /* Define to 1 if you have the <fcntl.h> header file. */ 00022 #define HAVE_FCNTL_H 1 00023 00024 /* Define to 1 if you have the <inttypes.h> header file. */ 00025 #define HAVE_INTTYPES_H 1 00026 00027 /* Define to 1 if you have the `explain' library (-lexplain). */ 00028 #define HAVE_LIBEXPLAIN 1 00029 00030 /* Define to 1 if you have the `jpeg' library (-ljpeg). */ 00031 #define HAVE_LIBJPEG 1 00032 00033 /* Define to 1 if you have the `png' library (-lpng). */ 00034 #define HAVE_LIBPNG 1 00035 00036 /* Define to 1 if you have the <limits.h> header file. */ 00037 #define HAVE_LIMITS_H 1 00038 00039 /* Define to 1 if you have the <math.h> header file. */ 00040 #define HAVE_MATH_H 1 00041 00042 /* Define to 1 if you have the <memory.h> header file. */ 00043 #define HAVE_MEMORY_H 1 00044 00045 /* Define to 1 if you have the <stdarg.h> header file. */ 00046 #define HAVE_STDARG_H 1 00047 00048 /* Define to 1 if you have the <stddef.h> header file. */ 00049 #define HAVE_STDDEF_H 1 00050 00051 /* Define to 1 if you have the <stdint.h> header file. */ 00052 #define HAVE_STDINT_H 1 00053 00054 /* Define to 1 if you have the <stdio.h> header file. */ 00055 #define HAVE_STDIO_H 1 00056 00057 /* Define to 1 if you have the <stdlib.h> header file. */ 00058 #define HAVE_STDLIB_H 1 00059 00060 /* Define to 1 if you have the <strings.h> header file. */ 00061 #define HAVE_STRINGS_H 1 00062 00063 /* Define to 1 if you have the <string.h> header file. */ 00064 #define HAVE_STRING_H 1 00065 00066 /* Define to 1 if you have the <sys/stat.h> header file. */ 00067 #define HAVE_SYS_STAT_H 1 00068 00069 /* Define to 1 if you have the <sys/types.h> header file. */ 00070 #define HAVE_SYS_TYPES_H 1 00071 00072 /* Define to 1 if you have the <unistd.h> header file. */ 00073 #define HAVE_UNISTD_H 1 00074 00075 /* Define to the address where bug reports for this package should be sent. */ 00076 #define PACKAGE_BUGREPORT "" 00077 00078 /* Define to the full name of this package. */ 00079 #define PACKAGE_NAME "canola" 00080 00081 /* Define to the full name and version of this package. */ 00082 #define PACKAGE_STRING "canola 0" 00083 00084 /* Define to the one symbol short name of this package. */ 00085 #define PACKAGE_TARNAME "canola" 00086 00087 /* Define to the home page for this package. */ 00088 #define PACKAGE_URL "" 00089 00090 /* Define to the version of this package. */ 00091 #define PACKAGE_VERSION "0" 00092 00093 /* Define to 1 if you have the ANSI C header files. */ 00094 #define STDC_HEADERS 1 00095 00096 /* Enable extensions on AIX 3, Interix. */ 00097 #ifndef _ALL_SOURCE 00098 # define _ALL_SOURCE 1 00099 #endif 00100 /* Enable GNU extensions on systems that have them. */ 00101 #ifndef _GNU_SOURCE 00102 # define _GNU_SOURCE 1 00103 #endif 00104 /* Enable threading extensions on Solaris. */ 00105 #ifndef _POSIX_PTHREAD_SEMANTICS 00106 # define _POSIX_PTHREAD_SEMANTICS 1 00107 #endif 00108 /* Enable extensions on HP NonStop. */ 00109 #ifndef _TANDEM_SOURCE 00110 # define _TANDEM_SOURCE 1 00111 #endif 00112 /* Enable general extensions on Solaris. */ 00113 #ifndef __EXTENSIONS__ 00114 # define __EXTENSIONS__ 1 00115 #endif 00116 00117 00118 /* Number of bits in a file offset, on hosts where this is settable. */ 00119 /* #undef _FILE_OFFSET_BITS */ 00120 00121 /* Define for large files, on AIX-style hosts. */ 00122 /* #undef _LARGE_FILES */ 00123 00124 /* Define to 1 if on MINIX. */ 00125 /* #undef _MINIX */ 00126 00127 /* Define to 2 if the system does not provide POSIX.1 features except with 00128 this defined. */ 00129 /* #undef _POSIX_1_SOURCE */ 00130 00131 /* Define to 1 if you need to in order for `stat' and other things to work. */ 00132 /* #undef _POSIX_SOURCE */ 00133 00134 #endif // LIB_CONFIG_H