1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
|
/* config.h.in. Generated automatically from configure.in by autoheader. */
/*
integrit - file integrity verification system
Copyright (C) 2000, 2001 Ed L. Cashin
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* PROGNAME will be used in error messages, etc. */
#define PROGNAME "integrit"
/* version string lives in configure.in */
#undef INTEGRIT_VERSION
/* define this for debugging runtime diagnostics to stderr */
#undef DEBUG
/* define this to compile in memory-leak detection */
#undef ELC_FIND_LEAKS
/* Define this if your system provides strstr */
#undef HAVE_STRSTR
/* Define this if your system provides strerror */
#undef HAVE_STRERROR
/* define this on a host with little-endian byte order */
#undef LITTLE_ENDIAN_HOST
/* define this on a host with big-endian byte order */
#undef BIG_ENDIAN_HOST
/* biggest file size in bytes that cdb-reading code will mmap */
#undef CDB_MMAP_MAX
/* ---------------- gnupg crypto support ------------ */
/* define when system provides typedef for byte */
#undef HAVE_BYTE_TYPEDEF
/* define when system provides typedef for byte */
#undef HAVE_USHORT_TYPEDEF
/* define when system provides typedef for byte */
#undef HAVE_ULONG_TYPEDEF
/* define when system provides typedef for byte */
#undef HAVE_U16_TYPEDEF
/* define when system provides typedef for byte */
#undef HAVE_U32_TYPEDEF
#undef HAVE_STDINT_H
#undef HAVE_INTTYPES_H
/* (end acconfig.h) */
/* Define if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* The size of a `unsigned int', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_INT
/* The size of a `unsigned long', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_LONG
/* The size of a `unsigned long long', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_LONG_LONG
/* The size of a `unsigned short', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_SHORT
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
/* Define to `unsigned' if <sys/types.h> does not define. */
#undef size_t
|