Deleted Added
full compact
ncurses_cfg.h (76731) ncurses_cfg.h (97053)
1/* include/ncurses_cfg.h. Generated automatically by configure. */
2/****************************************************************************
3 * Copyright (c) 1998 Free Software Foundation, Inc. *
4 * *
5 * Permission is hereby granted, free of charge, to any person obtaining a *
6 * copy of this software and associated documentation files (the *
7 * "Software"), to deal in the Software without restriction, including *
8 * without limitation the rights to use, copy, modify, merge, publish, *

--- 30 unchanged lines hidden (view full) ---

39 * definitions that it finds using 'sed'. You need a patch (original date
40 * 971222) to autoconf 2.12 or 2.13 to do this.
41 *
42 * See:
43 * http://dickey.his.com/autoconf/
44 * ftp://dickey.his.com/autoconf/
45 */
46
1/* include/ncurses_cfg.h. Generated automatically by configure. */
2/****************************************************************************
3 * Copyright (c) 1998 Free Software Foundation, Inc. *
4 * *
5 * Permission is hereby granted, free of charge, to any person obtaining a *
6 * copy of this software and associated documentation files (the *
7 * "Software"), to deal in the Software without restriction, including *
8 * without limitation the rights to use, copy, modify, merge, publish, *

--- 30 unchanged lines hidden (view full) ---

39 * definitions that it finds using 'sed'. You need a patch (original date
40 * 971222) to autoconf 2.12 or 2.13 to do this.
41 *
42 * See:
43 * http://dickey.his.com/autoconf/
44 * ftp://dickey.his.com/autoconf/
45 */
46
47/* $FreeBSD: head/lib/ncurses/ncurses/ncurses_cfg.h 76731 2001-05-17 08:30:09Z peter $ */
47/* $FreeBSD: head/lib/ncurses/ncurses/ncurses_cfg.h 97053 2002-05-21 05:40:28Z peter $ */
48
49#ifndef NC_CONFIG_H
50#define NC_CONFIG_H
51
52#define BSD_TPUTS 1
53#define CC_HAS_INLINE_FUNCS 1
54#define CC_HAS_PROTOS 1
55#define GCC_NORETURN __dead2

--- 69 unchanged lines hidden (view full) ---

125#define NCURSES_NO_PADDING 1
126#define NCURSES_PATHSEP ':'
127#define NDEBUG 1
128#define RETSIGTYPE void
129#define STDC_HEADERS 1
130#define SYSTEM_NAME "FreeBSD"
131#define TERMINFO "/usr/share/misc/terminfo"
132#define TERMINFO_DIRS "/usr/share/misc/terminfo"
48
49#ifndef NC_CONFIG_H
50#define NC_CONFIG_H
51
52#define BSD_TPUTS 1
53#define CC_HAS_INLINE_FUNCS 1
54#define CC_HAS_PROTOS 1
55#define GCC_NORETURN __dead2

--- 69 unchanged lines hidden (view full) ---

125#define NCURSES_NO_PADDING 1
126#define NCURSES_PATHSEP ':'
127#define NDEBUG 1
128#define RETSIGTYPE void
129#define STDC_HEADERS 1
130#define SYSTEM_NAME "FreeBSD"
131#define TERMINFO "/usr/share/misc/terminfo"
132#define TERMINFO_DIRS "/usr/share/misc/terminfo"
133#define TIME_WITH_SYS_TIME 1
133#define TYPEOF_CHTYPE long
134#define USE_ASSUMED_COLOR 1
135#define USE_COLORFGBG 1
136#define USE_DATABASE 1
137#define USE_GETCAP 1
138#define USE_HASHMAP 1
139#define USE_SIGWINCH 1
140

--- 14 unchanged lines hidden ---
134#define TYPEOF_CHTYPE long
135#define USE_ASSUMED_COLOR 1
136#define USE_COLORFGBG 1
137#define USE_DATABASE 1
138#define USE_GETCAP 1
139#define USE_HASHMAP 1
140#define USE_SIGWINCH 1
141

--- 14 unchanged lines hidden ---