home *** CD-ROM | disk | FTP | other *** search
- From: ram@acri.fr (Raphael Manfredi)
- Newsgroups: comp.sources.misc
- Subject: v44i048: dist-3.0 - Configure script generator and related tools, Patch34
- Date: 5 Sep 1994 11:34:49 -0500
- Organization: Advanced Computer Research Institute, Lyon, France
- Sender: kent@sparky.sterling.com
- Approved: kent@sparky.sterling.com
- Message-ID: <34fhb9$26m@sparky.sterling.com>
- X-Md4-Signature: e6b9113135343a26b1e72ed9be54e684
-
- Submitted-by: ram@acri.fr (Raphael Manfredi)
- Posting-number: Volume 44, Issue 48
- Archive-name: dist-3.0/patch34
- Environment: UNIX, Perl, RCS
- Patch-To: dist-3.0: Volume 39, Issue 5-32
-
- [The latest patch for dist version 3.0 is #35.]
-
- System: dist version 3.0
- Patch #: 34
- Priority: LOW
- Subject: patch #32, continued
- Date: Mon Aug 29 18:47:39 MET DST 1994
- From: Raphael Manfredi <ram@acri.fr>
-
- Description:
- See patch #32.
-
-
- Fix: From rn, say "| patch -p -N -d DIR", where DIR is your dist source
- directory. Outside of rn, say "cd DIR; patch -p -N <thisarticle".
- If you don't have the patch program, apply the following by hand,
- or get patch (version 2.0, latest patchlevel).
-
- After patching:
- *** DO NOTHING--INSTALL ALL PATCHES UP THROUGH #35 FIRST ***
-
- If patch indicates that patchlevel is the wrong version, you may need
- to apply one or more previous patches, or the patch may already
- have been applied. See the patchlevel.h file to find out what has or
- has not been applied. In any event, don't continue with the patch.
-
- If you are missing previous patches they can be obtained from me:
-
- Raphael Manfredi <ram@acri.fr>
-
- If you send a mail message of the following form it will greatly speed
- processing:
-
- Subject: Command
- @SH mailpatch PATH dist 3.0 LIST
- ^ note the c
-
- where PATH is a return path FROM ME TO YOU either in Internet notation,
- or in bang notation from some well-known host, and LIST is the number
- of one or more patches you need, separated by spaces, commas, and/or
- hyphens. Saying 35- says everything from 35 to the end.
-
- To get some more detailed instructions, send me the following mail:
-
- Subject: Command
- @SH mailhelp PATH
-
-
- Index: patchlevel.h
- Prereq: 33
- 4c4
- < #define PATCHLEVEL 33
- ---
- > #define PATCHLEVEL 34
-
- Index: mcon/U/d_tcstpgrp.U
- *** mcon/U/d_tcstpgrp.U.old Mon Aug 29 18:35:06 1994
- --- mcon/U/d_tcstpgrp.U Mon Aug 29 18:35:06 1994
- ***************
- *** 0 ****
- --- 1,34 ----
- + ?RCS: $Id: d_tcstpgrp.U,v 3.0.1.1 1994/08/29 16:12:11 ram Exp $
- + ?RCS:
- + ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- + ?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 3.0.
- + ?RCS:
- + ?RCS: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
- + ?RCS:
- + ?RCS: $Log: d_tcstpgrp.U,v $
- + ?RCS: Revision 3.0.1.1 1994/08/29 16:12:11 ram
- + ?RCS: patch32: created by ADO
- + ?RCS:
- + ?MAKE:d_tcsetpgrp: Inlibc
- + ?MAKE: -pick add $@ %<
- + ?S:d_tcsetpgrp:
- + ?S: This variable conditionally defines the HAS_TCSETPGRP symbol, which
- + ?S: indicates to the C program that the tcsetpgrp() routine is available
- + ?S: to set foreground process group ID.
- + ?S:.
- + ?C:HAS_TCSETPGRP :
- + ?C: This symbol, if defined, indicates that the tcsetpgrp routine is
- + ?C: available to set foreground process group ID.
- + ?C:.
- + ?H:#$d_tcsetpgrp HAS_TCSETPGRP /**/
- + ?H:.
- + ?LINT:set d_tcsetpgrp
- + : see if tcsetpgrp exists
- + set tcsetpgrp d_tcsetpgrp
- + eval $inlibc
- +
-
- Index: mcon/U/i_sysdir.U
- Prereq: 3.0
- *** mcon/U/i_sysdir.U.old Mon Aug 29 18:35:16 1994
- --- mcon/U/i_sysdir.U Mon Aug 29 18:35:16 1994
- ***************
- *** 1,4 ****
- ! ?RCS: $Id: i_sysdir.U,v 3.0 1993/08/18 12:08:30 ram Exp $
- ?RCS:
- ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- ?RCS:
- --- 1,4 ----
- ! ?RCS: $Id: i_sysdir.U,v 3.0.1.1 1994/08/29 16:22:30 ram Exp $
- ?RCS:
- ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- ?RCS:
- ***************
- *** 9,21 ****
- ?RCS: of the source tree for dist 3.0.
- ?RCS:
- ?RCS: $Log: i_sysdir.U,v $
- ?RCS: Revision 3.0 1993/08/18 12:08:30 ram
- ?RCS: Baseline for dist 3.0 netwide release.
- ?RCS:
- ?MAKE:i_sysdir: Inhdr
- ?MAKE: -pick add $@ %<
- ?S:i_sysdir:
- ! ?S: This variable conditionally defines the I_SYSDIR symbol, and indicates
- ?S: whether a C program should include <sys/dir.h>.
- ?S:.
- ?C:I_SYS_DIR (I_SYSDIR):
- --- 9,24 ----
- ?RCS: of the source tree for dist 3.0.
- ?RCS:
- ?RCS: $Log: i_sysdir.U,v $
- + ?RCS: Revision 3.0.1.1 1994/08/29 16:22:30 ram
- + ?RCS: patch32: fixed typo in I_SYS_DIR symbol name
- + ?RCS:
- ?RCS: Revision 3.0 1993/08/18 12:08:30 ram
- ?RCS: Baseline for dist 3.0 netwide release.
- ?RCS:
- ?MAKE:i_sysdir: Inhdr
- ?MAKE: -pick add $@ %<
- ?S:i_sysdir:
- ! ?S: This variable conditionally defines the I_SYS_DIR symbol, and indicates
- ?S: whether a C program should include <sys/dir.h>.
- ?S:.
- ?C:I_SYS_DIR (I_SYSDIR):
-
- Index: mcon/U/d_readlink.U
- *** mcon/U/d_readlink.U.old Mon Aug 29 18:35:02 1994
- --- mcon/U/d_readlink.U Mon Aug 29 18:35:02 1994
- ***************
- *** 0 ****
- --- 1,34 ----
- + ?RCS: $Id: d_readlink.U,v 3.0.1.1 1994/08/29 16:11:52 ram Exp $
- + ?RCS:
- + ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- + ?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 3.0.
- + ?RCS:
- + ?RCS: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
- + ?RCS:
- + ?RCS: $Log: d_readlink.U,v $
- + ?RCS: Revision 3.0.1.1 1994/08/29 16:11:52 ram
- + ?RCS: patch32: created by ADO
- + ?RCS:
- + ?MAKE:d_readlink: Inlibc
- + ?MAKE: -pick add $@ %<
- + ?S:d_readlink:
- + ?S: This variable conditionally defines the HAS_READLINK symbol, which
- + ?S: indicates to the C program that the readlink() routine is available
- + ?S: to read the value of a symbolic link.
- + ?S:.
- + ?C:HAS_READLINK :
- + ?C: This symbol, if defined, indicates that the readlink routine is
- + ?C: available to read the value of a symbolic link.
- + ?C:.
- + ?H:#$d_readlink HAS_READLINK /**/
- + ?H:.
- + ?LINT:set d_readlink
- + : see if readlink exists
- + set readlink d_readlink
- + eval $inlibc
- +
-
- Index: mcon/U/d_wctomb.U
- *** mcon/U/d_wctomb.U.old Mon Aug 29 18:35:10 1994
- --- mcon/U/d_wctomb.U Mon Aug 29 18:35:10 1994
- ***************
- *** 0 ****
- --- 1,34 ----
- + ?RCS: $Id: d_wctomb.U,v 3.0.1.1 1994/08/29 16:20:43 ram Exp $
- + ?RCS:
- + ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- + ?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 3.0.
- + ?RCS:
- + ?RCS: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
- + ?RCS:
- + ?RCS: $Log: d_wctomb.U,v $
- + ?RCS: Revision 3.0.1.1 1994/08/29 16:20:43 ram
- + ?RCS: patch32: created by ADO
- + ?RCS:
- + ?MAKE:d_wctomb: Inlibc
- + ?MAKE: -pick add $@ %<
- + ?S:d_wctomb:
- + ?S: This variable conditionally defines the HAS_WCTOMB symbol, which
- + ?S: indicates to the C program that the wctomb() routine is available
- + ?S: to convert a wide character to a multibyte.
- + ?S:.
- + ?C:HAS_WCTOMB (WCTOMB):
- + ?C: This symbol, if defined, indicates that the wctomb routine is available
- + ?C: to covert a wide character to a multibyte.
- + ?C:.
- + ?H:#$d_wctomb HAS_WCTOMB /**/
- + ?H:.
- + ?LINT:set d_wctomb
- + : see if wctomb exists
- + set wctomb d_wctomb
- + eval $inlibc
- +
-
- Index: mcon/U/d_mblen.U
- *** mcon/U/d_mblen.U.old Mon Aug 29 18:34:55 1994
- --- mcon/U/d_mblen.U Mon Aug 29 18:34:55 1994
- ***************
- *** 0 ****
- --- 1,34 ----
- + ?RCS: $Id: d_mblen.U,v 3.0.1.1 1994/08/29 16:09:40 ram Exp $
- + ?RCS:
- + ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- + ?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 3.0.
- + ?RCS:
- + ?RCS: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
- + ?RCS:
- + ?RCS: $Log: d_mblen.U,v $
- + ?RCS: Revision 3.0.1.1 1994/08/29 16:09:40 ram
- + ?RCS: patch32: created by ADO
- + ?RCS:
- + ?MAKE:d_mblen: Inlibc
- + ?MAKE: -pick add $@ %<
- + ?S:d_mblen:
- + ?S: This variable conditionally defines the HAS_MBLEN symbol, which
- + ?S: indicates to the C program that the mblen() routine is available
- + ?S: to find the number of bytes in a multibye character.
- + ?S:.
- + ?C:HAS_MBLEN:
- + ?C: This symbol, if defined, indicates that the mblen routine is available
- + ?C: to find the number of bytes in a multibye character.
- + ?C:.
- + ?H:#$d_mblen HAS_MBLEN /**/
- + ?H:.
- + ?LINT:set d_mblen
- + : see if mblen exists
- + set mblen d_mblen
- + eval $inlibc
- +
-
- Index: mcon/U/d_umask.U
- *** mcon/U/d_umask.U.old Mon Aug 29 18:35:08 1994
- --- mcon/U/d_umask.U Mon Aug 29 18:35:08 1994
- ***************
- *** 0 ****
- --- 1,34 ----
- + ?RCS: $Id: d_umask.U,v 3.0.1.1 1994/08/29 16:14:50 ram Exp $
- + ?RCS:
- + ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- + ?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 3.0.
- + ?RCS:
- + ?RCS: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
- + ?RCS:
- + ?RCS: $Log: d_umask.U,v $
- + ?RCS: Revision 3.0.1.1 1994/08/29 16:14:50 ram
- + ?RCS: patch32: created by ADO
- + ?RCS:
- + ?MAKE:d_umask: Inlibc
- + ?MAKE: -pick add $@ %<
- + ?S:d_umask:
- + ?S: This variable conditionally defines the HAS_UMASK symbol, which
- + ?S: indicates to the C program that the umask() routine is available.
- + ?S: to set and get the value of the file creation mask.
- + ?S:.
- + ?C:HAS_UMASK :
- + ?C: This symbol, if defined, indicates that the umask routine is
- + ?C: available to set and get the value of the file creation mask.
- + ?C:.
- + ?H:#$d_umask HAS_UMASK /**/
- + ?H:.
- + ?LINT:set d_umask
- + : see if umask exists
- + set umask d_umask
- + eval $inlibc
- +
-
- Index: mcon/U/d_pause.U
- *** mcon/U/d_pause.U.old Mon Aug 29 18:34:58 1994
- --- mcon/U/d_pause.U Mon Aug 29 18:34:59 1994
- ***************
- *** 0 ****
- --- 1,34 ----
- + ?RCS: $Id: d_pause.U,v 3.0.1.1 1994/08/29 16:09:54 ram Exp $
- + ?RCS:
- + ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- + ?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 3.0.
- + ?RCS:
- + ?RCS: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
- + ?RCS:
- + ?RCS: $Log: d_pause.U,v $
- + ?RCS: Revision 3.0.1.1 1994/08/29 16:09:54 ram
- + ?RCS: patch32: created by ADO
- + ?RCS:
- + ?MAKE:d_pause: Inlibc
- + ?MAKE: -pick add $@ %<
- + ?S:d_pause:
- + ?S: This variable conditionally defines the HAS_PAUSE symbol, which
- + ?S: indicates to the C program that the pause() routine is available
- + ?S: to suspend a process until a signal is received.
- + ?S:.
- + ?C:HAS_PAUSE :
- + ?C: This symbol, if defined, indicates that the pause routine is
- + ?C: available to suspend a process until a signal is received.
- + ?C:.
- + ?H:#$d_pause HAS_PAUSE /**/
- + ?H:.
- + ?LINT:set d_pause
- + : see if pause exists
- + set pause d_pause
- + eval $inlibc
- +
-
- Index: mcon/U/d_getlogin.U
- *** mcon/U/d_getlogin.U.old Mon Aug 29 18:34:49 1994
- --- mcon/U/d_getlogin.U Mon Aug 29 18:34:50 1994
- ***************
- *** 0 ****
- --- 1,34 ----
- + ?RCS: $Id: d_getlogin.U,v 3.0.1.1 1994/08/29 16:07:41 ram Exp $
- + ?RCS:
- + ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- + ?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 3.0.
- + ?RCS:
- + ?RCS: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
- + ?RCS:
- + ?RCS: $Log: d_getlogin.U,v $
- + ?RCS: Revision 3.0.1.1 1994/08/29 16:07:41 ram
- + ?RCS: patch32: created by ADO
- + ?RCS:
- + ?MAKE:d_getlogin: Inlibc
- + ?MAKE: -pick add $@ %<
- + ?S:d_getlogin:
- + ?S: This variable conditionally defines the HAS_GETLOGIN symbol, which
- + ?S: indicates to the C program that the getlogin() routine is available
- + ?S: to get the login name.
- + ?S:.
- + ?C:HAS_GETLOGIN :
- + ?C: This symbol, if defined, indicates that the getlogin routine is
- + ?C: available to get the login name.
- + ?C:.
- + ?H:#$d_getlogin HAS_GETLOGIN /**/
- + ?H:.
- + ?LINT:set d_getlogin
- + : see if getlogin exists
- + set getlogin d_getlogin
- + eval $inlibc
- +
-
- Index: mcon/U/d_cuserid.U
- *** mcon/U/d_cuserid.U.old Mon Aug 29 18:34:45 1994
- --- mcon/U/d_cuserid.U Mon Aug 29 18:34:46 1994
- ***************
- *** 0 ****
- --- 1,34 ----
- + ?RCS: $Id: d_cuserid.U,v 3.0.1.1 1994/08/29 16:07:25 ram Exp $
- + ?RCS:
- + ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- + ?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 3.0.
- + ?RCS:
- + ?RCS: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
- + ?RCS:
- + ?RCS: $Log: d_cuserid.U,v $
- + ?RCS: Revision 3.0.1.1 1994/08/29 16:07:25 ram
- + ?RCS: patch32: created by ADO
- + ?RCS:
- + ?MAKE:d_cuserid: Inlibc
- + ?MAKE: -pick add $@ %<
- + ?S:d_cuserid:
- + ?S: This variable conditionally defines the HAS_CUSERID symbol, which
- + ?S: indicates to the C program that the cuserid() routine is available
- + ?S: to get character login names.
- + ?S:.
- + ?C:HAS_CUSERID :
- + ?C: This symbol, if defined, indicates that the cuserid routine is
- + ?C: available to get character login names.
- + ?C:.
- + ?H:#$d_cuserid HAS_CUSERID /**/
- + ?H:.
- + ?LINT:set d_cuserid
- + : see if cuserid exists
- + set cuserid d_cuserid
- + eval $inlibc
- +
-
- Index: mcon/U/d_getppid.U
- *** mcon/U/d_getppid.U.old Mon Aug 29 18:34:51 1994
- --- mcon/U/d_getppid.U Mon Aug 29 18:34:51 1994
- ***************
- *** 0 ****
- --- 1,34 ----
- + ?RCS: $Id: d_getppid.U,v 3.0.1.1 1994/08/29 16:07:45 ram Exp $
- + ?RCS:
- + ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- + ?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 3.0.
- + ?RCS:
- + ?RCS: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
- + ?RCS:
- + ?RCS: $Log: d_getppid.U,v $
- + ?RCS: Revision 3.0.1.1 1994/08/29 16:07:45 ram
- + ?RCS: patch32: created by ADO
- + ?RCS:
- + ?MAKE:d_getppid: Inlibc
- + ?MAKE: -pick add $@ %<
- + ?S:d_getppid:
- + ?S: This variable conditionally defines the HAS_GETPPID symbol, which
- + ?S: indicates to the C program that the getppid() routine is available
- + ?S: to get the parent process ID.
- + ?S:.
- + ?C:HAS_GETPPID :
- + ?C: This symbol, if defined, indicates that the getppid routine is
- + ?C: available to get the parent process ID.
- + ?C:.
- + ?H:#$d_getppid HAS_GETPPID /**/
- + ?H:.
- + ?LINT:set d_getppid
- + : see if getppid exists
- + set getppid d_getppid
- + eval $inlibc
- +
-
- Index: mcon/U/nametype.U
- Prereq: 3.0.1.1
- *** mcon/U/nametype.U.old Mon Aug 29 18:37:56 1994
- --- mcon/U/nametype.U Mon Aug 29 18:37:56 1994
- ***************
- *** 1,4 ****
- ! ?RCS: $Id: nametype.U,v 3.0.1.1 1993/09/13 16:10:09 ram Exp $
- ?RCS:
- ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- ?RCS:
- --- 1,4 ----
- ! ?RCS: $Id: nametype.U,v 3.0.1.2 1994/08/29 16:36:48 ram Exp $
- ?RCS:
- ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- ?RCS:
- ***************
- *** 9,14 ****
- --- 9,17 ----
- ?RCS: of the source tree for dist 3.0.
- ?RCS:
- ?RCS: $Log: nametype.U,v $
- + ?RCS: Revision 3.0.1.2 1994/08/29 16:36:48 ram
- + ?RCS: patch32: fixed typo: /etc/password -> /etc/passwd (WED)
- + ?RCS:
- ?RCS: Revision 3.0.1.1 1993/09/13 16:10:09 ram
- ?RCS: patch10: made questions more explicit for 'Configure -s' prompting (WAD)
- ?RCS:
- ***************
- *** 79,85 ****
- guest:**paswword**:10:100:Mister Guest User:/usr/users:/bin/sh
- ^^^^^^^^^^^^^^^^^
- EOM
- ! rp="Berkeley/V7 format for full name in /etc/password?"
- . ./myread
- case "$ans" in
- y*) d_passnames="$define"
- --- 82,88 ----
- guest:**paswword**:10:100:Mister Guest User:/usr/users:/bin/sh
- ^^^^^^^^^^^^^^^^^
- EOM
- ! rp="Berkeley/V7 format for full name in /etc/passwd?"
- . ./myread
- case "$ans" in
- y*) d_passnames="$define"
-
- Index: mcon/U/d_strcoll.U
- *** mcon/U/d_strcoll.U.old Mon Aug 29 18:35:03 1994
- --- mcon/U/d_strcoll.U Mon Aug 29 18:35:03 1994
- ***************
- *** 0 ****
- --- 1,33 ----
- + ?RCS: $Id: d_strcoll.U,v 3.0.1.1 1994/08/29 16:12:01 ram Exp $
- + ?RCS:
- + ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- + ?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 3.0.
- + ?RCS:
- + ?RCS: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
- + ?RCS:
- + ?RCS: $Log: d_strcoll.U,v $
- + ?RCS: Revision 3.0.1.1 1994/08/29 16:12:01 ram
- + ?RCS: patch32: created by ADO
- + ?RCS:
- + ?MAKE:d_strcoll: Inlibc
- + ?MAKE: -pick add $@ %<
- + ?S:d_strcoll:
- + ?S: This variable conditionally defines HAS_STRCOLL if strcoll() is
- + ?S: available to compare strings using collating information.
- + ?S:.
- + ?C:HAS_STRCOLL:
- + ?C: This symbol, if defined, indicates that the strcoll routine is
- + ?C: available to compare strings using collating information.
- + ?C:.
- + ?H:#$d_strcoll HAS_STRCOLL /**/
- + ?H:.
- + ?LINT:set d_strcoll
- + : see if strcoll exists
- + set strcoll d_strcoll
- + eval $inlibc
- +
-
- Index: mcon/U/d_pipe.U
- *** mcon/U/d_pipe.U.old Mon Aug 29 18:35:01 1994
- --- mcon/U/d_pipe.U Mon Aug 29 18:35:01 1994
- ***************
- *** 0 ****
- --- 1,34 ----
- + ?RCS: $Id: d_pipe.U,v 3.0.1.1 1994/08/29 16:11:44 ram Exp $
- + ?RCS:
- + ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- + ?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 3.0.
- + ?RCS:
- + ?RCS: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
- + ?RCS:
- + ?RCS: $Log: d_pipe.U,v $
- + ?RCS: Revision 3.0.1.1 1994/08/29 16:11:44 ram
- + ?RCS: patch32: created by ADO
- + ?RCS:
- + ?MAKE:d_pipe: Inlibc
- + ?MAKE: -pick add $@ %<
- + ?S:d_pipe:
- + ?S: This variable conditionally defines the HAS_PIPE symbol, which
- + ?S: indicates to the C program that the pipe() routine is available
- + ?S: to create an inter-process channel.
- + ?S:.
- + ?C:HAS_PIPE :
- + ?C: This symbol, if defined, indicates that the pipe routine is
- + ?C: available to create an inter-process channel.
- + ?C:.
- + ?H:#$d_pipe HAS_PIPE /**/
- + ?H:.
- + ?LINT:set d_pipe
- + : see if pipe exists
- + set pipe d_pipe
- + eval $inlibc
- +
-
- Index: mcon/U/d_difftime.U
- *** mcon/U/d_difftime.U.old Mon Aug 29 18:34:47 1994
- --- mcon/U/d_difftime.U Mon Aug 29 18:34:47 1994
- ***************
- *** 0 ****
- --- 1,33 ----
- + ?RCS: $Id: d_difftime.U,v 3.0.1.1 1994/08/29 16:07:31 ram Exp $
- + ?RCS:
- + ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- + ?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 3.0.
- + ?RCS:
- + ?RCS: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
- + ?RCS:
- + ?RCS: $Log: d_difftime.U,v $
- + ?RCS: Revision 3.0.1.1 1994/08/29 16:07:31 ram
- + ?RCS: patch32: created by ADO
- + ?RCS:
- + ?MAKE:d_difftime: Inlibc
- + ?MAKE: -pick add $@ %<
- + ?S:d_difftime:
- + ?S: This variable conditionally defines the HAS_DIFFTIME symbol, which
- + ?S: indicates to the C program that the difftime() routine is available.
- + ?S:.
- + ?C:HAS_DIFFTIME :
- + ?C: This symbol, if defined, indicates that the difftime routine is
- + ?C: available.
- + ?C:.
- + ?H:#$d_difftime HAS_DIFFTIME /**/
- + ?H:.
- + ?LINT:set d_difftime
- + : see if difftime exists
- + set difftime d_difftime
- + eval $inlibc
- +
-
- Index: mcon/U/i_math.U
- *** mcon/U/i_math.U.old Mon Aug 29 18:35:14 1994
- --- mcon/U/i_math.U Mon Aug 29 18:35:14 1994
- ***************
- *** 0 ****
- --- 1,34 ----
- + ?RCS: $Id: i_math.U,v 3.0.1.1 1994/08/29 16:21:59 ram Exp $
- + ?RCS:
- + ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- + ?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 3.0.
- + ?RCS:
- + ?RCS: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
- + ?RCS:
- + ?RCS: $Log: i_math.U,v $
- + ?RCS: Revision 3.0.1.1 1994/08/29 16:21:59 ram
- + ?RCS: patch32: created by ADO
- + ?RCS:
- + ?MAKE:i_math: Inhdr
- + ?MAKE: -pick add $@ %<
- + ?X: Are there really systems that *DON'T* have math.h?
- + ?S:i_math:
- + ?S: This variable conditionally defines the I_MATH symbol, and indicates
- + ?S: whether a C program may include <math.h>.
- + ?S:.
- + ?C:I_MATH:
- + ?C: This symbol, if defined, indicates to the C program that it should
- + ?C: include <math.h>.
- + ?C:.
- + ?H:#$i_math I_MATH /**/
- + ?H:.
- + ?LINT:set i_math
- + : see if this is a math.h system
- + set math.h i_math
- + eval $inhdr
- +
-
- Index: mcon/U/i_dlfcn.U
- *** mcon/U/i_dlfcn.U.old Mon Aug 29 18:35:12 1994
- --- mcon/U/i_dlfcn.U Mon Aug 29 18:35:12 1994
- ***************
- *** 0 ****
- --- 1,34 ----
- + ?RCS: $Id: i_dlfcn.U,v 3.0.1.1 1994/08/29 16:21:53 ram Exp $
- + ?RCS:
- + ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- + ?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 3.0.
- + ?RCS:
- + ?RCS: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
- + ?RCS:
- + ?RCS: $Log: i_dlfcn.U,v $
- + ?RCS: Revision 3.0.1.1 1994/08/29 16:21:53 ram
- + ?RCS: patch32: created by ADO
- + ?RCS:
- + ?MAKE:i_dlfcn: Inhdr
- + ?MAKE: -pick add $@ %<
- + ?S:i_dlfcn:
- + ?S: This variable conditionally defines the I_DLFCN symbol, which
- + ?S: indicates to the C program that <dlfcn.h> exists and should
- + ?S: be included.
- + ?S:.
- + ?C:I_DLFCN:
- + ?C: This symbol, if defined, indicates that <dlfcn.h> exists and should
- + ?C: be included.
- + ?C:.
- + ?H:#$i_dlfcn I_DLFCN /**/
- + ?H:.
- + ?LINT:set i_dlfcn
- + : see if dlfcn is available
- + set dlfcn.h i_dlfcn
- + eval $inhdr
- +
-
- Index: mcon/U/d_passwd.U
- *** mcon/U/d_passwd.U.old Mon Aug 29 18:34:58 1994
- --- mcon/U/d_passwd.U Mon Aug 29 18:34:58 1994
- ***************
- *** 0 ****
- --- 1,33 ----
- + ?RCS: $Id: d_passwd.U,v 3.0.1.1 1994/08/29 16:09:51 ram Exp $
- + ?RCS:
- + ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- + ?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 3.0.
- + ?RCS:
- + ?RCS: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
- + ?RCS:
- + ?RCS: $Log: d_passwd.U,v $
- + ?RCS: Revision 3.0.1.1 1994/08/29 16:09:51 ram
- + ?RCS: patch32: created by ADO
- + ?RCS:
- + ?MAKE:d_passwd: Inlibc
- + ?MAKE: -pick add $@ %<
- + ?S:d_passwd:
- + ?S: This variable conditionally defines the HAS_PASSWD symbol, which
- + ?S: indicates to the C program that the passwd() routine is available.
- + ?S:.
- + ?C:HAS_PASSWD :
- + ?C: This symbol, if defined, indicates that the passwd routine is
- + ?C: available.
- + ?C:.
- + ?H:#$d_passwd HAS_PASSWD /**/
- + ?H:.
- + ?LINT:set d_passwd
- + : see if passwd exists
- + set passwd d_passwd
- + eval $inlibc
- +
-
- Index: mcon/U/d_chroot.U
- *** mcon/U/d_chroot.U.old Mon Aug 29 18:34:44 1994
- --- mcon/U/d_chroot.U Mon Aug 29 18:34:44 1994
- ***************
- *** 0 ****
- --- 1,33 ----
- + ?RCS: $Id: d_chroot.U,v 3.0.1.1 1994/08/29 16:07:17 ram Exp $
- + ?RCS:
- + ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- + ?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 3.0.
- + ?RCS:
- + ?RCS: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
- + ?RCS:
- + ?RCS: $Log: d_chroot.U,v $
- + ?RCS: Revision 3.0.1.1 1994/08/29 16:07:17 ram
- + ?RCS: patch32: created by ADO
- + ?RCS:
- + ?MAKE:d_chroot: Inlibc
- + ?MAKE: -pick add $@ %<
- + ?S:d_chroot:
- + ?S: This variable conditionally defines the HAS_CHROOT symbol, which
- + ?S: indicates to the C program that the chroot() routine is available.
- + ?S:.
- + ?C:HAS_CHROOT :
- + ?C: This symbol, if defined, indicates that the chroot routine is
- + ?C: available.
- + ?C:.
- + ?H:#$d_chroot HAS_CHROOT /**/
- + ?H:.
- + ?LINT:set d_chroot
- + : see if chroot exists
- + set chroot d_chroot
- + eval $inlibc
- +
-
- Index: mcon/U/d_mktime.U
- *** mcon/U/d_mktime.U.old Mon Aug 29 18:34:55 1994
- --- mcon/U/d_mktime.U Mon Aug 29 18:34:55 1994
- ***************
- *** 0 ****
- --- 1,33 ----
- + ?RCS: $Id: d_mktime.U,v 3.0.1.1 1994/08/29 16:09:44 ram Exp $
- + ?RCS:
- + ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- + ?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 3.0.
- + ?RCS:
- + ?RCS: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
- + ?RCS:
- + ?RCS: $Log: d_mktime.U,v $
- + ?RCS: Revision 3.0.1.1 1994/08/29 16:09:44 ram
- + ?RCS: patch32: created by ADO
- + ?RCS:
- + ?MAKE:d_mktime: Inlibc
- + ?MAKE: -pick add $@ %<
- + ?S:d_mktime:
- + ?S: This variable conditionally defines the HAS_MKTIME symbol, which
- + ?S: indicates to the C program that the mktime() routine is available.
- + ?S:.
- + ?C:HAS_MKTIME :
- + ?C: This symbol, if defined, indicates that the mktime routine is
- + ?C: available.
- + ?C:.
- + ?H:#$d_mktime HAS_MKTIME /**/
- + ?H:.
- + ?LINT:set d_mktime
- + : see if mktime exists
- + set mktime d_mktime
- + eval $inlibc
- +
-
- Index: mcon/U/d_dlopen.U
- *** mcon/U/d_dlopen.U.old Mon Aug 29 18:34:48 1994
- --- mcon/U/d_dlopen.U Mon Aug 29 18:34:48 1994
- ***************
- *** 0 ****
- --- 1,33 ----
- + ?RCS: $Id: d_dlopen.U,v 3.0.1.1 1994/08/29 16:07:34 ram Exp $
- + ?RCS:
- + ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- + ?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 3.0.
- + ?RCS:
- + ?RCS: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
- + ?RCS:
- + ?RCS: $Log: d_dlopen.U,v $
- + ?RCS: Revision 3.0.1.1 1994/08/29 16:07:34 ram
- + ?RCS: patch32: created by ADO
- + ?RCS:
- + ?MAKE:d_dlopen: Inlibc
- + ?MAKE: -pick add $@ %<
- + ?S:d_dlopen:
- + ?S: This variable conditionally defines the HAS_DLOPEN symbol, which
- + ?S: indicates to the C program that the dlopen() routine is available.
- + ?S:.
- + ?C:HAS_DLOPEN :
- + ?C: This symbol, if defined, indicates that the dlopen routine is
- + ?C: available.
- + ?C:.
- + ?H:#$d_dlopen HAS_DLOPEN /**/
- + ?H:.
- + ?LINT:set d_dlopen
- + : see if dlopen exists
- + set dlopen d_dlopen
- + eval $inlibc
- +
-
- Index: mcon/U/d_strxfrm.U
- *** mcon/U/d_strxfrm.U.old Mon Aug 29 18:35:04 1994
- --- mcon/U/d_strxfrm.U Mon Aug 29 18:35:04 1994
- ***************
- *** 0 ****
- --- 1,33 ----
- + ?RCS: $Id: d_strxfrm.U,v 3.0.1.1 1994/08/29 16:12:04 ram Exp $
- + ?RCS:
- + ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- + ?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 3.0.
- + ?RCS:
- + ?RCS: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
- + ?RCS:
- + ?RCS: $Log: d_strxfrm.U,v $
- + ?RCS: Revision 3.0.1.1 1994/08/29 16:12:04 ram
- + ?RCS: patch32: created by ADO
- + ?RCS:
- + ?MAKE:d_strxfrm: Inlibc
- + ?MAKE: -pick add $@ %<
- + ?S:d_strxfrm:
- + ?S: This variable conditionally defines HAS_STRXFRM if strxfrm() is
- + ?S: available to transform strings.
- + ?S:.
- + ?C:HAS_STRXFRM:
- + ?C: This symbol, if defined, indicates that the strxfrm() routine is
- + ?C: available to transform strings.
- + ?C:.
- + ?H:#$d_strxfrm HAS_STRXFRM /**/
- + ?H:.
- + ?LINT:set d_strxfrm
- + : see if strxfrm exists
- + set strxfrm d_strxfrm
- + eval $inlibc
- +
-
- Index: mcon/U/i_db.U
- *** mcon/U/i_db.U.old Mon Aug 29 18:35:12 1994
- --- mcon/U/i_db.U Mon Aug 29 18:35:12 1994
- ***************
- *** 0 ****
- --- 1,33 ----
- + ?RCS: $Id: i_db.U,v 3.0.1.1 1994/08/29 16:21:50 ram Exp $
- + ?RCS:
- + ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- + ?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 3.0.
- + ?RCS:
- + ?RCS: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
- + ?RCS:
- + ?RCS: $Log: i_db.U,v $
- + ?RCS: Revision 3.0.1.1 1994/08/29 16:21:50 ram
- + ?RCS: patch32: created by ADO
- + ?RCS:
- + ?MAKE:i_db: Inhdr
- + ?MAKE: -pick add $@ %<
- + ?S:i_db:
- + ?S: This variable conditionally defines the I_DB symbol, and indicates
- + ?S: whether a C program may include Berkeley's DB include file <db.h>.
- + ?S:.
- + ?C:I_DB:
- + ?C: This symbol, if defined, indicates to the C program that it should
- + ?C: include Berkeley's DB include file <db.h>.
- + ?C:.
- + ?H:#$i_db I_DB /**/
- + ?H:.
- + ?LINT:set i_db
- + : see if this is a db.h system
- + set db.h i_db
- + eval $inhdr
- +
-
- Index: mcon/U/d_group.U
- *** mcon/U/d_group.U.old Mon Aug 29 18:34:52 1994
- --- mcon/U/d_group.U Mon Aug 29 18:34:52 1994
- ***************
- *** 0 ****
- --- 1,33 ----
- + ?RCS: $Id: d_group.U,v 3.0.1.1 1994/08/29 16:07:48 ram Exp $
- + ?RCS:
- + ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- + ?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 3.0.
- + ?RCS:
- + ?RCS: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
- + ?RCS:
- + ?RCS: $Log: d_group.U,v $
- + ?RCS: Revision 3.0.1.1 1994/08/29 16:07:48 ram
- + ?RCS: patch32: created by ADO
- + ?RCS:
- + ?MAKE:d_group: Inlibc
- + ?MAKE: -pick add $@ %<
- + ?S:d_group:
- + ?S: This variable conditionally defines the HAS_GROUP symbol, which
- + ?S: indicates to the C program that the group() routine is available.
- + ?S:.
- + ?C:HAS_GROUP :
- + ?C: This symbol, if defined, indicates that the group routine is
- + ?C: available.
- + ?C:.
- + ?H:#$d_group HAS_GROUP /**/
- + ?H:.
- + ?LINT:set d_group
- + : see if group exists
- + set group d_group
- + eval $inlibc
- +
-
- Index: mcon/U/d_chown.U
- *** mcon/U/d_chown.U.old Mon Aug 29 18:34:43 1994
- --- mcon/U/d_chown.U Mon Aug 29 18:34:43 1994
- ***************
- *** 0 ****
- --- 1,33 ----
- + ?RCS: $Id: d_chown.U,v 3.0.1.1 1994/08/29 16:07:14 ram Exp $
- + ?RCS:
- + ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- + ?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 3.0.
- + ?RCS:
- + ?RCS: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
- + ?RCS:
- + ?RCS: $Log: d_chown.U,v $
- + ?RCS: Revision 3.0.1.1 1994/08/29 16:07:14 ram
- + ?RCS: patch32: created by ADO
- + ?RCS:
- + ?MAKE:d_chown: Inlibc
- + ?MAKE: -pick add $@ %<
- + ?S:d_chown:
- + ?S: This variable conditionally defines the HAS_CHOWN symbol, which
- + ?S: indicates to the C program that the chown() routine is available.
- + ?S:.
- + ?C:HAS_CHOWN :
- + ?C: This symbol, if defined, indicates that the chown routine is
- + ?C: available.
- + ?C:.
- + ?H:#$d_chown HAS_CHOWN /**/
- + ?H:.
- + ?LINT:set d_chown
- + : see if chown exists
- + set chown d_chown
- + eval $inlibc
- +
-
- Index: mcon/U/d_alarm.U
- *** mcon/U/d_alarm.U.old Mon Aug 29 18:34:42 1994
- --- mcon/U/d_alarm.U Mon Aug 29 18:34:42 1994
- ***************
- *** 0 ****
- --- 1,33 ----
- + ?RCS: $Id: d_alarm.U,v 3.0.1.1 1994/08/29 16:06:58 ram Exp $
- + ?RCS:
- + ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- + ?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 3.0.
- + ?RCS:
- + ?RCS: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
- + ?RCS:
- + ?RCS: $Log: d_alarm.U,v $
- + ?RCS: Revision 3.0.1.1 1994/08/29 16:06:58 ram
- + ?RCS: patch32: created by ADO
- + ?RCS:
- + ?MAKE:d_alarm: Inlibc
- + ?MAKE: -pick add $@ %<
- + ?S:d_alarm:
- + ?S: This variable conditionally defines the HAS_ALARM symbol, which
- + ?S: indicates to the C program that the alarm() routine is available.
- + ?S:.
- + ?C:HAS_ALARM :
- + ?C: This symbol, if defined, indicates that the alarm routine is
- + ?C: available.
- + ?C:.
- + ?H:#$d_alarm HAS_ALARM /**/
- + ?H:.
- + ?LINT:set d_alarm
- + : see if alarm exists
- + set alarm d_alarm
- + eval $inlibc
- +
-
- Index: mcon/U/d_lockf.U
- *** mcon/U/d_lockf.U.old Mon Aug 29 18:34:54 1994
- --- mcon/U/d_lockf.U Mon Aug 29 18:34:54 1994
- ***************
- *** 0 ****
- --- 1,33 ----
- + ?RCS: $Id: d_lockf.U,v 3.0.1.1 1994/08/29 16:09:36 ram Exp $
- + ?RCS:
- + ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- + ?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 3.0.
- + ?RCS:
- + ?RCS: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
- + ?RCS:
- + ?RCS: $Log: d_lockf.U,v $
- + ?RCS: Revision 3.0.1.1 1994/08/29 16:09:36 ram
- + ?RCS: patch32: created by ADO
- + ?RCS:
- + ?MAKE:d_lockf: Inlibc
- + ?MAKE: -pick add $@ %<
- + ?S:d_lockf:
- + ?S: This variable conditionally defines HAS_LOCKF if lockf() is
- + ?S: available to do file locking.
- + ?S:.
- + ?C:HAS_LOCKF (LOCKF):
- + ?C: This symbol, if defined, indicates that the lockf routine is
- + ?C: available to do file locking.
- + ?C:.
- + ?H:#$d_lockf HAS_LOCKF /**/
- + ?H:.
- + ?LINT:set d_lockf
- + : see if lockf exists
- + set lockf d_lockf
- + eval $inlibc
- +
-
- Index: mcon/U/d_nice.U
- *** mcon/U/d_nice.U.old Mon Aug 29 18:34:57 1994
- --- mcon/U/d_nice.U Mon Aug 29 18:34:57 1994
- ***************
- *** 0 ****
- --- 1,33 ----
- + ?RCS: $Id: d_nice.U,v 3.0.1.1 1994/08/29 16:09:48 ram Exp $
- + ?RCS:
- + ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- + ?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 3.0.
- + ?RCS:
- + ?RCS: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
- + ?RCS:
- + ?RCS: $Log: d_nice.U,v $
- + ?RCS: Revision 3.0.1.1 1994/08/29 16:09:48 ram
- + ?RCS: patch32: created by ADO
- + ?RCS:
- + ?MAKE:d_nice: Inlibc
- + ?MAKE: -pick add $@ %<
- + ?S:d_nice:
- + ?S: This variable conditionally defines the HAS_NICE symbol, which
- + ?S: indicates to the C program that the nice() routine is available.
- + ?S:.
- + ?C:HAS_NICE :
- + ?C: This symbol, if defined, indicates that the nice routine is
- + ?C: available.
- + ?C:.
- + ?H:#$d_nice HAS_NICE /**/
- + ?H:.
- + ?LINT:set d_nice
- + : see if nice exists
- + set nice d_nice
- + eval $inlibc
- +
-
- Index: mcon/U/d_fork.U
- *** mcon/U/d_fork.U.old Mon Aug 29 18:34:48 1994
- --- mcon/U/d_fork.U Mon Aug 29 18:34:49 1994
- ***************
- *** 0 ****
- --- 1,33 ----
- + ?RCS: $Id: d_fork.U,v 3.0.1.1 1994/08/29 16:07:38 ram Exp $
- + ?RCS:
- + ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- + ?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 3.0.
- + ?RCS:
- + ?RCS: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
- + ?RCS:
- + ?RCS: $Log: d_fork.U,v $
- + ?RCS: Revision 3.0.1.1 1994/08/29 16:07:38 ram
- + ?RCS: patch32: created by ADO
- + ?RCS:
- + ?MAKE:d_fork: Inlibc
- + ?MAKE: -pick add $@ %<
- + ?S:d_fork:
- + ?S: This variable conditionally defines the HAS_FORK symbol, which
- + ?S: indicates to the C program that the fork() routine is available.
- + ?S:.
- + ?C:HAS_FORK :
- + ?C: This symbol, if defined, indicates that the fork routine is
- + ?C: available.
- + ?C:.
- + ?H:#$d_fork HAS_FORK /**/
- + ?H:.
- + ?LINT:set d_fork
- + : see if fork exists
- + set fork d_fork
- + eval $inlibc
- +
-
- Index: mcon/U/i_sysparam.U
- *** mcon/U/i_sysparam.U.old Mon Aug 29 18:35:16 1994
- --- mcon/U/i_sysparam.U Mon Aug 29 18:35:16 1994
- ***************
- *** 0 ****
- --- 1,31 ----
- + ?RCS: $Id: i_sysparam.U,v 3.0.1.1 1994/08/29 16:22:43 ram Exp $
- + ?RCS:
- + ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- + ?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 3.0.
- + ?RCS:
- + ?RCS: $Log: i_sysparam.U,v $
- + ?RCS: Revision 3.0.1.1 1994/08/29 16:22:43 ram
- + ?RCS: patch32: created
- + ?RCS:
- + ?MAKE:i_sysparam: Inhdr
- + ?MAKE: -pick add $@ %<
- + ?S:i_sysparam:
- + ?S: This variable conditionally defines the I_SYS_PARAM symbol, and indicates
- + ?S: whether a C program should include <sys/param.h>.
- + ?S:.
- + ?C:I_SYS_PARAM:
- + ?C: This symbol, if defined, indicates to the C program that it should
- + ?C: include <sys/param.h>.
- + ?C:.
- + ?H:#$i_sysparam I_SYS_PARAM /**/
- + ?H:.
- + ?LINT:set i_sysparam
- + : see if this is a sys/param system
- + set sys/param.h i_sysparam
- + eval $inhdr
- +
-
- Index: mcon/U/d_vfork.U
- Prereq: 3.0.1.5
- *** mcon/U/d_vfork.U.old Mon Aug 29 18:35:08 1994
- --- mcon/U/d_vfork.U Mon Aug 29 18:35:09 1994
- ***************
- *** 1,4 ****
- ! ?RCS: $Id: d_vfork.U,v 3.0.1.5 1994/06/20 06:59:14 ram Exp $
- ?RCS:
- ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- ?RCS:
- --- 1,4 ----
- ! ?RCS: $Id: d_vfork.U,v 3.0.1.6 1994/08/29 16:18:21 ram Exp $
- ?RCS:
- ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- ?RCS:
- ***************
- *** 9,14 ****
- --- 9,17 ----
- ?RCS: of the source tree for dist 3.0.
- ?RCS:
- ?RCS: $Log: d_vfork.U,v $
- + ?RCS: Revision 3.0.1.6 1994/08/29 16:18:21 ram
- + ?RCS: patch32: set default to 'y' the first time
- + ?RCS:
- ?RCS: Revision 3.0.1.5 1994/06/20 06:59:14 ram
- ?RCS: patch30: usevfork was not always properly set
- ?RCS:
- ***************
- *** 70,77 ****
- $define)
- echo " "
- case "$usevfork" in
- ! true) dflt='y';;
- ! *) dflt='n';;
- esac
- rp="Some systems have problems with vfork(). Do you want to use it?"
- . ./myread
- --- 73,80 ----
- $define)
- echo " "
- case "$usevfork" in
- ! false) dflt='n';;
- ! *) dflt='y';;
- esac
- rp="Some systems have problems with vfork(). Do you want to use it?"
- . ./myread
-
- Index: mcon/U/orderlib.U
- Prereq: 3.0
- *** mcon/U/orderlib.U.old Mon Aug 29 18:35:23 1994
- --- mcon/U/orderlib.U Mon Aug 29 18:35:23 1994
- ***************
- *** 1,4 ****
- ! ?RCS: $Id: orderlib.U,v 3.0 1993/08/18 12:09:26 ram Exp $
- ?RCS:
- ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- ?RCS:
- --- 1,4 ----
- ! ?RCS: $Id: orderlib.U,v 3.0.1.1 1994/08/29 16:31:17 ram Exp $
- ?RCS:
- ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- ?RCS:
- ***************
- *** 9,14 ****
- --- 9,17 ----
- ?RCS: of the source tree for dist 3.0.
- ?RCS:
- ?RCS: $Log: orderlib.U,v $
- + ?RCS: Revision 3.0.1.1 1994/08/29 16:31:17 ram
- + ?RCS: patch32: use cc variable instead of hardwired 'cc' in 1st compile
- + ?RCS:
- ?RCS: Revision 3.0 1993/08/18 12:09:26 ram
- ?RCS: Baseline for dist 3.0 netwide release.
- ?RCS:
- ***************
- *** 32,38 ****
- $cat >a.c <<EOP
- f() { exit(0); }
- EOP
- ! cc -c a.c >/dev/null 2>&1
- ar rc ran.a a.o >/dev/null 2>&1
- $cat >b.c <<EOP
- main() { f(); }
- --- 35,41 ----
- $cat >a.c <<EOP
- f() { exit(0); }
- EOP
- ! $cc -c a.c >/dev/null 2>&1
- ar rc ran.a a.o >/dev/null 2>&1
- $cat >b.c <<EOP
- main() { f(); }
-
- Index: mcon/U/ccflags.U
- Prereq: 3.0.1.4
- *** mcon/U/ccflags.U.old Mon Aug 29 18:34:41 1994
- --- mcon/U/ccflags.U Mon Aug 29 18:34:41 1994
- ***************
- *** 1,4 ****
- ! ?RCS: $Id: ccflags.U,v 3.0.1.4 1994/05/06 14:28:45 ram Exp $
- ?RCS:
- ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- ?RCS:
- --- 1,4 ----
- ! ?RCS: $Id: ccflags.U,v 3.0.1.5 1994/08/29 16:06:35 ram Exp $
- ?RCS:
- ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- ?RCS:
- ***************
- *** 9,14 ****
- --- 9,17 ----
- ?RCS: of the source tree for dist 3.0.
- ?RCS:
- ?RCS: $Log: ccflags.U,v $
- + ?RCS: Revision 3.0.1.5 1994/08/29 16:06:35 ram
- + ?RCS: patch32: propagate -posix flag from ccflags to ldflags
- + ?RCS:
- ?RCS: Revision 3.0.1.4 1994/05/06 14:28:45 ram
- ?RCS: patch23: -fpcc-struct-return only needed in gcc 1.x (ADO)
- ?RCS: patch23: cppflags now computed on an option-by-option basis
- ***************
- *** 243,248 ****
- --- 246,254 ----
- else
- dflt='none'
- fi
- + case "$ccflags" in
- + *-posix*) dflt="$dflt -posix" ;;
- + esac
- ;;
- *) dflt="$ldflags";;
- esac
-
- Index: mcon/U/d_tzname.U
- Prereq: 3.0.1.1
- *** mcon/U/d_tzname.U.old Mon Aug 29 18:35:07 1994
- --- mcon/U/d_tzname.U Mon Aug 29 18:35:07 1994
- ***************
- *** 1,4 ****
- ! ?RCS: $Id: d_tzname.U,v 3.0.1.1 1994/06/20 06:57:55 ram Exp $
- ?RCS:
- ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- ?RCS:
- --- 1,4 ----
- ! ?RCS: $Id: d_tzname.U,v 3.0.1.2 1994/08/29 16:14:43 ram Exp $
- ?RCS:
- ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
- ?RCS:
- ***************
- *** 9,14 ****
- --- 9,17 ----
- ?RCS: of the source tree for dist 3.0.
- ?RCS:
- ?RCS: $Log: d_tzname.U,v $
- + ?RCS: Revision 3.0.1.2 1994/08/29 16:14:43 ram
- + ?RCS: patch32: forgot to set proper value in the val variable
- + ?RCS:
- ?RCS: Revision 3.0.1.1 1994/06/20 06:57:55 ram
- ?RCS: patch30: created
- ?RCS:
- ***************
- *** 28,35 ****
- --- 31,40 ----
- : see if tzname[] exists
- echo " "
- if set tzname val -a d_tzname; eval $csym; $val; then
- + val="$define"
- echo 'tzname[] found.' >&4
- else
- + val="$undef"
- echo 'tzname[] NOT found.' >&4
- fi
- set d_tzname
-
- *** End of Patch 34 ***
-
- exit 0 # Just in case...
-