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