include config.h before stdio.h (breaks with _FILE_OFFSET_BITS on

solaris otherwise)


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11446 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-09-10 20:05:55 +00:00
parent 69cc215e6f
commit 10bf6d1573

View File

@@ -1,10 +1,10 @@
# $Id$
BEGIN {
print "#include <stdio.h>"
print "#ifdef HAVE_CONFIG_H"
print "#include <config.h>"
print "#endif"
print "#include <stdio.h>"
print ""
print "int main()"
print "{"