[BACK]Return to defs.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / distrib / utils / sysinst

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/distrib/utils/sysinst/Attic/defs.h between version 1.65 and 1.66

version 1.65, 2001/01/14 02:38:14 version 1.66, 2001/04/15 11:08:51
Line 251  EXTERN int net_dhcpconf INIT(0);
Line 251  EXTERN int net_dhcpconf INIT(0);
 #ifdef INET6  #ifdef INET6
 EXTERN char net_ip6[STRSIZE] INIT("");  EXTERN char net_ip6[STRSIZE] INIT("");
 EXTERN char net_namesvr6[STRSIZE] INIT("");  EXTERN char net_namesvr6[STRSIZE] INIT("");
   EXTERN int net_ip6conf INIT(0);
   #define IP6CONF_AUTOHOST        0x01
 #endif  #endif
   
 /* Variables for upgrade. */  /* Variables for upgrade. */

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

CVSweb <webmaster@jp.NetBSD.org>