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