/* knobs.h -- Originally generated from config.h.in by autoconf. * But there is no more autoconf in this project. * * No Such Labs. (C) 2015. See README. * * 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 3 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, see . */ #ifndef GNUPG_CONFIG_H_INCLUDED #define GNUPG_CONFIG_H_INCLUDED /* Report memory usage. */ //#define M_DEBUG 1 /* Define to 1 if you have the `atexit' function. */ #define HAVE_ATEXIT 1 /* Defined if the mlock() call does not work */ /* #undef HAVE_BROKEN_MLOCK */ /* Defined if a `byte' is typedef'd */ /* #undef HAVE_BYTE_TYPEDEF */ /* defined if we run on some of the PCDOS like systems (DOS, Windoze. OS/2) with special properties like no file modes */ /* #undef HAVE_DOSISH_SYSTEM */ /* Define to 1 if you have the `getpagesize' function. */ #define HAVE_GETPAGESIZE 1 /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 /* Define to 1 if you have the `memmove' function. */ #define HAVE_MEMMOVE 1 /* Defined if the system supports an mlock() call */ #define HAVE_MLOCK 1 /* Define to 1 if you have the `mmap' function. */ #define HAVE_MMAP 1 /* Define to 1 if you have the `plock' function. */ /* #undef HAVE_PLOCK */ /* Define to 1 if you have the `raise' function. */ #define HAVE_RAISE 1 /* Define to 1 if you have the `sysconf' function. */ #define HAVE_SYSCONF 1 /* Defined if a `u16' is typedef'd */ /* #undef HAVE_U16_TYPEDEF */ /* Defined if a `u32' is typedef'd */ /* #undef HAVE_U32_TYPEDEF */ /* Defined if a `ulong' is typedef'd */ #define HAVE_ULONG_TYPEDEF 1 /* Defined if a `ushort' is typedef'd */ #define HAVE_USHORT_TYPEDEF 1 #endif /*GNUPG_CONFIG_H_INCLUDED*/