Use C++ linker
[oweals/cde.git] / cde / programs / dtudcfonted / fssxeg.h
1 /*
2  * CDE - Common Desktop Environment
3  *
4  * Copyright (c) 1993-2012, The Open Group. All rights reserved.
5  *
6  * These libraries and programs are free software; you can
7  * redistribute them and/or modify them under the terms of the GNU
8  * Lesser General Public License as published by the Free Software
9  * Foundation; either version 2 of the License, or (at your option)
10  * any later version.
11  *
12  * These libraries and programs are distributed in the hope that
13  * they will be useful, but WITHOUT ANY WARRANTY; without even the
14  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15  * PURPOSE. See the GNU Lesser General Public License for more
16  * details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with these librararies and programs; if not, write
20  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
21  * Floor, Boston, MA 02110-1301 USA
22  */
23 /* fssxeg.h 1.5 - Fujitsu source for CDEnext    96/07/18 13:19:30      */
24 /* $XConsortium: fssxeg.h /main/4 1996/07/19 20:32:54 cde-fuj $ */
25 /*
26  *  (c) Copyright 1995 FUJITSU LIMITED
27  *  This is source code modified by FUJITSU LIMITED under the Joint
28  *  Development Agreement for the CDEnext PST.
29  *  This is unpublished proprietary source code of FUJITSU LIMITED
30  */
31
32
33
34 #include "udccom.h"     /* 1995.10.09 */
35 #include "FaLib.h"
36
37 typedef         int             INT;
38 typedef         short int       SHORT;
39 typedef         long int        LONG;
40 typedef         char            CHAR;
41 typedef         unsigned int    UINT;
42 typedef         unsigned short  USHORT;
43 typedef         unsigned char   UCHAR;
44
45 #define ON                      1
46 #define OFF                     0
47
48 #define MAXPTNSIZE      128     
49 #define MAXPTNBYTE      MAXPTNSIZE*((MAXPTNSIZE+7)/8)
50                                 
51
52 #define ERROR_VAL       fal_utyerror
53 #define EXISTS_FLAG     fal_utyexists
54
55 #define EDPANE_SIZE     400     
56 #define EDLIST_MAX      30