Revert "generated files must #include config if supported"

therefore #include config.h is not required.

This reverts commit 9be792055c.
This commit is contained in:
Jeffrey Altman
2012-08-12 16:05:04 -04:00
parent be5afdbf7f
commit 571e7daab3
2 changed files with 2 additions and 14 deletions

View File

@@ -79,9 +79,6 @@ generate_c(void)
if(id_str)
fprintf(c_file, "/* %s */\n", id_str);
fprintf(c_file, "\n");
fprintf(c_file, "#ifdef HAVE_CONFIG_H\n");
fprintf(c_file, "#include <config.h>\n");
fprintf(c_file, "#endif\n");
fprintf(c_file, "#include <stddef.h>\n");
fprintf(c_file, "#include <com_err.h>\n");
fprintf(c_file, "#include \"%s\"\n", hfn);