This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Regen Porting stuff.
authorJarkko Hietaniemi <jhi@iki.fi>
Sat, 2 Oct 1999 23:12:54 +0000 (23:12 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 2 Oct 1999 23:12:54 +0000 (23:12 +0000)
p4raw-id: //depot/cfgperl@4289

Porting/Glossary
Porting/config.sh
Porting/config_H

index 861d4be..4f97fab 100644 (file)
@@ -3025,6 +3025,10 @@ troff (Loc.U):
        This variable is defined but not used by Configure.
        The value is a plain '' and is not useful.
 
+uidsign (uidsign.U):
+       This variable contains the signedness of a uidtype.
+       1 for unsigned, -1 for signed.
+
 uidtype (uidtype.U):
        This variable defines Uid_t to be something like uid_t, int, 
        ushort, or whatever type is used to declare user ids in the kernel.
index 0b426e2..b156c87 100644 (file)
@@ -8,7 +8,7 @@
 
 # Package name      : perl5
 # Source directory  : .
-# Configuration time: Sat Oct  2 13:09:30 EET DST 1999
+# Configuration time: Sun Oct  3 02:17:38 EET DST 1999
 # Configured by     : jhi
 # Target system     : osf1 alpha.hut.fi v4.0 878 alpha 
 
@@ -56,7 +56,7 @@ ccflags='-pthread -std -DLANGUAGE_C'
 ccsymbols='__LANGUAGE_C__=1 _LONGLONG=1 LANGUAGE_C=1 SYSTYPE_BSD=1'
 cf_by='jhi'
 cf_email='yourname@yourhost.yourplace.com'
-cf_time='Sat Oct  2 13:09:30 EET DST 1999'
+cf_time='Sun Oct  3 02:17:38 EET DST 1999'
 chgrp=''
 chmod=''
 chown=''
@@ -663,6 +663,7 @@ touch='touch'
 tr='tr'
 trnl='\n'
 troff=''
+uidsign='1'
 uidtype='uid_t'
 uname='uname'
 uniq='uniq'
index b16ae56..3321c5a 100644 (file)
@@ -17,7 +17,7 @@
 /*
  * Package name      : perl5
  * Source directory  : .
- * Configuration time: Sat Oct  2 13:09:30 EET DST 1999
+ * Configuration time: Sun Oct  3 02:17:38 EET DST 1999
  * Configured by     : jhi
  * Target system     : osf1 alpha.hut.fi v4.0 878 alpha 
  */
  */
 #define Size_t size_t   /* length paramater for string functions */
 
+/* Uid_t_SIGN:
+ *     This symbol holds the signedess of a Uid_t.
+ *     1 for unsigned, -1 for signed.
+ */
+#define Uid_t_SIGN     1               /* UID sign */
+
 /* Uid_t:
  *     This symbol holds the type used to declare user ids in the kernel.
  *     It can be int, ushort, uid_t, etc... It may be necessary to include