2 * Copyright (C) 2000-2009, Thomas Maier-Komor
4 * This is the source code of mbuffer.
6 * This program is free software: you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation, either version 3 of the License, or
9 * (at your option) any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with this program. If not, see <http://www.gnu.org/licenses/>.
26 /* version of mbuffer */
27 #undef PACKAGE_VERSION
29 /* Define if you want support for debugging messages. */
32 /* Undefine if you want asserts enabled. */
35 /* md5hashing is enabled by default,
36 default is libmhash fallback is libmd5 */
41 /* Define if you have a working `mmap' system call. */
44 /* Define as the return type of signal handlers (int or void). */
47 /* Needed for thread safe compilation */
50 /* Define if you have the hstrerror function. */
53 /* Define if you have the getaddrinfo function. */
54 #undef HAVE_GETADDRINFO
56 /* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
57 `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
58 #undef HAVE_ST_BLKSIZE
60 /* Define if `st_blksize' is member of `struct stat'. */
61 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
63 /* Define if you have libsendfile. */
65 #undef HAVE_SENDFILE_H
73 /* alloca in alloca.h */
76 /* largefile support */
78 #undef _LARGEFILE_SOURCE
79 #undef _LARGEFILE64_SOURCE
80 #undef _FILE_OFFSET_BITS