merge roken independence stuff

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8597 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-07-08 14:22:12 +00:00
parent a94fc9f12b
commit 5515fde49a
17 changed files with 2089 additions and 828 deletions

View File

@@ -1,3 +1,5 @@
# $Id$
BEGIN {
print "#include <stdio.h>"
print "#ifdef HAVE_CONFIG_H"
@@ -13,6 +15,8 @@ BEGIN {
print "puts(\"\");"
}
END {
print "puts(\"#define ROKEN_VERSION \" VERSION );"
print "puts(\"\");"
print "puts(\"#endif /* __ROKEN_H__ */\");"
print "exit(0);"
print "}"