r18322: fixed a compilation problem on AIX caused by lex not putting config.h
authorAndrew Tridgell <tridge@samba.org>
Sun, 10 Sep 2006 10:02:10 +0000 (10:02 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:18:08 +0000 (14:18 -0500)
commit9034238e27f22a7077df9fa0d7c83cce4503aabc
tree92a6f8924bc9f7e89da940fafefd081fb99e49c4
parent449fab2c264aa50601f9a2d3310f1910ba97706b
r18322: fixed a compilation problem on AIX caused by lex not putting config.h
first. That leads to a conflicting define for lseek() due to
_LARGE_FILES being defined after standards headers are included
source/heimdal/lib/asn1/lex.c
source/heimdal/lib/com_err/lex.c
source/script/lex_compile.sh