]> arthur.barton.de Git - netatalk.git/blobdiff - bin/afile/afile.c
massive commenting/autoconf changes
[netatalk.git] / bin / afile / afile.c
index 72e5bd07ac464875ee6658c2f9ad56b6b0f6870b..ee1487ade6339622a75a2922fde93cee40db158c 100644 (file)
@@ -1,4 +1,7 @@
-/*  afile - determine the MacOS creator/type of files
+/*
+ * $Id: afile.c,v 1.4 2001-06-29 14:14:46 rufustfirefly Exp $
+ *
+    afile - determine the MacOS creator/type of files
 
     Copyright (C) 2001 Sebastian Rittau.
     All rights reserved.
@@ -31,7 +34,9 @@
     SUCH DAMAGE.
 */
 
-#include <config.h>
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif /* HAVE_CONFIG_H */
 
 #include <stdio.h>
 #include <string.h>
@@ -39,7 +44,9 @@
 
 #include <sys/types.h>
 #include <sys/stat.h>
+#ifdef HAVE_UNISTD_H
 #include <unistd.h>
+#endif /* HAVE_UNISTD_H */
 
 #include <atalk/adouble.h>