Drop HAVE_CONFIG_H

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24338 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-01-25 00:27:39 +00:00
parent 0179e12d54
commit 48db89d0c8
3 changed files with 4 additions and 6 deletions

View File

@@ -31,10 +31,10 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$"); RCSID("$Id$");
#endif
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View File

@@ -36,9 +36,7 @@
#ifndef __COMPILE_ET_H__ #ifndef __COMPILE_ET_H__
#define __COMPILE_ET_H__ #define __COMPILE_ET_H__
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
#include <err.h> #include <err.h>
#include <stdio.h> #include <stdio.h>

View File

@@ -31,10 +31,10 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$"); RCSID("$Id$");
#endif
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>