00001 /* config.h. Generated from config.h.in by configure. */ 00002 /* config.h.in. Generated from configure.in by autoheader. */ 00003 00004 /* Use this default buffer size */ 00005 #define DEFAULT_BUFFER_SIZE 52488 00006 00007 /* Default twiddle display setting */ 00008 #define DEFAULT_DISPLAY_TWIDDLE 0 00009 00010 /* Use this default page size if cannot determine through sysconf */ 00011 #define DEFAULT_PAGE_SIZE 4096 00012 00013 /* Use a screen width adjustment of -1 by default */ 00014 #define DEFAULT_SW_MINUS_ONE 0 00015 00016 /* Define to 1 if you have the <assert.h> header file. */ 00017 #define HAVE_ASSERT_H 1 00018 00019 /* Define to 1 if you have the <ctype.h> header file. */ 00020 #define HAVE_CTYPE_H 1 00021 00022 /* Define to 1 if you have the declaration of `_SC_PAGESIZE', and to 0 if you 00023 don't. */ 00024 #define HAVE_DECL__SC_PAGESIZE 1 00025 00026 /* Define to 1 if you have the declaration of `_SC_PAGE_SIZE', and to 0 if you 00027 don't. */ 00028 #define HAVE_DECL__SC_PAGE_SIZE 1 00029 00030 /* Define to 1 if you have the <errno.h> header file. */ 00031 #define HAVE_ERRNO_H 1 00032 00033 /* Define to 1 if you have the <fcntl.h> header file. */ 00034 #define HAVE_FCNTL_H 1 00035 00036 /* Define to 1 if you have the <inttypes.h> header file. */ 00037 #define HAVE_INTTYPES_H 1 00038 00039 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and 00040 to 0 otherwise. */ 00041 #define HAVE_MALLOC 1 00042 00043 /* Define to 1 if you have the <malloc.h> header file. */ 00044 #define HAVE_MALLOC_H 1 00045 00046 /* Define to 1 if you have the <memory.h> header file. */ 00047 #define HAVE_MEMORY_H 1 00048 00049 /* Define to 1 if you have the `posix_memalign' function. */ 00050 #define HAVE_POSIX_MEMALIGN 1 00051 00052 /* Define to 1 if you have the `select' function. */ 00053 #define HAVE_SELECT 1 00054 00055 /* Define to 1 if you have the <signal.h> header file. */ 00056 #define HAVE_SIGNAL_H 1 00057 00058 /* Define to 1 if you have the `sprintf' function. */ 00059 #define HAVE_SPRINTF 1 00060 00061 /* Define to 1 if you have the <stdarg.h> header file. */ 00062 #define HAVE_STDARG_H 1 00063 00064 /* Define to 1 if you have the <stdint.h> header file. */ 00065 #define HAVE_STDINT_H 1 00066 00067 /* Define to 1 if you have the <stdio.h> header file. */ 00068 #define HAVE_STDIO_H 1 00069 00070 /* Define to 1 if you have the <stdlib.h> header file. */ 00071 #define HAVE_STDLIB_H 1 00072 00073 /* Define to 1 if you have the `strerror' function. */ 00074 #define HAVE_STRERROR 1 00075 00076 /* Define to 1 if you have the <strings.h> header file. */ 00077 #define HAVE_STRINGS_H 1 00078 00079 /* Define to 1 if you have the <string.h> header file. */ 00080 #define HAVE_STRING_H 1 00081 00082 /* Define if struct iovec found */ 00083 #define HAVE_STRUCT_IOVEC 1 00084 00085 /* Define to 1 if you have the `sysconf' function. */ 00086 #define HAVE_SYSCONF 1 00087 00088 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 00089 #define HAVE_SYS_IOCTL_H 1 00090 00091 /* Define to 1 if you have the <sys/select.h> header file. */ 00092 #define HAVE_SYS_SELECT_H 1 00093 00094 /* Define to 1 if you have the <sys/stat.h> header file. */ 00095 #define HAVE_SYS_STAT_H 1 00096 00097 /* Define to 1 if you have the <sys/time.h> header file. */ 00098 #define HAVE_SYS_TIME_H 1 00099 00100 /* Define to 1 if you have the <sys/types.h> header file. */ 00101 #define HAVE_SYS_TYPES_H 1 00102 00103 /* Define to 1 if you have the <sys/uio.h> header file. */ 00104 #define HAVE_SYS_UIO_H 1 00105 00106 /* Define to 1 if you have the <termios.h> header file. */ 00107 #define HAVE_TERMIOS_H 1 00108 00109 /* Define to 1 if you have the <unistd.h> header file. */ 00110 #define HAVE_UNISTD_H 1 00111 00112 /* Name of package */ 00113 #define PACKAGE "bar" 00114 00115 /* Define to the address where bug reports for this package should be sent. */ 00116 #define PACKAGE_BUGREPORT "" 00117 00118 /* Define to the full name of this package. */ 00119 #define PACKAGE_NAME "" 00120 00121 /* Define to the full name and version of this package. */ 00122 #define PACKAGE_STRING "" 00123 00124 /* Define to the one symbol short name of this package. */ 00125 #define PACKAGE_TARNAME "" 00126 00127 /* Define to the version of this package. */ 00128 #define PACKAGE_VERSION "" 00129 00130 /* The size of `size_t', as computed by sizeof. */ 00131 #define SIZEOF_SIZE_T 4 00132 00133 /* The size of `unsigned char', as computed by sizeof. */ 00134 #define SIZEOF_UNSIGNED_CHAR 1 00135 00136 /* The size of `unsigned int', as computed by sizeof. */ 00137 #define SIZEOF_UNSIGNED_INT 4 00138 00139 /* The size of `unsigned long', as computed by sizeof. */ 00140 #define SIZEOF_UNSIGNED_LONG 4 00141 00142 /* The size of `unsigned long long', as computed by sizeof. */ 00143 #define SIZEOF_UNSIGNED_LONG_LONG 8 00144 00145 /* The size of `unsigned short', as computed by sizeof. */ 00146 #define SIZEOF_UNSIGNED_SHORT 2 00147 00148 /* Define to 1 if you have the ANSI C header files. */ 00149 #define STDC_HEADERS 1 00150 00151 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00152 #define TIME_WITH_SYS_TIME 1 00153 00154 /* Use vectored I/O (if available) */ 00155 #define USE_IOVEC 1 00156 00157 /* Use aligned memory allocation (if available) */ 00158 #define USE_MEMALIGN 1 00159 00160 /* Version number of package */ 00161 #define VERSION "1.10.9" 00162 00163 /* Define if OS needs it for Large Files */ 00164 #define _FILE_OFFSET_BITS 64 00165 00166 /* Define if posix_memalign needs _GNU_SOURCE */ 00167 /* #undef _GNU_SOURCE */ 00168 00169 /* Define if OS needs it for Large Files */ 00170 /* #undef _LARGE_FILES */ 00171 00172 /* Define if posix_memalign needs _XOPEN_SOURCE >= 600 */ 00173 /* #undef _XOPEN_SOURCE */ 00174 00175 /* Define to rpl_malloc if the replacement function should be used. */ 00176 /* #undef malloc */