Author: metze
Date: 2007-01-14 17:50:37 +0000 (Sun, 14 Jan 2007)
New Revision: 20773

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20773

Log:
we need to include config.h and replace.h before we can use #ifdef statements
hopefully fix the build on solaris 9

metze
Modified:
   branches/SAMBA_4_0/source/heimdal_build/config.h


Changeset:
Modified: branches/SAMBA_4_0/source/heimdal_build/config.h
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/config.h    2007-01-14 17:45:55 UTC 
(rev 20772)
+++ branches/SAMBA_4_0/source/heimdal_build/config.h    2007-01-14 17:50:37 UTC 
(rev 20773)
@@ -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

Reply via email to