Search the FAQ Archives

3 - A - B - C - D - E - F - G - H - I - J - K - L - M
N - O - P - Q - R - S - T - U - V - W - X - Y - Z
faqs.org - Internet FAQ Archives

INN FAQ Part 9/9: Appendix B: Configurations for certain systems
Section - (9.10) Fujitsu DS/90 running UXP/DS(V20L10)

( Part1 - Part2 - Part3 - Part4 - Part5 - Part6 - Part7 - Part8 - Part9 - Single Page )
[ Usenet FAQs | Web FAQs | Documents | RFC Index | Business Photos and Profiles ]


Top Document: INN FAQ Part 9/9: Appendix B: Configurations for certain systems
Previous Document: (9.9) HP-UX 10.01
Next Document: (9.11) SunOS 4.1.x for INN 1.5
See reader questions & answers on this topic! - Help others by sharing your knowledge
##FROM: Fumio MORIYA <momo@yk.fujitsu.co.jp>
##DIFF:

DEFS                    -I../include -DUXPDSV20
USE_CHAR_CONST          DO
CFLAGS                  $(DEFS) -O
PROF                    -p
LIBS                    -lnsl -lsocket -lelf -lresolv
LINTLIBSTYLE            SYSV
LINTFLAGS               -b -h $(DEFS)
LINTFILTER              | sed -n -f ../sedf.sysv
RANLIB                  echo
VAR_STYLE               STDARGS
SIZE_T                  size_t
UID_T                   uid_t
GID_T                   gid_t
PID_T                   pid_t
POINTER                 void
LOCK_STYLE              LOCKF
HAVE_UNISTD     DO
HAVE_SETBUFFER          DONT
HAVE_SETSID             DO
HAVE_TM_GMTOFF          DONT
HAVE_WAITPID            DO
USE_UNION_WAIT          DONT
HAVE_VFORK              DONT
CLX_STYLE               FCNTL
RES_STYLE               TIMES
FDCOUNT_STYLE           SYSCONF
> CTYPE			(isascii((c)) && isXXXXX((c)))
ABORTVAL                void
ALARMVAL                unsigned
GETPIDVAL               pid_t
SLEEPVAL                unsigned
QSORTVAL                void
LSEEKVAL                off_t
FREEVAL                 void
_EXITVAL                void
MISSING_OBJ             
_PATH_SENDMAIL          /usr/ucblib/sendmail -t
_PATH_COMPRESS          /usr/bin/compress
_PATH_EGREP             /usr/bin/egrep
_PATH_MAILCMD           /usr/bin/mailx

##OS: UXP/DS V20L10 (SVR4.2)
##COMPILER:  supplied.
##MISC:

*** nc.c.orig   Fri Aug 30 11:47:19 1996
--- nc.c        Fri Aug 30 11:20:52 1996
***************
*** 1216,1220 ****
      NCclearwip(&NCwip[cp->fd]);
  #if   defined(SOL_SOCKET) && defined(SO_SNDBUF) && defined(SO_RCVBUF) 
! #ifndef SUNOS5
      i = 24 * 1024;
      if (setsockopt(fd, SOL_SOCKET, SO_SNDBUF, (char *)&i, sizeof i) < 0)
--- 1216,1220 ----
      NCclearwip(&NCwip[cp->fd]);
  #if   defined(SOL_SOCKET) && defined(SO_SNDBUF) && defined(SO_RCVBUF) 
! #if !defined(SUNOS5) && !defined(UXPDSV20)
      i = 24 * 1024;
      if (setsockopt(fd, SOL_SOCKET, SO_SNDBUF, (char *)&i, sizeof i) < 0)


User Contributions:

Comment about this article, ask questions, or add new information about this topic:

CAPTCHA




Top Document: INN FAQ Part 9/9: Appendix B: Configurations for certain systems
Previous Document: (9.9) HP-UX 10.01
Next Document: (9.11) SunOS 4.1.x for INN 1.5

Part1 - Part2 - Part3 - Part4 - Part5 - Part6 - Part7 - Part8 - Part9 - Single Page

[ Usenet FAQs | Web FAQs | Documents | RFC Index ]

Send corrections/additions to the FAQ Maintainer:
hwr@pilhuhn.de (Heiko W.Rupp)





Last Update November 21 2011 @ 01:00 PM