]> arthur.barton.de Git - netatalk.git/commitdiff
moved FORCE_UIDGID check after config.h load (paperbag)
authorrufustfirefly <rufustfirefly>
Fri, 23 Feb 2001 22:16:15 +0000 (22:16 +0000)
committerrufustfirefly <rufustfirefly>
Fri, 23 Feb 2001 22:16:15 +0000 (22:16 +0000)
etc/afpd/uid.c

index b8a256a1269d9990a97fd5f98a3c1b4b88dc7ad5..b38614649d25d12d7107edde6057417d5acf25b2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: uid.c,v 1.2 2001-01-27 17:54:26 itlm019 Exp $
+ * $Id: uid.c,v 1.3 2001-02-23 22:16:15 rufustfirefly Exp $
  * code: jeff@univrel.pr.uconn.edu
  *
  * These functions are abstracted here, so that all calls for resolving
@@ -7,13 +7,13 @@
  * across the package).
  */
 
-/* don't compile this file at all unless FORCE_UIDGID is set */
-#ifdef FORCE_UIDGID
-
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
+/* don't compile this file at all unless FORCE_UIDGID is set */
+#ifdef FORCE_UIDGID
+
 #include <stdio.h>
 #include <string.h>
 #include <syslog.h>