r25738: always include config.h first.
authorStefan Metzmacher <metze@samba.org>
Fri, 26 Oct 2007 04:32:24 +0000 (06:32 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 04:43:36 +0000 (05:43 +0100)
this needs merging to heimdal and lorikeet-heimdal

metze
(This used to be commit c2c2c991c7f568af833f10d8cf0946d90b097fab)

source4/heimdal/lib/hcrypto/evp.c
source4/heimdal/lib/hcrypto/hmac.c

index 34480dbe7e855c1991dce370f7dc5c27d4935193..19b0ac85e7a0250341b3121254e8a46f70eb2157 100644 (file)
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <sys/types.h>
 #include <stdio.h>
 #include <stdlib.h>
index b8156e38d447bc572e8719cfff88c0a417efc468..6c59758b11c65a2664706f14825b144c5aac5f18 100644 (file)
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <sys/types.h>
 #include <stdio.h>
 #include <stdlib.h>