* New config.sub and config.guess
[make.git] / acconfig.h
blobae47fdd5e0b49ef6d6814b7c1dd8b08e5101eefc
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 1 if NLS is requested. */
8 #undef ENABLE_NLS
10 /* Define as 1 if you have dcgettext. */
11 #undef HAVE_DCGETTEXT
13 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
14 #undef HAVE_GETTEXT
16 /* Define if your locale.h file contains LC_MESSAGES. */
17 #undef HAVE_LC_MESSAGES
19 /* Define to the installation directory for locales. */
20 #undef LOCALEDIR
22 /* Define as 1 if you have the stpcpy function. */
23 #undef HAVE_STPCPY
25 /* Define to the name of the SCCS `get' command. */
26 #undef SCCS_GET
28 /* Define this if the SCCS `get' command understands the `-G<file>' option. */
29 #undef SCCS_GET_MINUS_G
31 /* Define this to enable job server support in GNU make. */
32 #undef MAKE_JOBSERVER
34 /* Define to be the nanoseconds member of struct stat's st_mtim,
35 if it exists. */
36 #undef ST_MTIM_NSEC
38 /* Define this if the C library defines the variable `sys_siglist'. */
39 #undef HAVE_SYS_SIGLIST
41 /* Define this if the C library defines the variable `_sys_siglist'. */
42 #undef HAVE__SYS_SIGLIST
44 /* Define this if you have the `union wait' type in <sys/wait.h>. */
45 #undef HAVE_UNION_WAIT
47 /* Define to `unsigned long' or `unsigned long long'
48 if <inttypes.h> doesn't define. */
49 #undef uintmax_t
51 /* These are for AC_FUNC_SELECT */
53 /* Define if the system doesn't provide fd_set. */
54 #undef fd_set
56 /* Define the type of the first arg to select(). */
57 #undef fd_set_size_t
59 /* Define this if select() args need to be cast away from fd_set (HP-UX). */
60 #undef SELECT_FD_SET_CAST