Source bug: syslog.h or sys/syslog.h

In amaya 1.3, the syslog.h file was searched for in <sys/syslog.h>. This
was wrong on my HP machine but no problem for me to fix.

In amaya 1.3a source, the syslog.h file is searched for in <syslog.h>
and <sys/syslog.h> in different sources. Can you please update this?
Mayor files: ./thotlib/include/sysdep.h and
./libwww/Library/src/wwwsys.h.

find . -type f -exec grep syslog.h {} /dev/null \;
./config.h.in:/* Define if you have the <syslog.h> header file.  */
./configure:for ac_hdr in syslog.h
./configure.in:AC_CHECK_HEADERS(syslog.h)
./thotlib/include/sysdep.h:/* syslog.h */
./thotlib/include/sysdep.h:#include <sys/syslog.h>
./libwww/configure:for ac_hdr in syslog.h
./libwww/configure.in:AC_CHECK_HEADERS(syslog.h)
./libwww/wwwconf.h.in:/* Define if you have the <syslog.h> header file. 
*/
./libwww/Library/src/wwwsys.h:/* syslog.h */
./libwww/Library/src/wwwsys.h:#include <syslog.h>

the next are generated after a configure:
./HP-UX.B.10.20/config.log:configure:3284: checking for syslog.h
./HP-UX.B.10.20/config.h:/* Define if you have the <syslog.h> header
file.  */
./HP-UX.B.10.20/config.cache:ac_cv_header_syslog_h=${ac_cv_header_syslog_h='yes'}

Can you be specific and update accordingly?

CB

-- 
Try not to let implementation details sneak into design documents.
Corne' Beerse					| Alcatel Telecom Nederland
mailto:beerse@ats.nld.alcatel.nl		| Postbus 3292
talkto:+31(70)3079108 faxto:+31(70)3079191	| NL-2280 GG  Rijswijk

Received on Friday, 25 September 1998 08:23:45 UTC