File: tclreadline.h.in

package info (click to toggle)
tclreadline 1.2.0-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 464 kB
  • ctags: 313
  • sloc: tcl: 5,956; sh: 1,544; ansic: 694; makefile: 203
file content (27 lines) | stat: -rw-r--r-- 874 bytes parent folder | download | duplicates (3)
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

 /* ==================================================================
   
    FILE: "/home/joze/src/tclreadline/tclreadline.h.in"
    LAST MODIFICATION: "Sat, 25 Mar 2000 20:48:54 +0100 (joze)"
    (C) 1998 - 2000 by Johannes Zellner, <johannes@zellner.org>
    $Id: tclreadline.h.in,v 2.3 2000/03/25 20:59:12 joze Exp $
    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.

    ================================================================== */  

static char *TCLRL_VERSION = "@TCLREADLINE_VERSION@";

static char *TCLRL_LIBRARY = "@TCLREADLINE_LIBRARY@";

/**
 * NOTE, that PATCHLEVEL is the complete version string.
 */
static char *TCLRL_PATCHLEVEL = "@TCLREADLINE_PATCHLEVEL_STR@";