* Oops. Fix a problem running submakes like $(MAKE) $(MFLAGS).
[make.git] / acconfig.h
blobebbef45239c9597c6907f0bae1bed0fccc00e027
1 /* Name of this package (needed by automake) */
2 #undef PACKAGE
4 /* Version of this package (needed by automake) */
5 #undef VERSION
7 /* Define to the name of the SCCS `get' command. */
8 #undef SCCS_GET
10 /* Define this if the SCCS `get' command understands the `-G<file>' option. */
11 #undef SCCS_GET_MINUS_G
13 /* Define this to enable job server support in GNU make. */
14 #undef MAKE_JOBSERVER
16 /* Define to be the nanoseconds member of struct stat's st_mtim,
17 if it exists. */
18 #undef ST_MTIM_NSEC
20 /* Define this if the C library defines the variable `sys_siglist'. */
21 #undef HAVE_SYS_SIGLIST
23 /* Define this if the C library defines the variable `_sys_siglist'. */
24 #undef HAVE__SYS_SIGLIST
26 /* Define this if you have the `union wait' type in <sys/wait.h>. */
27 #undef HAVE_UNION_WAIT
29 /* Define to `unsigned long' or `unsigned long long'
30 if <inttypes.h> doesn't define. */
31 #undef uintmax_t
33 /* These are for AC_FUNC_SELECT */
35 /* Define if the system doesn't provide fd_set. */
36 #undef fd_set
38 /* Define the type of the first arg to select(). */
39 #undef fd_set_size_t
41 /* Define this if select() args need to be cast away from fd_set (HP-UX). */
42 #undef SELECT_FD_SET_CAST