File: config.h

package info (click to toggle)
tclreadline 2.1.0-10
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 804 kB
  • ctags: 319
  • sloc: sh: 7,567; tcl: 5,948; ansic: 712; makefile: 118
file content (30 lines) | stat: -rw-r--r-- 830 bytes parent folder | download | duplicates (5)
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
/* config.h.  Generated automatically by configure.  */
/* 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.  */
#define STDC_HEADERS 1

/* Define if you have the <string.h> header file.  */
#define HAVE_STRING_H 1

/* Define if you have the readline library (-lreadline).  */
#define HAVE_LIBREADLINE 1

/* Name of package */
#define PACKAGE "tclreadline"

/* Version number of package */
#define VERSION "2.1.0"

/*  Define if we have libreadline.  */
/* #undef READLINE_LIBRARY */

/*  Define if _rl_executing_macro is resolved in libreadline.  */
#define EXECUTING_MACRO_HACK 1

/*  Define if rl_cleanup_after_signal is resolved in libreadline.  */
#define CLEANUP_AFER_SIGNAL 1