]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/uam.c
implemented config.h
[netatalk.git] / etc / afpd / uam.c
index 8bcc629b45be6c7c9ac00c0bc4a3af12d53c4006..60946a7369aea3e0b8b3e7ff534b63f1bb818fd9 100644 (file)
@@ -2,6 +2,10 @@
  * All Rights Reserved.  See COPYRIGHT.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -23,7 +27,7 @@
 #include <atalk/util.h>
 
 #include "globals.h"
-#include "config.h"
+#include "afp_config.h"
 #include "auth.h"
 #include "uam_auth.h"