Deleted Added
full compact
MKncurses_def.sh (66963) MKncurses_def.sh (166124)
1#! /bin/sh
1#! /bin/sh
2# $Id: MKncurses_def.sh,v 1.1 2000/09/02 17:37:35 tom Exp $
2# $Id: MKncurses_def.sh,v 1.2 2003/10/25 16:19:46 tom Exp $
3##############################################################################
4# Copyright (c) 2000 Free Software Foundation, Inc. #
5# #
6# Permission is hereby granted, free of charge, to any person obtaining a #
7# copy of this software and associated documentation files (the "Software"), #
8# to deal in the Software without restriction, including without limitation #
9# the rights to use, copy, modify, merge, publish, distribute, distribute #
10# with modifications, sublicense, and/or sell copies of the Software, and to #

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

25# Except as contained in this notice, the name(s) of the above copyright #
26# holders shall not be used in advertising or otherwise to promote the sale, #
27# use or other dealings in this Software without prior written #
28# authorization. #
29##############################################################################
30#
31# MKncurses_def.sh -- generate fallback definitions for ncurses_cfg.h
32#
3##############################################################################
4# Copyright (c) 2000 Free Software Foundation, Inc. #
5# #
6# Permission is hereby granted, free of charge, to any person obtaining a #
7# copy of this software and associated documentation files (the "Software"), #
8# to deal in the Software without restriction, including without limitation #
9# the rights to use, copy, modify, merge, publish, distribute, distribute #
10# with modifications, sublicense, and/or sell copies of the Software, and to #

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

25# Except as contained in this notice, the name(s) of the above copyright #
26# holders shall not be used in advertising or otherwise to promote the sale, #
27# use or other dealings in this Software without prior written #
28# authorization. #
29##############################################################################
30#
31# MKncurses_def.sh -- generate fallback definitions for ncurses_cfg.h
32#
33# Author: Thomas E. Dickey <dickey@herndon4.his.com> 2000
33# Author: Thomas E. Dickey 2000
34#
35# Given the choice between constructs such as
36#
37# #if defined(foo) && foo
38# #if foo
39#
40# we chose the latter. It is guaranteed by the language standard, and there
41# appear to be no broken compilers that do not honor that detail. But some

--- 39 unchanged lines hidden ---
34#
35# Given the choice between constructs such as
36#
37# #if defined(foo) && foo
38# #if foo
39#
40# we chose the latter. It is guaranteed by the language standard, and there
41# appear to be no broken compilers that do not honor that detail. But some

--- 39 unchanged lines hidden ---