]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/nbp/nbp_unrgstr.c
massive commenting/autoconf changes
[netatalk.git] / libatalk / nbp / nbp_unrgstr.c
index 2209bcc3c663019835365deb66e3d0e7df691cfd..f7b0ccff95b5a1ce5f89f69b7769d1e24bcc2ef5 100644 (file)
@@ -1,11 +1,13 @@
 /*
+ * $Id: nbp_unrgstr.c,v 1.3 2001-06-29 14:14:46 rufustfirefly Exp $
+ *
  * Copyright (c) 1990,1997 Regents of The University of Michigan.
  * All Rights Reserved. See COPYRIGHT.
  */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
+#endif /* HAVE_CONFIG_H */
 
 #include <string.h>
 #include <sys/types.h>
 #include <atalk/netddp.h>
 #include <atalk/ddp.h>
 
+#ifdef HAVE_NETDB_H
 #include <netdb.h>
+#endif /* HAVE_NETDB_H */
 #include  "nbp_conf.h"
 
 /* FIXME/SOCKLEN_T: socklen_t is a unix98 feature. */
 #ifndef SOCKLEN_T
 #define SOCKLEN_T unsigned int
-#endif
+#endif /* ! SOCKLEN_T */
 
 int nbp_unrgstr( obj, type, zone, addr )
     const char         *obj, *type, *zone;
@@ -90,7 +94,7 @@ int nbp_unrgstr( obj, type, zone, addr )
       memcpy(&to.sat_addr, addr, sizeof(struct at_addr));
 #ifdef BSD4_4
     to.sat_len = sizeof( struct sockaddr_at );
-#endif BSD4_4
+#endif /* BSD4_4 */
 
     if ( nbp_port == 0 ) {
        if (( se = getservbyname( "nbp", "ddp" )) == NULL ) {