Annotation of Net2/netiso/xebec/main.h, revision 1.1.1.3

1.1.1.3 ! root        1: /* main.h,v 1.2 1993/05/20 05:28:26 cgd Exp */
1.1       root        2: 
                      3: #define TRUE 1
                      4: #define FALSE 0
                      5: #define LINELEN 2350
                      6:        /* approx limit on token size for C compiler 
                      7:         * which matters for the purpose of debugging (astring.c...)
                      8:         */
                      9: 
                     10: #define MSIZE 4000
                     11: #define         DEBUGFILE "astring.c"
                     12: #define  ACTFILE "driver.c"
                     13: #define  EVENTFILE_H "events.h"
                     14: #define  STATEFILE "states.h"
                     15: #define  STATEVALFILE "states.init"
                     16: 
                     17: #define EV_PREFIX "EV_"
                     18: #define ST_PREFIX "ST_"
                     19: 
                     20: #define PCBNAME "_PCB_"
                     21: 
                     22: extern char kerneldirname[];
                     23: extern char protocol[];
                     24: extern char *synonyms[];
                     25: #define EVENT_SYN 0
                     26: #define PCB_SYN 1
                     27: 
                     28: extern int transno;
                     29: extern int print_trans;
                     30: extern char *stash();
                     31: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.