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.
# 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
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=''
tr='tr'
trnl='\n'
troff=''
+uidsign='1'
uidtype='uid_t'
uname='uname'
uniq='uniq'
/*
* 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