home *** CD-ROM | disk | FTP | other *** search
/ Internet Publisher's Toolbox 2.0 / Internet Publisher's Toolbox.iso / internet / ntserver / wtsource / irlex.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-25  |  469 b   |  23 lines

  1. /* WIDE AREA INFORMATION SERVER SOFTWARE:
  2.    No guarantees or restrictions.  See the readme file for the full standard
  3.    disclaimer.
  4.  
  5.    Brewster@think.com
  6. */
  7.  
  8. /* Copyright (c) CNIDR (see ../COPYRIGHT) */
  9.  
  10.  
  11. #ifndef IRLEX_H
  12. #define IRLEX_H
  13.  
  14. #define MAX_WORD_LENGTH 20 /* change DICTIONARY_ENTRY_SIZE when this is changed */
  15.  
  16. #define MAX_TYPE_LEN 20
  17. #define ANSI_DATE_LENGTH 6 /* YYMMDD */
  18.  
  19. #define MAX_HEADLINE_LEN    300
  20.  
  21. #endif /* ndef IRLEX_H */
  22.  
  23.