Difference for main/inferno.c from version 1.27 to 1.28


version 1.27 version 1.28
Line 18
 
Line 18
  * main() for Inferno     * main() for Inferno 
  *   *
  * $Log$   * $Log$
    * Revision 1.28  2002/03/21 20:49:55  donut
    * add -ip_bind_addr option
    *
  * Revision 1.27  2000/11/13 04:33:55  donut   * Revision 1.27  2000/11/13 04:33:55  donut
  * add -rearviewtime argument   * add -rearviewtime argument
  *   *
Line 1062
 
Line 1065
 #ifdef SUPPORTS_NET_IP  #ifdef SUPPORTS_NET_IP
         printf( "  -ip_nogetmyaddr %s\n","prevent autodetection of local ip address");          printf( "  -ip_nogetmyaddr %s\n","prevent autodetection of local ip address");
         printf( "  -ip_myaddr <a>  %s\n","use <a> as local ip address");          printf( "  -ip_myaddr <a>  %s\n","use <a> as local ip address");
           printf( "  -ip_bind_addr <a> %s\n","bind to <a> instead of INADDR_ANY");
         printf( "  -ip_baseport <p> %s\n","use <p> as offset from normal port (allows multiple instances of d1x to be run on a single computer)");          printf( "  -ip_baseport <p> %s\n","use <p> as offset from normal port (allows multiple instances of d1x to be run on a single computer)");
 #endif  #endif
 #ifdef __LINUX__  #ifdef __LINUX__

Legend:
line(s) removed in v.1.27 
line(s) changed
 line(s) added in v.1.28