1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
/* ==================================================================
FILE: "/home/joze/src/tclreadline/config.h.in"
LAST MODIFICATION: "Sat, 25 Mar 2000 20:46:56 +0100 (joze)"
(C) 1998 - 2000 by Johannes Zellner, <johannes@zellner.org>
$Id$
vim:set ft=c:
---
tclreadline -- gnu readline for tcl
http://www.zellner.org/tclreadline/
Copyright (c) 1998 - 2000, Johannes Zellner <johannes@zellner.org>
This software is copyright under the BSD license.
================================================================== */
#undef EXECUTING_MACRO_HACK
#undef CLEANUP_AFER_SIGNAL
#undef READLINE_LIBRARY
|
>
<
>
>
|
<
<
|
|
|
<
>
>
|
<
|
>
|
<
>
>
>
>
>
>
<
|
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
|
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define to empty if the keyword does not work. */
#undef const
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define if you have the readline library (-lreadline). */
#undef HAVE_LIBREADLINE
/* Name of package */
#undef PACKAGE
/* Version number of package */
#undef VERSION
/* Define if we have libreadline. */
#undef READLINE_LIBRARY
/* Define if _rl_executing_macro is resolved in libreadline. */
#undef EXECUTING_MACRO_HACK
/* Define if rl_cleanup_after_signal is resolved in libreadline. */
#undef CLEANUP_AFER_SIGNAL
|