home *** CD-ROM | disk | FTP | other *** search
- ; LANCFG.INC -- LANLIB configuration parameters
- ; Copyright (c) 1994 by Allen Brunson version 1.00 06/30/94
-
-
- ;****************************************************************************
- ;* *
- ;*** LANLIB configuration parameters ***
- ;* *
- ;****************************************************************************
-
- ;It is suggested that you make a copy of this file for each project that will
- ;use LANLIB and set the values below based on the needs of your program, then
- ;include this file in any module that will be calling the LANLIB routines.
- ;See the documentation for information on setting these defines properly.
-
- IPXSOCKET equ 0x51E7 ;Socket number
- IPXNETCNT equ 10 ;Max networks
- IPXRECVCNT equ 30 ;Receive packet buffers
- IPXSENDCNT equ 8 ;Send packet buffers
- IPXDATASIZE equ 256 ;Data bytes per packet
-