-
+ A441A78465E16D369E66F080D444BC97EF7C0E0D9208E88565D8646A1B31BACAC8B39411C4092C2FC56BD07CDF8FD686940F18424BF1928C9220B68B46840330
mpi/include/knobs.h
(0 . 0)(1 . 75)
508 /* knobs.h -- Originally generated from config.h.in by autoconf.
509 * But there is no more autoconf in this project.
510 *
511 * No Such Labs. (C) 2015. See README.
512 *
513 * This program is free software: you can redistribute it and/or modify
514 * it under the terms of the GNU General Public License as published by
515 * the Free Software Foundation, either version 3 of the License, or
516 * (at your option) any later version.
517 *
518 * This program is distributed in the hope that it will be useful,
519 * but WITHOUT ANY WARRANTY; without even the implied warranty of
520 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
521 * GNU General Public License for more details.
522 *
523 * You should have received a copy of the GNU General Public License
524 * along with this program. If not, see <http://www.gnu.org/licenses/>.
525 */
526
527 #ifndef GNUPG_CONFIG_H_INCLUDED
528 #define GNUPG_CONFIG_H_INCLUDED
529
530 /* Report memory usage. */
531 //#define M_DEBUG 1
532
533 /* Define to 1 if you have the `atexit' function. */
534 #define HAVE_ATEXIT 1
535
536 /* Defined if the mlock() call does not work */
537 /* #undef HAVE_BROKEN_MLOCK */
538
539 /* Defined if a `byte' is typedef'd */
540 /* #undef HAVE_BYTE_TYPEDEF */
541
542 /* defined if we run on some of the PCDOS like systems (DOS, Windoze. OS/2)
543 with special properties like no file modes */
544 /* #undef HAVE_DOSISH_SYSTEM */
545
546 /* Define to 1 if you have the `getpagesize' function. */
547 #define HAVE_GETPAGESIZE 1
548
549 /* Define to 1 if you have the <inttypes.h> header file. */
550 #define HAVE_INTTYPES_H 1
551
552 /* Define to 1 if you have the `memmove' function. */
553 #define HAVE_MEMMOVE 1
554
555 /* Defined if the system supports an mlock() call */
556 #define HAVE_MLOCK 1
557
558 /* Define to 1 if you have the `mmap' function. */
559 #define HAVE_MMAP 1
560
561 /* Define to 1 if you have the `plock' function. */
562 /* #undef HAVE_PLOCK */
563
564 /* Define to 1 if you have the `raise' function. */
565 #define HAVE_RAISE 1
566
567 /* Define to 1 if you have the `sysconf' function. */
568 #define HAVE_SYSCONF 1
569
570 /* Defined if a `u16' is typedef'd */
571 /* #undef HAVE_U16_TYPEDEF */
572
573 /* Defined if a `u32' is typedef'd */
574 /* #undef HAVE_U32_TYPEDEF */
575
576 /* Defined if a `ulong' is typedef'd */
577 #define HAVE_ULONG_TYPEDEF 1
578
579 /* Defined if a `ushort' is typedef'd */
580 #define HAVE_USHORT_TYPEDEF 1
581
582 #endif /*GNUPG_CONFIG_H_INCLUDED*/