File: xtermcfg.hin

package info (click to toggle)
hanterm-classic 3.1.6.0-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,472 kB
  • ctags: 1,654
  • sloc: ansic: 20,612; sh: 1,330; makefile: 115; perl: 6
file content (98 lines) | stat: -rw-r--r-- 3,341 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
/*
 * $XFree86: xc/programs/xterm/xtermcfg.hin,v 3.1.2.2 1997/05/25 05:07:02 dawes Exp $
 */

/************************************************************

Copyright 1997 by Thomas E. Dickey <dickey@clark.net>

                        All Rights Reserved

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the name of the above listed
copyright holder(s) not be used in advertising or publicity pertaining
to distribution of the software without specific, written prior
permission.

THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

********************************************************/

/* This is a template for <xtermcfg.h> */

#undef CC_HAS_PROTOS	/* CF_ANSI_CC */
#undef DFT_COLORMODE	/* AC_ARG_WITH(default-color-mode) */
#undef DFT_DECID	/* AC_ARG_WITH(default-terminal-id) */
#undef HAVE_STRERROR	/* AC_CHECK_FUNCS(strerror) */
#undef HAVE_UNISTD_H 	/* AC_CHECK_FUNCS(unistd.h) */
#undef HAVE_TERMCAP_H	/* AC_CHECK_HEADERS(termcap.h) */
#undef HAVE_X11_XPOLL_H /* AC_CHECK_HEADERS(X11/Xpoll.h) */
#undef HAVE_XKBSTDBELL  /* AC_CHECK_FUNCS(XkbStdBell) */
#undef OPT_AIX_COLORS	/* CF_ARG_DISABLE(16-color) */
#undef OPT_ISO_COLORS	/* CF_ARG_DISABLE(ansi-color) */
#undef OPT_TRACE	/* CF_ARG_ENABLE(trace) */
#undef OPT_VT52_MODE	/* CF_ARG_DISABLE(vt52) */
#undef USE_MY_MEMMOVE	/* CF_FUNC_MEMMOVE */
#undef USE_OK_BCOPY	/* CF_FUNC_MEMMOVE */
#undef USE_SYS_SELECT_H /* CF_TYPE_FD_SET */
#undef USE_TERMINFO	/* CF_FUNC_TGETENT */
#undef const		/* AC_CONST */
#undef size_t		/* AC_TYPE_SIZE_T */
#undef time_t		/* AC_CHECK_TYPE(time_t, long) */
#undef HAVE_UNSETENV
#undef TEK_MODE
#undef HANGUL
#undef ENV_HANGUL_KEYBOARD_TYPE
#undef LINE_DRAW
#undef SCROLLBAR_RIGHT
#undef ALLOWLOGGING
#undef USE_NEW_AUTOMATA
#undef QUEUE_DRAW
#undef DVORAK_KEYBOARD
#undef USE_UTEMPTER		/* CF_UTEMPTER */

#define NOW_CHAT_SCROLL_PATCH
/*
 Ŀ   Ͻ ڳ ִ  Ŀ ̴ 
 Ŀؿִ ڰ  ʴ   Ž  Ʒ
USE_CURSOR_ALWAYS Ͻʽÿ. ׷ Ŀ ̴ κ ڴ
fg => ȭ 
bg => Ŀ ׻ ִ  Ÿϴ.
*/
/*
#define USE_CURSORGC_ALWAYS
*/

/* pixmap support stuff */
/* not yet supported */
#undef USE_IMLIB
#undef PIXMAP_SUPPORT
#undef IMLIB_SCALING
#undef PIXMAP_BUFFERING

#if !defined(HANGUL) && defined(LINE_DRAW)
#error line-drawing mode requires hangul support
#endif
#if USE_OK_BCOPY
#define memmove(d,s,n) bcopy(s,d,n)
#endif

#if !HAVE_STRERROR
#define strerror(n) my_strerror(n)
extern char *my_strerror();
#endif

#if !HAVE_TERMCAP_H && !defined(NO_TERMCAP_H)
#define NO_TERMCAP_H
#endif

#define UTF8