From e1369f5a1a89361f23f54c61a9f3b4384db35c6d Mon Sep 17 00:00:00 2001 From: rmanfredi Date: Sat, 27 Nov 2010 20:54:48 +0000 Subject: Added the generic units from gtk-gnutella. Made Trylink verbose to tell them what is tested and what the outcome is. git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@40 2592e710-e01b-42a5-8df0-11608a6cc53d --- mcon/U/i_netdb.U | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 mcon/U/i_netdb.U (limited to 'mcon/U/i_netdb.U') diff --git a/mcon/U/i_netdb.U b/mcon/U/i_netdb.U new file mode 100644 index 0000000..fd29021 --- /dev/null +++ b/mcon/U/i_netdb.U @@ -0,0 +1,27 @@ +?RCS: $Id$ +?RCS: +?RCS: Copyright (c) 2006, Christian Biere +?RCS: +?RCS: You may redistribute only under the terms of the Artistic Licence, +?RCS: as specified in the README file that comes with the distribution. +?RCS: You may reuse parts of this distribution only within the terms of +?RCS: that same Artistic Licence; a copy of which may be found at the root +?RCS: of the source tree for dist 4.0. +?RCS: +?MAKE:i_netdb: Inhdr +?MAKE: -pick add $@ %< +?S:i_netdb: +?S: This variable conditionally defines the I_NETDB symbol, and indicates +?S: whether a C program should include . +?S:. +?C:I_NETDB: +?C: This symbol, if defined, indicates to the C program that it should +?C: include . +?C:. +?H:#$i_netdb I_NETDB /**/ +?H:. +?LINT:set i_netdb +: see if this is a netdb.h system +set netdb.h i_netdb +eval $inhdr + -- cgit v1.2.3 From a48d4a094464be38b11b832a31394b240e88ea83 Mon Sep 17 00:00:00 2001 From: rmanfredi Date: Wed, 8 May 2013 17:58:00 +0000 Subject: Fixed spelling: Licence -> License. git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@167 2592e710-e01b-42a5-8df0-11608a6cc53d --- mcon/U/i_netdb.U | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mcon/U/i_netdb.U') diff --git a/mcon/U/i_netdb.U b/mcon/U/i_netdb.U index fd29021..a4ec000 100644 --- a/mcon/U/i_netdb.U +++ b/mcon/U/i_netdb.U @@ -2,10 +2,10 @@ ?RCS: ?RCS: Copyright (c) 2006, Christian Biere ?RCS: -?RCS: You may redistribute only under the terms of the Artistic Licence, +?RCS: You may redistribute only under the terms of the Artistic License, ?RCS: as specified in the README file that comes with the distribution. ?RCS: You may reuse parts of this distribution only within the terms of -?RCS: that same Artistic Licence; a copy of which may be found at the root +?RCS: that same Artistic License; a copy of which may be found at the root ?RCS: of the source tree for dist 4.0. ?RCS: ?MAKE:i_netdb: Inhdr -- cgit v1.2.3