home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / c / lanlib / lancfg.inc < prev    next >
Encoding:
Text File  |  1994-06-30  |  1.2 KB  |  21 lines

  1. ; LANCFG.INC -- LANLIB configuration parameters
  2. ; Copyright (c) 1994 by Allen Brunson  version 1.00  06/30/94
  3.  
  4.  
  5. ;****************************************************************************
  6. ;*                                                                          *
  7. ;***  LANLIB configuration parameters                                     ***
  8. ;*                                                                          *
  9. ;****************************************************************************
  10.  
  11. ;It is suggested that you make a copy of this file for each project that will
  12. ;use LANLIB and set the values below based on the needs of your program, then
  13. ;include this file in any module that will be calling the LANLIB routines.
  14. ;See the documentation for information on setting these defines properly.
  15.  
  16. IPXSOCKET    equ  0x51E7                           ;Socket number
  17. IPXNETCNT    equ      10                           ;Max networks
  18. IPXRECVCNT   equ      30                           ;Receive packet buffers
  19. IPXSENDCNT   equ       8                           ;Send packet buffers
  20. IPXDATASIZE  equ     256                           ;Data bytes per packet
  21.