home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Source / WAIS / ir / irlex.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-02-02  |  400 b   |  20 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. #ifndef IRLEX_H
  9. #define IRLEX_H
  10.  
  11. #define MAX_WORD_LENGTH 20 /* change DICTIONARY_ENTRY_SIZE when this is changed */
  12.  
  13. #define MAX_TYPE_LEN 20
  14. #define ANSI_DATE_LENGTH 6 /* YYMMDD */
  15.  
  16. #define MAX_HEADLINE_LEN    300
  17.  
  18. #endif /* ndef IRLEX_H */
  19.  
  20.