00001 /* libxps/config.h. Generated by configure. */ 00002 /* libxps/config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Define to 1 if the `closedir' function returns void instead of `int'. */ 00005 /* #undef CLOSEDIR_VOID */ 00006 00007 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 00008 */ 00009 #define HAVE_DIRENT_H 1 00010 00011 /* Define to 1 if you have the <dlfcn.h> header file. */ 00012 #define HAVE_DLFCN_H 1 00013 00014 /* Define to 1 if you have the <fcntl.h> header file. */ 00015 #define HAVE_FCNTL_H 1 00016 00017 /* Define to 1 if you have the <inttypes.h> header file. */ 00018 #define HAVE_INTTYPES_H 1 00019 00020 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and 00021 to 0 otherwise. */ 00022 #define HAVE_MALLOC 1 00023 00024 /* Define to 1 if you have the <memory.h> header file. */ 00025 #define HAVE_MEMORY_H 1 00026 00027 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 00028 /* #undef HAVE_NDIR_H */ 00029 00030 /* Define to 1 if `stat' has the bug that it succeeds when given the 00031 zero-length file name argument. */ 00032 /* #undef HAVE_STAT_EMPTY_STRING_BUG */ 00033 00034 /* Define to 1 if you have the <stdint.h> header file. */ 00035 #define HAVE_STDINT_H 1 00036 00037 /* Define to 1 if you have the <stdlib.h> header file. */ 00038 #define HAVE_STDLIB_H 1 00039 00040 /* Define to 1 if you have the `strcasecmp' function. */ 00041 #define HAVE_STRCASECMP 1 00042 00043 /* Define to 1 if you have the `strchr' function. */ 00044 #define HAVE_STRCHR 1 00045 00046 /* Define to 1 if you have the `strftime' function. */ 00047 #define HAVE_STRFTIME 1 00048 00049 /* Define to 1 if you have the <strings.h> header file. */ 00050 #define HAVE_STRINGS_H 1 00051 00052 /* Define to 1 if you have the <string.h> header file. */ 00053 #define HAVE_STRING_H 1 00054 00055 /* Define to 1 if you have the `strrchr' function. */ 00056 #define HAVE_STRRCHR 1 00057 00058 /* Define to 1 if you have the `strstr' function. */ 00059 #define HAVE_STRSTR 1 00060 00061 /* Define to 1 if `st_blksize' is member of `struct stat'. */ 00062 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 00063 00064 /* Define to 1 if `st_blocks' is member of `struct stat'. */ 00065 #define HAVE_STRUCT_STAT_ST_BLOCKS 1 00066 00067 /* Define to 1 if `st_rdev' is member of `struct stat'. */ 00068 #define HAVE_STRUCT_STAT_ST_RDEV 1 00069 00070 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use 00071 `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */ 00072 #define HAVE_ST_BLOCKS 1 00073 00074 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 00075 */ 00076 /* #undef HAVE_SYS_DIR_H */ 00077 00078 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 00079 */ 00080 /* #undef HAVE_SYS_NDIR_H */ 00081 00082 /* Define to 1 if you have the <sys/stat.h> header file. */ 00083 #define HAVE_SYS_STAT_H 1 00084 00085 /* Define to 1 if you have the <sys/types.h> header file. */ 00086 #define HAVE_SYS_TYPES_H 1 00087 00088 /* Define to 1 if you have the <unistd.h> header file. */ 00089 #define HAVE_UNISTD_H 1 00090 00091 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing 00092 slash. */ 00093 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 00094 00095 /* Name of package */ 00096 #define PACKAGE "libxps" 00097 00098 /* Define to the address where bug reports for this package should be sent. */ 00099 #define PACKAGE_BUGREPORT "xps@kgmw.ch" 00100 00101 /* Define to the full name of this package. */ 00102 #define PACKAGE_NAME "libxps" 00103 00104 /* Define to the full name and version of this package. */ 00105 #define PACKAGE_STRING "libxps 0.0.1" 00106 00107 /* Define to the one symbol short name of this package. */ 00108 #define PACKAGE_TARNAME "libxps" 00109 00110 /* Define to the version of this package. */ 00111 #define PACKAGE_VERSION "0.0.1" 00112 00113 /* Define to 1 if you have the ANSI C header files. */ 00114 #define STDC_HEADERS 1 00115 00116 /* Version number of package */ 00117 #define VERSION "0.0.1" 00118 00119 /* Define to empty if `const' does not conform to ANSI C. */ 00120 /* #undef const */ 00121 00122 /* Define to rpl_malloc if the replacement function should be used. */ 00123 /* #undef malloc */ 00124 00125 /* Define to `unsigned' if <sys/types.h> does not define. */ 00126 /* #undef size_t */