[ Usenet FAQs | Search | Web FAQs | Documents | RFC Index ]
    Search the FAQ Archives

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

Top Document: INN FAQ Part 9/9: Appendix B: Configurations for certain systems
Previous Document: (9.8) BSD/OS 2.1 + sharedactive
Next Document: (9.10) Fujitsu DS/90 running UXP/DS(V20L10)


(9.9) HP-UX 10.01


##FROM: Paul Wouters <paul@ns.via.nl>
##DIFF:

YACC			bison -y
UID_T			uid_t
GID_T			gid_t
PID_T			pid_t
LOCK_STYLE		LOCKF
HAVE_UNISTD	DO
HAVE_SETSID		DO
HAVE_TM_GMTOFF		DONT
HAVE_ST_BLKSIZE		DONT
HAVE_WAITPID		DO
USE_UNION_WAIT		DONT
HAVE_VFORK		DONT
FDCOUNT_STYLE		GETRLIMIT
ABORTVAL		void
ALARMVAL		unsigned int
GETPIDVAL		pid_t
SLEEPVAL		unsigned int
QSORTVAL		void
LSEEKVAL		off_t
FREEVAL			void
_EXITVAL		void
MISSING_SRC		
MISSING_OBJ	
_PATH_COMPRESS		/usr/bin/compress
_PATH_MAILCMD		/usr/bin/mailx

##OS: HP-UX hp9000 B.10.01 A 9000/801
##COMPILER: gcc 2.6.3
GNU bison 1.22

##MISC: 
Some minor notes on getting it to compile. My syslog.h is not in <sys/syslog.h>
but <syslog.h>, and it doesn't contain LOG_NEWS. A new syslog is probably
much wanted on the standard hpux-10.01. I used the one from a recent berkeley
syslog.h :
#define LOG_NEWS        (7<<3)  /* network news subsystem */
Also, HPUX doesn't come with yacc. I tried byacc 3.0 but it didn't work, so
I used bison -y. Finally, HPUX doens't have egrep, i used the GNU version.

  -----
Daryl Gaumer (darylg@cup.hp.com) adds:
I use the syslog that is shipped as part of HP-UX.  I have the
following in
my config.data file:

LOG_INN_SERVER          LOG_LOCAL7
LOG_INN_PROG            LOG_LOCAL7
FYI.

The full blown C/ANSII-C compiler is a separate product.  I think yacc comes
with this product.

Corrections:
    egrep ships with HP-UX (as part of the "core-OS"). It is /usr/bin/egrep on 
	a system running 9.05 (and on my workstation with is running HP-UX 10.01).



Top Document: INN FAQ Part 9/9: Appendix B: Configurations for certain systems
Previous Document: (9.8) BSD/OS 2.1 + sharedactive
Next Document: (9.10) Fujitsu DS/90 running UXP/DS(V20L10)

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


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

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

Last Update October 11 2008 @ 00:15 AM

© 2008 FAQS.ORG. All rights reserved.