Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / dtudcfonted / fssxeg.h
1 /* fssxeg.h 1.5 - Fujitsu source for CDEnext    96/07/18 13:19:30      */
2 /* $XConsortium: fssxeg.h /main/4 1996/07/19 20:32:54 cde-fuj $ */
3 /*
4  *  (c) Copyright 1995 FUJITSU LIMITED
5  *  This is source code modified by FUJITSU LIMITED under the Joint
6  *  Development Agreement for the CDEnext PST.
7  *  This is unpublished proprietary source code of FUJITSU LIMITED
8  */
9
10
11
12 #include "udccom.h"     /* 1995.10.09 */
13 #include "FaLib.h"
14
15 typedef         int             INT;
16 typedef         short int       SHORT;
17 typedef         long int        LONG;
18 typedef         char            CHAR;
19 typedef         unsigned int    UINT;
20 typedef         unsigned short  USHORT;
21 typedef         unsigned char   UCHAR;
22
23 #define ON                      1
24 #define OFF                     0
25
26 #define MAXPTNSIZE      128     
27 #define MAXPTNBYTE      MAXPTNSIZE*((MAXPTNSIZE+7)/8)
28                                 
29
30 #define ERROR_VAL       fal_utyerror
31 #define EXISTS_FLAG     fal_utyexists
32
33 #define EDPANE_SIZE     400     
34 #define EDLIST_MAX      30