Main Page | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members

config.h

00001 /* common/config.h.  Generated by configure.  */
00002 /* common/config.h.in.  Generated from configure.in by autoheader.  */
00003 
00004 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
00005    */
00006 #define HAVE_DIRENT_H 1
00007 
00008 /* Define to 1 if you have the <dlfcn.h> header file. */
00009 #define HAVE_DLFCN_H 1
00010 
00011 /* Define to 1 if you have the `getpagesize' function. */
00012 #define HAVE_GETPAGESIZE 1
00013 
00014 /* Define to 1 if you have the <inttypes.h> header file. */
00015 #define HAVE_INTTYPES_H 1
00016 
00017 /* Define to 1 if you have the `c' library (-lc). */
00018 #define HAVE_LIBC 1
00019 
00020 /* Define to 1 if you have the `m' library (-lm). */
00021 #define HAVE_LIBM 1
00022 
00023 /* Define to 1 if you have the `stdc' library (-lstdc). */
00024 /* #undef HAVE_LIBSTDC */
00025 
00026 /* Define to 1 if you have the `stdcx' library (-lstdcx). */
00027 /* #undef HAVE_LIBSTDCX */
00028 
00029 /* Define to 1 if you have the <memory.h> header file. */
00030 #define HAVE_MEMORY_H 1
00031 
00032 /* Define to 1 if you have a working `mmap' system call. */
00033 #define HAVE_MMAP 1
00034 
00035 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
00036 /* #undef HAVE_NDIR_H */
00037 
00038 /* Define to 1 if you have the <stdint.h> header file. */
00039 #define HAVE_STDINT_H 1
00040 
00041 /* Define to 1 if you have the <stdlib.h> header file. */
00042 #define HAVE_STDLIB_H 1
00043 
00044 /* Define to 1 if you have the <strings.h> header file. */
00045 #define HAVE_STRINGS_H 1
00046 
00047 /* Define to 1 if you have the <string.h> header file. */
00048 #define HAVE_STRING_H 1
00049 
00050 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
00051    */
00052 /* #undef HAVE_SYS_DIR_H */
00053 
00054 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
00055    */
00056 /* #undef HAVE_SYS_NDIR_H */
00057 
00058 /* Define to 1 if you have the <sys/stat.h> header file. */
00059 #define HAVE_SYS_STAT_H 1
00060 
00061 /* Define to 1 if you have the <sys/types.h> header file. */
00062 #define HAVE_SYS_TYPES_H 1
00063 
00064 /* Define to 1 if you have the <unistd.h> header file. */
00065 #define HAVE_UNISTD_H 1
00066 
00067 /* Name of package */
00068 #define PACKAGE "paintlib"
00069 
00070 /* Define to the address where bug reports for this package should be sent. */
00071 #define PACKAGE_BUGREPORT ""
00072 
00073 /* Define to the full name of this package. */
00074 #define PACKAGE_NAME ""
00075 
00076 /* Define to the full name and version of this package. */
00077 #define PACKAGE_STRING ""
00078 
00079 /* Define to the one symbol short name of this package. */
00080 #define PACKAGE_TARNAME ""
00081 
00082 /* Define to the version of this package. */
00083 #define PACKAGE_VERSION ""
00084 
00085 /* Define to 1 if you have the ANSI C header files. */
00086 #define STDC_HEADERS 1
00087 
00088 /* Version number of package */
00089 #define VERSION "2.6.0"
00090 
00091 /* Define to 1 if your processor stores words with the most significant byte
00092    first (like Motorola and SPARC, unlike Intel and VAX). */
00093 /* #undef WORDS_BIGENDIAN */
00094 
00095 // Byte order in a 32 bit word
00096 #ifdef WORDS_BIGENDIAN
00097 #define MSB_FIRST  // Motorola et al.
00098 #else
00099 #define LSB_FIRST // Intel et al.
00100 #endif
00101 
00102 #define PL_SUPPORT_TGA 1
00103 #define PL_SUPPORT_BMP 1
00104 #define PL_SUPPORT_TIFF 1
00105 #define PL_SUPPORT_PICT 1
00106 #ifdef _WINDOWS
00107   #define PL_SUPPORT_WEMF
00108 #endif
00109 #define PL_SUPPORT_PCX 1
00110 #define PL_SUPPORT_PGM 1
00111 #define PL_SUPPORT_PPM 1
00112 #define PL_SUPPORT_PSD 1
00113 #define PL_SUPPORT_SGI 1
00114 #define PL_SUPPORT_IFF85 1
00115 
00116 #define PL_SUPPORT_JPEG 1
00117 #define PL_SUPPORT_PNG 1
00118 #define PL_SUPPORT_GIF 1
00119 #define PL_SUPPORT_CURL 1
00120 #define PL_SUPPORT_SDL 1
00121 #define PL_SUPPORT_DFB 1
00122 

Generated on Sun Jun 6 13:42:21 2004 for paintlib by doxygen 1.3.2