From ceb3507a8fca872770b3dcd7e5c5b36179ab95b0 Mon Sep 17 00:00:00 2001 From: Manoj Srivastava Date: Fri, 30 May 2008 12:42:47 -0700 Subject: Import dist_3.5-236.orig.tar.gz [dgit import orig dist_3.5-236.orig.tar.gz] --- mcon/U/i_systimeb.U | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 mcon/U/i_systimeb.U (limited to 'mcon/U/i_systimeb.U') diff --git a/mcon/U/i_systimeb.U b/mcon/U/i_systimeb.U new file mode 100644 index 0000000..38f7853 --- /dev/null +++ b/mcon/U/i_systimeb.U @@ -0,0 +1,55 @@ +?RCS: $Id$ +?RCS: +?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi +?RCS: +?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 License; a copy of which may be found at the root +?RCS: of the source tree for dist 4.0. +?RCS: +?RCS: $Log: i_systimeb.U,v $ +?RCS: Revision 3.0 1993/08/18 12:08:37 ram +?RCS: Baseline for dist 3.0 netwide release. +?RCS: +?X: +?X: This unit looks wether should be included +?X: or not when using ftime() (for struct timeb definition). +?X: +?X: Force looking for for struct timeb. +?X:INC: i_systime +?MAKE:i_systimeb: test contains Loc Setvar Findhdr +?MAKE: -pick add $@ %< +?S:i_systimeb: +?S: This variable conditionally defines I_SYS_TIMEB, which indicates +?S: to the C program that it should include . +?S:. +?C:I_SYS_TIMEB (I_SYSTIMEB): +?C: This symbol, if defined, indicates to the C program that it should +?C: include , in order to define struct timeb (some systems +?C: define this in ). This is useful when using ftime(). +?C: You should include if I_SYS_TIMEB is not defined, +?C: nor is I_SYS_TIME. +?C:. +?H:#$i_systimeb I_SYS_TIMEB /**/ +?H:. +?T:xxx +?LINT:set i_systimeb +: see where struct timeb is defined +echo " " +xxx=`./findhdr sys/timeb.h` +if $test "$xxx"; then + if $contains 'struct timeb' $xxx >/dev/null 2>&1; then + val="$define" + echo "You have struct timeb defined in ." >&4 + else + val="$undef" + echo "Assuming struct timeb is defined in ." >&4 + fi +else + val="$undef" +echo "No -- Assuming struct timeb is defined in ." >&4 +fi +set i_systimeb +eval $setvar + -- cgit v1.2.3 From ad837af33e152566dc47d6805cb0a84ce1329ed5 Mon Sep 17 00:00:00 2001 From: Boyuan Yang Date: Sun, 23 Feb 2020 14:37:44 -0800 Subject: dist (1:3.5-236-0.2) unstable; urgency=medium * Non-maintainer upload. * debian/dist.postinst: Fix wrong direction form. (Closes: #908187) * debian/rules: Explicitly provide tool path to avoid usrmerge differences and make package reproducible. (Closes: #915910) * debian/rules: Avoid manually setting DEB_HOST_MULTIARCH, use /usr/share/dpkg/architecture.mk instead. (lintian warning) [dgit import package dist 1:3.5-236-0.2] --- mcon/U/i_systimeb.U | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcon/U/i_systimeb.U') diff --git a/mcon/U/i_systimeb.U b/mcon/U/i_systimeb.U index 38f7853..132718d 100644 --- a/mcon/U/i_systimeb.U +++ b/mcon/U/i_systimeb.U @@ -13,7 +13,7 @@ ?RCS: Baseline for dist 3.0 netwide release. ?RCS: ?X: -?X: This unit looks wether should be included +?X: This unit looks whether should be included ?X: or not when using ftime() (for struct timeb definition). ?X: ?X: Force looking for for struct timeb. -- cgit v1.2.3