r20773: we need to include config.h and replace.h before we can use #ifdef statements
authorStefan Metzmacher <metze@samba.org>
Sun, 14 Jan 2007 17:50:37 +0000 (17:50 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:40:51 +0000 (14:40 -0500)
hopefully fix the build on solaris 9

metze

source/heimdal_build/config.h

index 83286023ade776080832d4072f7cbec91f96d27e..81bda22cf962ac4408b45bb6d880369231a3ec84 100644 (file)
@@ -6,6 +6,9 @@
 #ifndef HAVE_HEIMDAL_CONFIG_H
 #define HAVE_HEIMDAL_CONFIG_H
 
+#include "include/config.h"
+#include "lib/replace/replace.h"
+
 #define RCSID(msg)
 #define KRB5
 
@@ -16,7 +19,4 @@
 #define SIGRETURN(x) return (RETSIGTYPE)(x)
 #endif
 
-#include "include/config.h"
-#include "lib/replace/replace.h"
-
 #endif