Annotation of 43BSDReno/contrib/isode-beta/psap/pl_tables.c, revision 1.1.1.1

1.1       root        1: /* pl_tables.c - tables for presentation lists */
                      2: 
                      3: #ifndef        lint
                      4: static char *rcsid = "$Header: /f/osi/psap/RCS/pl_tables.c,v 7.0 89/11/23 22:13:08 mrose Rel $";
                      5: #endif
                      6: 
                      7: /* 
                      8:  * $Header: /f/osi/psap/RCS/pl_tables.c,v 7.0 89/11/23 22:13:08 mrose Rel $
                      9:  *
                     10:  *
                     11:  * $Log:       pl_tables.c,v $
                     12:  * Revision 7.0  89/11/23  22:13:08  mrose
                     13:  * Release 6.0
                     14:  * 
                     15:  */
                     16: 
                     17: /*
                     18:  *                               NOTICE
                     19:  *
                     20:  *    Acquisition, use, and distribution of this module and related
                     21:  *    materials are subject to the restrictions of a license agreement.
                     22:  *    Consult the Preface in the User's Manual for the full terms of
                     23:  *    this agreement.
                     24:  *
                     25:  */
                     26: 
                     27: 
                     28: /* LINTLIBRARY */
                     29: 
                     30: #include <stdio.h>
                     31: #include "psap.h"
                     32: 
                     33: /*    DATA */
                     34: 
                     35: char   *pe_classlist[] = {
                     36:     "UNIV",
                     37:     "APPL",
                     38:     "CONT",
                     39:     "PRIV"
                     40: };
                     41: 
                     42: int    pe_maxclass = sizeof pe_classlist / sizeof pe_classlist[0];
                     43: 
                     44: 
                     45: char   *pe_univlist[] = {
                     46:     "EOC",
                     47:     "BOOL",
                     48:     "INT",
                     49:     "BITS",
                     50:     "OCTS",
                     51:     "NULL",
                     52:     "OID",
                     53:     "ODE",
                     54:     "EXTN",
                     55:     "REAL",
                     56:     "ENUM",
                     57:     "ENCR",
                     58:     NULLCP,
                     59:     NULLCP,
                     60:     NULLCP,
                     61:     NULLCP,
                     62:     "SEQ",
                     63:     "SET",
                     64:     "NUMS",
                     65:     "PRTS",
                     66:     "T61S",
                     67:     "VTXS",
                     68:     "IA5S",
                     69:     "UTCT",
                     70:     "GENT",
                     71:     "GFXS",
                     72:     "VISS",
                     73:     "GENS",
                     74:     "CHRS",
                     75: };
                     76: 
                     77: int    pe_maxuniv = sizeof pe_univlist / sizeof pe_univlist[0];
                     78: 
                     79: 
                     80: int    pe_maxappl = 0;
                     81: char  **pe_applist = NULL;
                     82: 
                     83: int    pe_maxpriv = 0;
                     84: char  **pe_privlist = NULL;

unix.superglobalmegacorp.com

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