]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/main.c
implemented config.h
[netatalk.git] / etc / afpd / main.c
index 755ca448d7811386281c925ad8eae450b667e7ec..c521ce5ffce0453ac2d8ff0631283f23c71b69a8 100644 (file)
@@ -3,6 +3,10 @@
  * All Rights Reserved.  See COPYRIGHT.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -33,7 +37,7 @@
 #include <atalk/server_child.h>
 
 #include "globals.h"
-#include "config.h"
+#include "afp_config.h"
 #include "status.h"
 #include "fork.h"
 #include "uam_auth.h"