autoconf/tests/acheaders.at
Akim Demaille 735456cc9e * tests/mktests.sh (au_exclude_egrep): Make it harder to be
willing to edit the output files.
2003-09-10 16:54:12 +00:00

22 lines
552 B
Plaintext

# Generated by mktests.sh. -*- Autotest -*-
## --------------------- ##
## Do not edit by hand. ##
## --------------------- ##
# Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc.
AT_BANNER([Testing autoconf/headers macros.])
# Modern macros.
AT_CHECK_MACRO([AC_HEADER_MAJOR])
AT_CHECK_MACRO([AC_HEADER_STAT])
AT_CHECK_MACRO([AC_HEADER_STDBOOL])
AT_CHECK_MACRO([AC_HEADER_TIOCGWINSZ])
# Obsolete macros.
AT_CHECK_AU_MACRO([AC_DIR_HEADER])
AT_CHECK_AU_MACRO([AC_MEMORY_H])
AT_CHECK_AU_MACRO([AC_UNISTD_H])
AT_CHECK_AU_MACRO([AC_USG])