|
From: John B. <bel...@us...> - 2002-04-11 01:04:32
|
Build Number:816
Update of /cvsroot/firebird/interbase/remote
In directory usw-pr-cvs1:/tmp/cvs-serv9924/remote
Modified Files:
inet.c
Log Message:
The SINIX-Z CS port contributed by Erik Kunze <Eri...@ph...>.
Index: inet.c
===================================================================
RCS file: /cvsroot/firebird/interbase/remote/inet.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -U3 -r1.7 -r1.8
--- inet.c 31 Oct 2001 07:54:49 -0000 1.7
+++ inet.c 11 Apr 2002 01:04:25 -0000 1.8
@@ -2098,7 +2098,7 @@
#else
#if !(defined VMS || defined NETWARE_386 || defined PC_PLATFORM || \
- defined OS2_ONLY || defined WIN_NT)
+ defined OS2_ONLY || defined WIN_NT || defined SINIXZ)
if (ast)
{
#ifdef APOLLO
@@ -2922,7 +2922,7 @@
if (strcmp (entry1, host_name))
#ifdef UNIX
-#if !(defined XENIX || defined EPSON || defined UNIXWARE || defined NCR3000)
+#if !(defined XENIX || defined EPSON || defined UNIXWARE || defined NCR3000 || defined SINIXZ)
if (entry1[1] == '@')
{
if (!innetgr (&entry1[2], host_name, 0, 0))
@@ -2952,7 +2952,7 @@
/* if they're in the user group: + they're in, - they're out */
#ifdef UNIX
-#if !(defined XENIX || defined EPSON || defined UNIXWARE || defined NCR3000)
+#if !(defined XENIX || defined EPSON || defined UNIXWARE || defined NCR3000 || defined SINIXZ)
if (entry2[1] == '@')
{
if (innetgr (&entry2[2], 0, user_name, 0))
|