Always include afsconfig.h in autogenerated files
authorSimon Wilkinson <sxw@inf.ed.ac.uk>
Thu, 6 May 2010 13:58:52 +0000 (14:58 +0100)
committerDerrick Brashear <shadow@dementia.org>
Thu, 6 May 2010 19:22:31 +0000 (12:22 -0700)
commit972a4072827fb2ec680354d5adebc2c5cca06939
tree8e2b41c28cea506487c105feb9c1fdcd71c3da41
parentdc9bef83b0fa416bd1bd5a1524aa4a697873b91a
Always include afsconfig.h in autogenerated files

Modify rxgen and compile_et so that the files they output always
contain afsconfig.h before afs/param.h. This avoids problems where
afs/param.h, or headers included from it, rely on having the results
of configure tests available.

Change-Id: I0198500a17abd31ee1057d6780cbe5a5e1bc8c59
Reviewed-on: http://gerrit.openafs.org/1913
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/comerr/compile_et.c
src/rxgen/rpc_main.c