VirtualBox

source: kBuild/trunk/src/gmake/version.c@ 53

最後變更 在這個檔案從53是 53,由 bird 提交於 21 年 前

Initial revision

  • 屬性 svn:eol-style 設為 native
檔案大小: 398 位元組
 
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/*
15 Local variables:
16 version-control: never
17 End:
18 */
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette