-
+ 1E58D3ECA9C3CC986A0B371F931498784570BBAECB5DCF98E85F159C2E7FFF90CCB30063DA8CA10F6D9D6C9E25DEEACE497436496E3D48EF4AE49F364D02182C
smg_comms/mpi/include/knobs.h
(0 . 0)(1 . 75)
1543 /* knobs.h -- Originally generated from config.h.in by autoconf.
1544 * But there is no more autoconf in this project.
1545 *
1546 * No Such Labs. (C) 2015. See README.
1547 *
1548 * This program is free software: you can redistribute it and/or modify
1549 * it under the terms of the GNU General Public License as published by
1550 * the Free Software Foundation, either version 3 of the License, or
1551 * (at your option) any later version.
1552 *
1553 * This program is distributed in the hope that it will be useful,
1554 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1555 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1556 * GNU General Public License for more details.
1557 *
1558 * You should have received a copy of the GNU General Public License
1559 * along with this program. If not, see <http://www.gnu.org/licenses/>.
1560 */
1561
1562 #ifndef GNUPG_CONFIG_H_INCLUDED
1563 #define GNUPG_CONFIG_H_INCLUDED
1564
1565 /* Report memory usage. */
1566 //#define M_DEBUG 1
1567
1568 /* Define to 1 if you have the `atexit' function. */
1569 #define HAVE_ATEXIT 1
1570
1571 /* Defined if the mlock() call does not work */
1572 /* #undef HAVE_BROKEN_MLOCK */
1573
1574 /* Defined if a `byte' is typedef'd */
1575 /* #undef HAVE_BYTE_TYPEDEF */
1576
1577 /* defined if we run on some of the PCDOS like systems (DOS, Windoze. OS/2)
1578 with special properties like no file modes */
1579 /* #undef HAVE_DOSISH_SYSTEM */
1580
1581 /* Define to 1 if you have the `getpagesize' function. */
1582 #define HAVE_GETPAGESIZE 1
1583
1584 /* Define to 1 if you have the <inttypes.h> header file. */
1585 #define HAVE_INTTYPES_H 1
1586
1587 /* Define to 1 if you have the `memmove' function. */
1588 #define HAVE_MEMMOVE 1
1589
1590 /* Defined if the system supports an mlock() call */
1591 #define HAVE_MLOCK 1
1592
1593 /* Define to 1 if you have the `mmap' function. */
1594 #define HAVE_MMAP 1
1595
1596 /* Define to 1 if you have the `plock' function. */
1597 /* #undef HAVE_PLOCK */
1598
1599 /* Define to 1 if you have the `raise' function. */
1600 #define HAVE_RAISE 1
1601
1602 /* Define to 1 if you have the `sysconf' function. */
1603 #define HAVE_SYSCONF 1
1604
1605 /* Defined if a `u16' is typedef'd */
1606 /* #undef HAVE_U16_TYPEDEF */
1607
1608 /* Defined if a `u32' is typedef'd */
1609 /* #undef HAVE_U32_TYPEDEF */
1610
1611 /* Defined if a `ulong' is typedef'd */
1612 #define HAVE_ULONG_TYPEDEF 1
1613
1614 /* Defined if a `ushort' is typedef'd */
1615 #define HAVE_USHORT_TYPEDEF 1
1616
1617 #endif /*GNUPG_CONFIG_H_INCLUDED*/