|
781 | 781 | /* Define if you have the 'memfd_create' function. */
|
782 | 782 | #undef HAVE_MEMFD_CREATE
|
783 | 783 |
|
784 |
| -/* Define to 1 if you have the <memory.h> header file. */ |
785 |
| -#undef HAVE_MEMORY_H |
786 |
| - |
787 | 784 | /* Define to 1 if you have the `memrchr' function. */
|
788 | 785 | #undef HAVE_MEMRCHR
|
789 | 786 |
|
| 787 | +/* Define to 1 if you have the <minix/config.h> header file. */ |
| 788 | +#undef HAVE_MINIX_CONFIG_H |
| 789 | + |
790 | 790 | /* Define to 1 if you have the `mkdirat' function. */
|
791 | 791 | #undef HAVE_MKDIRAT
|
792 | 792 |
|
|
1173 | 1173 | /* Define to 1 if you have the <stdint.h> header file. */
|
1174 | 1174 | #undef HAVE_STDINT_H
|
1175 | 1175 |
|
| 1176 | +/* Define to 1 if you have the <stdio.h> header file. */ |
| 1177 | +#undef HAVE_STDIO_H |
| 1178 | + |
1176 | 1179 | /* Define to 1 if you have the <stdlib.h> header file. */
|
1177 | 1180 | #undef HAVE_STDLIB_H
|
1178 | 1181 |
|
|
1681 | 1684 | #ifndef _ALL_SOURCE
|
1682 | 1685 | # undef _ALL_SOURCE
|
1683 | 1686 | #endif
|
| 1687 | +/* Enable general extensions on macOS. */ |
| 1688 | +#ifndef _DARWIN_C_SOURCE |
| 1689 | +# undef _DARWIN_C_SOURCE |
| 1690 | +#endif |
| 1691 | +/* Enable general extensions on Solaris. */ |
| 1692 | +#ifndef __EXTENSIONS__ |
| 1693 | +# undef __EXTENSIONS__ |
| 1694 | +#endif |
1684 | 1695 | /* Enable GNU extensions on systems that have them. */
|
1685 | 1696 | #ifndef _GNU_SOURCE
|
1686 | 1697 | # undef _GNU_SOURCE
|
1687 | 1698 | #endif
|
1688 |
| -/* Enable threading extensions on Solaris. */ |
| 1699 | +/* Enable X/Open compliant socket functions that do not require linking |
| 1700 | + with -lxnet on HP-UX 11.11. */ |
| 1701 | +#ifndef _HPUX_ALT_XOPEN_SOCKET_API |
| 1702 | +# undef _HPUX_ALT_XOPEN_SOCKET_API |
| 1703 | +#endif |
| 1704 | +/* Identify the host operating system as Minix. |
| 1705 | + This macro does not affect the system headers' behavior. |
| 1706 | + A future release of Autoconf may stop defining this macro. */ |
| 1707 | +#ifndef _MINIX |
| 1708 | +# undef _MINIX |
| 1709 | +#endif |
| 1710 | +/* Enable general extensions on NetBSD. |
| 1711 | + Enable NetBSD compatibility extensions on Minix. */ |
| 1712 | +#ifndef _NETBSD_SOURCE |
| 1713 | +# undef _NETBSD_SOURCE |
| 1714 | +#endif |
| 1715 | +/* Enable OpenBSD compatibility extensions on NetBSD. |
| 1716 | + Oddly enough, this does nothing on OpenBSD. */ |
| 1717 | +#ifndef _OPENBSD_SOURCE |
| 1718 | +# undef _OPENBSD_SOURCE |
| 1719 | +#endif |
| 1720 | +/* Define to 1 if needed for POSIX-compatible behavior. */ |
| 1721 | +#ifndef _POSIX_SOURCE |
| 1722 | +# undef _POSIX_SOURCE |
| 1723 | +#endif |
| 1724 | +/* Define to 2 if needed for POSIX-compatible behavior. */ |
| 1725 | +#ifndef _POSIX_1_SOURCE |
| 1726 | +# undef _POSIX_1_SOURCE |
| 1727 | +#endif |
| 1728 | +/* Enable POSIX-compatible threading on Solaris. */ |
1689 | 1729 | #ifndef _POSIX_PTHREAD_SEMANTICS
|
1690 | 1730 | # undef _POSIX_PTHREAD_SEMANTICS
|
1691 | 1731 | #endif
|
| 1732 | +/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */ |
| 1733 | +#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ |
| 1734 | +# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ |
| 1735 | +#endif |
| 1736 | +/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */ |
| 1737 | +#ifndef __STDC_WANT_IEC_60559_BFP_EXT__ |
| 1738 | +# undef __STDC_WANT_IEC_60559_BFP_EXT__ |
| 1739 | +#endif |
| 1740 | +/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */ |
| 1741 | +#ifndef __STDC_WANT_IEC_60559_DFP_EXT__ |
| 1742 | +# undef __STDC_WANT_IEC_60559_DFP_EXT__ |
| 1743 | +#endif |
| 1744 | +/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */ |
| 1745 | +#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__ |
| 1746 | +# undef __STDC_WANT_IEC_60559_FUNCS_EXT__ |
| 1747 | +#endif |
| 1748 | +/* Enable extensions specified by ISO/IEC TS 18661-3:2015. */ |
| 1749 | +#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__ |
| 1750 | +# undef __STDC_WANT_IEC_60559_TYPES_EXT__ |
| 1751 | +#endif |
| 1752 | +/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */ |
| 1753 | +#ifndef __STDC_WANT_LIB_EXT2__ |
| 1754 | +# undef __STDC_WANT_LIB_EXT2__ |
| 1755 | +#endif |
| 1756 | +/* Enable extensions specified by ISO/IEC 24747:2009. */ |
| 1757 | +#ifndef __STDC_WANT_MATH_SPEC_FUNCS__ |
| 1758 | +# undef __STDC_WANT_MATH_SPEC_FUNCS__ |
| 1759 | +#endif |
1692 | 1760 | /* Enable extensions on HP NonStop. */
|
1693 | 1761 | #ifndef _TANDEM_SOURCE
|
1694 | 1762 | # undef _TANDEM_SOURCE
|
1695 | 1763 | #endif
|
1696 |
| -/* Enable general extensions on Solaris. */ |
1697 |
| -#ifndef __EXTENSIONS__ |
1698 |
| -# undef __EXTENSIONS__ |
| 1764 | +/* Enable X/Open extensions. Define to 500 only if necessary |
| 1765 | + to make mbstate_t available. */ |
| 1766 | +#ifndef _XOPEN_SOURCE |
| 1767 | +# undef _XOPEN_SOURCE |
1699 | 1768 | #endif
|
1700 | 1769 |
|
1701 | 1770 |
|
|
1769 | 1838 | /* This must be defined on AIX systems to enable large file support. */
|
1770 | 1839 | #undef _LARGE_FILES
|
1771 | 1840 |
|
1772 |
| -/* Define to 1 if on MINIX. */ |
1773 |
| -#undef _MINIX |
1774 |
| - |
1775 | 1841 | /* Define on NetBSD to activate all library features */
|
1776 | 1842 | #undef _NETBSD_SOURCE
|
1777 | 1843 |
|
1778 |
| -/* Define to 2 if the system does not provide POSIX.1 features except with |
1779 |
| - this defined. */ |
1780 |
| -#undef _POSIX_1_SOURCE |
1781 |
| - |
1782 | 1844 | /* Define to activate features from IEEE Stds 1003.1-2008 */
|
1783 | 1845 | #undef _POSIX_C_SOURCE
|
1784 | 1846 |
|
1785 |
| -/* Define to 1 if you need to in order for `stat' and other things to work. */ |
1786 |
| -#undef _POSIX_SOURCE |
1787 |
| - |
1788 | 1847 | /* Define if you have POSIX threads, and your system does not define that. */
|
1789 | 1848 | #undef _POSIX_THREADS
|
1790 | 1849 |
|
|
1827 | 1886 | /* Define to `long int' if <sys/types.h> does not define. */
|
1828 | 1887 | #undef off_t
|
1829 | 1888 |
|
1830 |
| -/* Define to `int' if <sys/types.h> does not define. */ |
| 1889 | +/* Define as a signed integer type capable of holding a process identifier. */ |
1831 | 1890 | #undef pid_t
|
1832 | 1891 |
|
1833 | 1892 | /* Define to empty if the keyword does not work. */
|
|
0 commit comments