diff options
Diffstat (limited to 'U/d_setlocale.U')
-rw-r--r-- | U/d_setlocale.U | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/U/d_setlocale.U b/U/d_setlocale.U deleted file mode 100644 index 14ce63890e..0000000000 --- a/U/d_setlocale.U +++ /dev/null @@ -1,30 +0,0 @@ -?RCS: $Id: d_setlocale.U,v 3.0 1993/08/18 12:07: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: $Log: d_setlocale.U,v $ -?RCS: Revision 3.0 1993/08/18 12:07:36 ram -?RCS: Baseline for dist 3.0 netwide release. -?RCS: -?MAKE:d_setlocale: Inlibc -?MAKE: -pick add $@ %< -?S:d_setlocale: -?S: This variable conditionally defines HAS_SETLOCALE if setlocale() is -?S: available to handle locale-specific ctype implementations. -?S:. -?C:HAS_SETLOCALE: -?C: This symbol, if defined, indicates that the setlocale routine is -?C: available to handle locale-specific ctype implementations. -?C:. -?H:#$d_setlocale HAS_SETLOCALE /**/ -?H:. -?LINT:set d_setlocale -: see if setlocale exists -set setlocale d_setlocale -eval $inlibc |