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:
@@ -1,10 +1,10 @@
|
|||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
BEGIN {
|
BEGIN {
|
||||||
print "#include <stdio.h>"
|
|
||||||
print "#ifdef HAVE_CONFIG_H"
|
print "#ifdef HAVE_CONFIG_H"
|
||||||
print "#include <config.h>"
|
print "#include <config.h>"
|
||||||
print "#endif"
|
print "#endif"
|
||||||
|
print "#include <stdio.h>"
|
||||||
print ""
|
print ""
|
||||||
print "int main()"
|
print "int main()"
|
||||||
print "{"
|
print "{"
|
||||||
|
Reference in New Issue
Block a user