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