r6281: Fix the build for FreeBSD 4 -- no winbind
authorVolker Lendecke <vlendec@samba.org>
Sun, 10 Apr 2005 15:54:18 +0000 (15:54 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:56:34 +0000 (10:56 -0500)
(This used to be commit 1ce9a0159d36c2e4f154fb60c86cebcfbc2038dc)

source3/web/diagnose.c

index 0c9c854df786dd8c547a0999f5c3f87be171c94d..f4b022cf587d13a4579b90d0ba6f2c8b5e31fdc4 100644 (file)
 #include "includes.h"
 #include "web/swat_proto.h"
 
-#ifdef WITH_WINBIND
-
 extern struct in_addr loopback_ip;
 
+#ifdef WITH_WINBIND
+
 NSS_STATUS winbindd_request(int req_type,
                        struct winbindd_request *request,
                        struct winbindd_response *response);