generated files must #include config if supported
commit9be792055c8bef9d35b9d3e1412175dae18a5a97
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 10 Apr 2012 21:17:33 +0000 (10 17:17 -0400)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 10 Apr 2012 21:17:33 +0000 (10 17:17 -0400)
tree7646f40388d5c62556e6b8cb11387d20b20b7ee9
parent8e2762f9077b1a9d8c4e221944d02baefedeb27b
generated files must #include config if supported

The source files generated by compile_et and asn1-compile must
begin with:

  #ifdef HAVE_CONFIG_H
  #include <config.h>
  #endif

This permits conditional includes based on HAVE_STDINT_H and
HAVE_UNISTD_H to work.

Change-Id: Iefe25317ac3cb1970793748b8318174bcd7a087f
lib/asn1/gen.c
lib/com_err/compile_et.c