util/dttypes: remove register keyword
[oweals/cde.git] / cde / programs / dtudcfonted / include / udccom.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 libraries 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 /* $XConsortium: udccom.h /main/5 1996/07/19 20:31:51 cde-fuj $ */
24 /*
25  *  (c) Copyright 1995 FUJITSU LIMITED
26  *  This is source code modified by FUJITSU LIMITED under the Joint
27  *  Development Agreement for the CDEnext PST.
28  *  This is unpublished proprietary source code of FUJITSU LIMITED
29  */
30
31 #include "udcopt.h"
32
33 /* default path of dtaddcpf */
34 #define DFLTPATH        "/usr/dt/lib/dtudcfonted/dtaddcpf"
35 #define DFLTCMD         "dtaddcpf"
36
37 /* commands for exchange font format */
38 #define SNFTOBDF_CMD    "dtgpftobdf"
39 #define BDFTOPCF_CMD    "bdftopcf"
40
41 /* default path for commands */
42 #define SNFTOBDF        "/usr/dt/lib/dtudcfonted/dtgpftobdf"
43 #ifndef FONTC
44 #define BDFTOPCF        "/usr/bin/X11/bdftopcf"
45 #else
46 #define BDFTOPCF        FONTC
47 #endif
48 #define PCFTOBDF        SNFTOBDF
49
50 /* suffix of font file */
51 #define BDFSUFFIX       ".bdf"
52 #define PCFSUFFIX       ".pcf"
53
54 /* font information file */
55 #define DTUDCFONTS              "DTUDCFONTS"
56
57 #ifndef DTUDCFONTSLISTDIR
58 #define DTUDCFONTSLISTDIR       "/usr/dt/config"
59 #endif
60
61 /* default font path */
62 #ifndef DTUDCFONTPATH
63 #define DTUDCFONTPATH           "/usr/lib/X11/fonts/misc"
64 #endif
65
66 /* defines for UDC fonts */
67 #define FONTS_LIST_FILE         "fonts.list"
68 #define UDFLIST_DEF             "udflist.def"
69
70 #define FONTSDIR                "fonts.dir"
71