-
+ 1E58D3ECA9C3CC986A0B371F931498784570BBAECB5DCF98E85F159C2E7FFF90CCB30063DA8CA10F6D9D6C9E25DEEACE497436496E3D48EF4AE49F364D02182C
eucrypt/mpi/include/knobs.h
(0 . 0)(1 . 75)
811 /* knobs.h -- Originally generated from config.h.in by autoconf.
812 * But there is no more autoconf in this project.
813 *
814 * No Such Labs. (C) 2015. See README.
815 *
816 * This program is free software: you can redistribute it and/or modify
817 * it under the terms of the GNU General Public License as published by
818 * the Free Software Foundation, either version 3 of the License, or
819 * (at your option) any later version.
820 *
821 * This program is distributed in the hope that it will be useful,
822 * but WITHOUT ANY WARRANTY; without even the implied warranty of
823 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
824 * GNU General Public License for more details.
825 *
826 * You should have received a copy of the GNU General Public License
827 * along with this program. If not, see <http://www.gnu.org/licenses/>.
828 */
829
830 #ifndef GNUPG_CONFIG_H_INCLUDED
831 #define GNUPG_CONFIG_H_INCLUDED
832
833 /* Report memory usage. */
834 //#define M_DEBUG 1
835
836 /* Define to 1 if you have the `atexit' function. */
837 #define HAVE_ATEXIT 1
838
839 /* Defined if the mlock() call does not work */
840 /* #undef HAVE_BROKEN_MLOCK */
841
842 /* Defined if a `byte' is typedef'd */
843 /* #undef HAVE_BYTE_TYPEDEF */
844
845 /* defined if we run on some of the PCDOS like systems (DOS, Windoze. OS/2)
846 with special properties like no file modes */
847 /* #undef HAVE_DOSISH_SYSTEM */
848
849 /* Define to 1 if you have the `getpagesize' function. */
850 #define HAVE_GETPAGESIZE 1
851
852 /* Define to 1 if you have the <inttypes.h> header file. */
853 #define HAVE_INTTYPES_H 1
854
855 /* Define to 1 if you have the `memmove' function. */
856 #define HAVE_MEMMOVE 1
857
858 /* Defined if the system supports an mlock() call */
859 #define HAVE_MLOCK 1
860
861 /* Define to 1 if you have the `mmap' function. */
862 #define HAVE_MMAP 1
863
864 /* Define to 1 if you have the `plock' function. */
865 /* #undef HAVE_PLOCK */
866
867 /* Define to 1 if you have the `raise' function. */
868 #define HAVE_RAISE 1
869
870 /* Define to 1 if you have the `sysconf' function. */
871 #define HAVE_SYSCONF 1
872
873 /* Defined if a `u16' is typedef'd */
874 /* #undef HAVE_U16_TYPEDEF */
875
876 /* Defined if a `u32' is typedef'd */
877 /* #undef HAVE_U32_TYPEDEF */
878
879 /* Defined if a `ulong' is typedef'd */
880 #define HAVE_ULONG_TYPEDEF 1
881
882 /* Defined if a `ushort' is typedef'd */
883 #define HAVE_USHORT_TYPEDEF 1
884
885 #endif /*GNUPG_CONFIG_H_INCLUDED*/