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 99 100 101 102 103 104 105 106 107 108
|
/* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.in by autoheader. */
/* This system provides (n)curses.h */
#define CURSES_HDR <ncurses.h>
/* Define to 1 if you have the `acosh' function. */
/* #undef HAVE_ACOSH */
/* Define to 1 if you have the `asinh' function. */
/* #undef HAVE_ASINH */
/* Define to 1 if you have the `atanh' function. */
/* #undef HAVE_ATANH */
/* Define to 1 if you have the <curses.h> header file. */
/* #undef HAVE_CURSES_H */
/* Define to 1 if you have the <inttypes.h> header file. */
/* #undef HAVE_INTTYPES_H */
/* Define to 1 if you have the <lzo1x.h> header file. */
/* #undef HAVE_LZO1X_H */
/* Define to 1 if you have the <lzo/lzo1x.h> header file. */
#define HAVE_LZO_LZO1X_H 1
/* Define to 1 if you have the <memory.h> header file. */
/* #undef HAVE_MEMORY_H */
/* Define to 1 if you have the <ncurses.h> header file. */
#define HAVE_NCURSES_H 1
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
/* Define to 1 if you have the <strings.h> header file. */
/* #undef HAVE_STRINGS_H */
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Define to 1 if you have the <sys/stat.h> header file. */
/* #undef HAVE_SYS_STAT_H */
/* Define to 1 if you have the <sys/types.h> header file. */
/* #undef HAVE_SYS_TYPES_H */
/* This system has Xlib support and we shall use it */
#define HAVE_TEXTMODE_X11 1
/* Define to 1 if you have the <unistd.h> header file. */
/* #undef HAVE_UNISTD_H */
/* Name of package */
#define PACKAGE "ht"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "https://sourceforge.net/tracker/?group_id=1066"
/* Define to the full name of this package. */
#define PACKAGE_NAME "ht"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "ht 2.0.20"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "ht"
/* Define to the home page for this package. */
#define PACKAGE_URL ""
/* Define to the version of this package. */
#define PACKAGE_VERSION "2.0.20"
/* The size of `char', as computed by sizeof. */
#define SIZEOF_CHAR 1
/* The size of `int', as computed by sizeof. */
#define SIZEOF_INT 4
/* The size of `long int', as computed by sizeof. */
#define SIZEOF_LONG_INT 8
/* The size of `short', as computed by sizeof. */
#define SIZEOF_SHORT 2
/* Define to 1 if you have the ANSI C header files. */
/* #undef STDC_HEADERS */
/* Location of io/$IO_DIR/types.h */
#define SYSTEM_OSAPI_SPECIFIC_TYPES_HDR "io/posix/types.h"
/* whether to use the included minilzo */
/* #undef USE_MINILZO */
/* Version number of package */
#define VERSION "2.0.20"
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
`char[]'. */
#define YYTEXT_POINTER 1
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
|