here, but in the actual source files that may need it.
* libamu/wire.c (INADDR_NONE): define INADDR_NONE if not defined
already.
2005-06-23 Erez Zadok <ezk@cs.sunysb.edu>
+ * conf/nfs_prot/nfs_prot_sunos5_8.h: don't define INADDR_NONE
+ here, but in the actual source files that may need it.
+
+ * libamu/wire.c (INADDR_NONE): define INADDR_NONE if not defined
+ already.
+
* include/am_defs.h: define extern for sleep(3) if needed.
* m4/macros/header_templates.m4: template for sleep(3) extern.
* SUCH DAMAGE.
*
*
- * $Id: nfs_prot_sunos5_8.h,v 1.11 2005/06/03 14:46:36 ezk Exp $
+ * $Id: nfs_prot_sunos5_8.h,v 1.12 2005/06/23 20:48:41 ezk Exp $
*
*/
#define AUTOFS_CONFTYPE "ticotsord"
-#ifndef INADDR_NONE
-# define INADDR_NONE ((unsigned long) -1)
-#endif /* INADDR_NONE */
-
/*
* TYPEDEFS:
*/
* SUCH DAMAGE.
*
*
- * $Id: wire.c,v 1.23 2005/05/27 21:26:34 ezk Exp $
+ * $Id: wire.c,v 1.24 2005/06/23 20:48:42 ezk Exp $
*
*/
};
static addrlist *localnets = NULL;
+#ifndef INADDR_NONE
+# define INADDR_NONE ((unsigned long) -1)
+#endif /* INADDR_NONE */
+
#if defined(IFF_LOCAL_LOOPBACK) && !defined(IFF_LOOPBACK)
# define IFF_LOOPBACK IFF_LOCAL_LOOPBACK
#endif /* defined(IFF_LOCAL_LOOPBACK) && !defined(IFF_LOOPBACK) */