]> arthur.barton.de Git - netatalk.git/blobdiff - sys/netatalk/at.h
Update NEWS
[netatalk.git] / sys / netatalk / at.h
index 9c9dceb70c0a1f003a5d9104563255f43fb66647..f544c40f833fc8e63fa86052b56124628e607197 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id: at.h,v 1.6 2008-12-18 17:31:31 morgana Exp $
- *
  * Copyright (c) 1990,1991 Regents of The University of Michigan.
  *
  * All Rights Reserved.  See COPYRIGHT.
@@ -9,6 +7,12 @@
 #ifndef __AT_HEADER__
 #define __AT_HEADER__
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif /* HAVE_CONFIG_H */
+
+#ifndef NO_DDP
+
 #if defined(linux) /* pull in the linux header */
 #include <sys/socket.h>
 #include <asm/types.h>
@@ -130,5 +134,6 @@ extern struct protosw       atalksw[];
 #endif /* KERNEL */
 
 #endif /* linux */
+#endif /* NO_DDP */
 #endif /* __AT_HEADER__ */