remove -DHAVE_CONFIG_H, add --one-source-file, rename krb5 and cms to "better" file names

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24337 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-01-25 00:23:39 +00:00
parent dc0f6fef51
commit 0179e12d54
9 changed files with 39 additions and 20 deletions

View File

@@ -36,9 +36,8 @@
#ifndef __GEN_LOCL_H__
#define __GEN_LOCL_H__
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
@@ -80,9 +79,14 @@ int yyparse(void);
int preserve_type(const char *);
int seq_type(const char *);
void generate_header_of_codefile(const char *);
void close_codefile(void);
extern FILE *headerfile, *codefile, *logfile;
extern int dce_fix;
extern int rfc1510_bitstring;
extern int one_code_file;
extern int error_flag;