]> arthur.barton.de Git - netatalk.git/blobdiff - sys/netatalk/phase2.h
massive commenting/autoconf changes
[netatalk.git] / sys / netatalk / phase2.h
index 54eac74930d5c4308b9440e5a9ff06f37a5003cb..ec9735b846e8db4ba9c354935b83fb7ba3e70448 100644 (file)
@@ -1,15 +1,17 @@
 /*
+ * $Id: phase2.h,v 1.2 2001-06-29 14:14:47 rufustfirefly Exp $
+ *
  * Copyright (c) 1990,1991 Regents of The University of Michigan.
  * All Rights Reserved.
  */
 
 # if defined( ultrix ) || defined( BSD4_4 )
 #include <net/if_llc.h>
-# else ultrix BSD4_4
+# else /* ultrix || BSD4_4 */
 
 #if defined( sun ) && !defined( __svr4__ )
 #include <net/if_ieee802.h>
-#endif sun __svr4__
+#endif /* sun && !__svr4__ */
 
 /*
  * Copyright (c) 1988 Regents of the University of California.
@@ -68,14 +70,14 @@ struct llc {
 #define LLC_ISO_LSAP   0xfe
 #define LLC_SNAP_LSAP  0xaa
 
-# endif ultrix BSD4_4
+# endif /* ultrix && BSD4_4 */
 
 #if defined( sun ) || defined( ibm032 )
 #define SIOCPHASE1     _IOW(i, 100, struct ifreq)      /* AppleTalk phase 1 */
 #define SIOCPHASE2     _IOW(i, 101, struct ifreq)      /* AppleTalk phase 2 */
-#endif sun ibm032
+#endif /* sun || ibm032 */
 
 #if defined( ultrix ) || defined( BSD4_4 ) || defined( _IBMR2 )
 #define SIOCPHASE1     _IOW('i', 100, struct ifreq)    /* AppleTalk phase 1 */
 #define SIOCPHASE2     _IOW('i', 101, struct ifreq)    /* AppleTalk phase 2 */
-#endif ultrix BSD4_4 _IBMR2
+#endif /* ultrix || BSD4_4 || _IBMR2 */