source: trunk/third/gmake/version.c @ 14111

Revision 14111, 398 bytes checked in by danw, 25 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r14110, which included commits to RCS files with non-trunk default branches.
Line 
1/* We use <config.h> instead of "config.h" so that a compilation
2   using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h
3   (which it would do because make.h was found in $srcdir).  */
4#include <config.h>
5
6#ifndef MAKE_HOST
7# define MAKE_HOST "unknown"
8#endif
9
10char *version_string = VERSION;
11char *make_host = MAKE_HOST;
12
13/*
14  Local variables:
15  version-control: never
16  End:
17 */
Note: See TracBrowser for help on using the repository browser.