Lines Matching +refs:feature +refs:define +refs:name
25 dnl Except as contained in this notice, the name(s) of the above copyright
38 define([CF_ACVERSION_CHECK],
52 define([CF_ACVERSION_COMPARE],
151 define([CF_APPEND_CFLAGS],
169 define([CF_APPEND_TEXT],
193 dnl $1 = option name
214 AC_MSG_CHECKING(if you want to use C11 _Noreturn feature)
216 [ --enable-stdnoreturn enable C11 _Noreturn feature for diagnostics],
222 AC_CACHE_CHECK([for C11 _Noreturn feature], cf_cv_c11_noreturn,
315 dnl Derive the system name, as a check for reusing the autoconf cache.
335 test -n "$system_name" && AC_DEFINE_UNQUOTED(SYSTEM_NAME,"$system_name",[Define to the system name.…
342 AC_MSG_RESULT(Cached system name ($system_name) does not agree with actual ($cf_cv_system_name))
426 dnl As a workaround, one could (starting with X11R5) define XTSTRINGDEFINES, to
427 dnl let the compiler decide how to represent Xt's strings which were #define'd.
447 AC_CACHE_CHECK(for X11/Xt const-feature,cf_cv_const_x_string,[
451 #define _CONST_X_STRING /* X11R7.8 (perhaps) */
574 dnl $1 = variable name to repair
575 define([CF_FIX_WARNINGS],[
621 #define GCC_PRINTF 0
624 #define GCC_SCANF 0
627 #define GCC_NORETURN /* nothing */
630 #define GCC_UNUSED /* nothing */
643 #define GCC_PRINTFLIKE(fmt,var) __attribute__((format(printf,fmt,var)))
645 #define GCC_PRINTFLIKE(fmt,var) /*nothing*/
648 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))
650 #define GCC_SCANFLIKE(fmt,var) /*nothing*/
669 #define GCC_$cf_ATTRIBUTE 1
675 #define GCC_$cf_ATTRIBUTE 1
680 #define GCC_$cf_ATTRIBUTE $cf_directive
715 ${FGREP-fgrep} define conftest.i >>confdefs.h
830 CF_VERBOSE(feature is broken in gcc $GCC_VERSION)
837 CF_VERBOSE(feature is broken in gcc $GCC_VERSION)
880 dnl Check if we must define _GNU_SOURCE to get a reasonable value for
950 AC_CACHE_CHECK(if we must define _GNU_SOURCE,cf_cv_gnu_source,[
970 AC_CACHE_CHECK(if we should also define _DEFAULT_SOURCE,cf_cv_default_source,[
1174 dnl $1 = name(s) to generate rules for
1178 define([CF_MAKE_DOCS],[
1433 dnl create a lowercase name and see it as uppercase, it doesn't support that.
1476 char name[2][80];
1484 strcpy(name[n], tmpl);
1485 if ((fd = mkstemp(name[n])) >= 0) {
1486 if (!strcmp(name[n], tmpl)
1487 || stat(name[n], &sb) != 0
1496 && !strcmp(name[0], name[1]))
1524 dnl $1 = option/name
1526 dnl $3 = symbol to define if the option is set
1639 AC_CACHE_CHECK(if we should define _POSIX_C_SOURCE,cf_cv_posix_c_source,[
1730 dnl $1 = optional parameter to pass to AC_PROG_CC to specify compiler name
1784 define([CF_REMOVE_CFLAGS],
1806 define([CF_REMOVE_DEFINE],
1816 dnl can define it successfully.
1818 AC_CACHE_CHECK(if we should define _XOPEN_SOURCE,cf_cv_xopen_source,[
1859 define([CF_WITHOUT_X],
1907 dnl We name that "man2html.tmp".
2240 define([CF__XOPEN_SOURCE_BODY],
2250 define([CF__XOPEN_SOURCE_HEAD],