source: trunk/third/gmake/acconfig.h @ 15972

Revision 15972, 771 bytes checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r15971, which included commits to RCS files with non-trunk default branches.
Line 
1/* Name of this package (needed by automake) */
2#undef PACKAGE
3
4/* Version of this package (needed by automake) */
5#undef VERSION
6
7/* Define if your locale.h file contains LC_MESSAGES.  */
8#undef HAVE_LC_MESSAGES
9
10/* Define to the installation directory for locales.  */
11#undef LOCALEDIR
12
13/* Define to the name of the SCCS `get' command.  */
14#undef SCCS_GET
15
16/* Define to be the nanoseconds member of struct stat's st_mtim,
17   if it exists.  */
18#undef ST_MTIM_NSEC
19
20/* Define this if the C library defines the variable `sys_siglist'.  */
21#undef HAVE_SYS_SIGLIST
22
23/* Define this if the C library defines the variable `_sys_siglist'.  */
24#undef HAVE__SYS_SIGLIST
25
26/* Define to `unsigned long' or `unsigned long long'
27   if <inttypes.h> doesn't define.  */
28#undef uintmax_t
Note: See TracBrowser for help on using the repository browser.