raw
ch1_mpi                 1 /* knobs.h -- Originally generated from config.h.in by autoconf.
ch1_mpi 2 * But there is no more autoconf in this project.
ch1_mpi 3 *
ch1_mpi 4 * No Such Labs. (C) 2015. See README.
ch1_mpi 5 *
ch1_mpi 6 * This program is free software: you can redistribute it and/or modify
ch1_mpi 7 * it under the terms of the GNU General Public License as published by
ch1_mpi 8 * the Free Software Foundation, either version 3 of the License, or
ch1_mpi 9 * (at your option) any later version.
ch1_mpi 10 *
ch1_mpi 11 * This program is distributed in the hope that it will be useful,
ch1_mpi 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
ch1_mpi 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
ch1_mpi 14 * GNU General Public License for more details.
ch1_mpi 15 *
ch1_mpi 16 * You should have received a copy of the GNU General Public License
ch1_mpi 17 * along with this program. If not, see <http://www.gnu.org/licenses/>.
ch1_mpi 18 */
ch1_mpi 19
ch1_mpi 20 #ifndef GNUPG_CONFIG_H_INCLUDED
ch1_mpi 21 #define GNUPG_CONFIG_H_INCLUDED
ch1_mpi 22
ch1_mpi 23 /* Report memory usage. */
ch1_mpi 24 //#define M_DEBUG 1
ch1_mpi 25
ch1_mpi 26 /* Define to 1 if you have the `atexit' function. */
ch1_mpi 27 #define HAVE_ATEXIT 1
ch1_mpi 28
ch1_mpi 29 /* Defined if the mlock() call does not work */
ch1_mpi 30 /* #undef HAVE_BROKEN_MLOCK */
ch1_mpi 31
ch1_mpi 32 /* Defined if a `byte' is typedef'd */
ch1_mpi 33 /* #undef HAVE_BYTE_TYPEDEF */
ch1_mpi 34
ch1_mpi 35 /* defined if we run on some of the PCDOS like systems (DOS, Windoze. OS/2)
ch1_mpi 36 with special properties like no file modes */
ch1_mpi 37 /* #undef HAVE_DOSISH_SYSTEM */
ch1_mpi 38
ch1_mpi 39 /* Define to 1 if you have the `getpagesize' function. */
ch1_mpi 40 #define HAVE_GETPAGESIZE 1
ch1_mpi 41
ch1_mpi 42 /* Define to 1 if you have the <inttypes.h> header file. */
ch1_mpi 43 #define HAVE_INTTYPES_H 1
ch1_mpi 44
ch1_mpi 45 /* Define to 1 if you have the `memmove' function. */
ch1_mpi 46 #define HAVE_MEMMOVE 1
ch1_mpi 47
ch1_mpi 48 /* Defined if the system supports an mlock() call */
ch1_mpi 49 #define HAVE_MLOCK 1
ch1_mpi 50
ch1_mpi 51 /* Define to 1 if you have the `mmap' function. */
ch1_mpi 52 #define HAVE_MMAP 1
ch1_mpi 53
ch1_mpi 54 /* Define to 1 if you have the `plock' function. */
ch1_mpi 55 /* #undef HAVE_PLOCK */
ch1_mpi 56
ch1_mpi 57 /* Define to 1 if you have the `raise' function. */
ch1_mpi 58 #define HAVE_RAISE 1
ch1_mpi 59
ch1_mpi 60 /* Define to 1 if you have the `sysconf' function. */
ch1_mpi 61 #define HAVE_SYSCONF 1
ch1_mpi 62
ch1_mpi 63 /* Defined if a `u16' is typedef'd */
ch1_mpi 64 /* #undef HAVE_U16_TYPEDEF */
ch1_mpi 65
ch1_mpi 66 /* Defined if a `u32' is typedef'd */
ch1_mpi 67 /* #undef HAVE_U32_TYPEDEF */
ch1_mpi 68
ch1_mpi 69 /* Defined if a `ulong' is typedef'd */
ch1_mpi 70 #define HAVE_ULONG_TYPEDEF 1
ch1_mpi 71
ch1_mpi 72 /* Defined if a `ushort' is typedef'd */
ch1_mpi 73 #define HAVE_USHORT_TYPEDEF 1
ch1_mpi 74
ch1_mpi 75 #endif /*GNUPG_CONFIG_H_INCLUDED*/