/* WIDE AREA INFORMATION SERVER SOFTWARE:
   No guarantees or restrictions.  See the readme file for the full standard
   disclaimer.

   Brewster@think.com
*/

#ifndef IRLEX_H
#define IRLEX_H

#define MAX_WORD_LENGTH 20 /* change DICTIONARY_ENTRY_SIZE when this is changed */

#define MAX_TYPE_LEN 20
#define ANSI_DATE_LENGTH 6 /* YYMMDD */

#define MAX_HEADLINE_LEN	300

#endif /* ndef IRLEX_H */

