9.3.0beta3 and HAVE_xxxx_H
Roca Carrio, Ignasi (PO EP)
Ignasi.Roca at fujitsu-siemens.com
Thu May 27 10:10:37 UTC 2004
Hi,
As config.h knows the existence of several include files via HAVE_xxxx_H =
defines,
why don't ask on C-sources for the define each place the corresponding =
include is requested ?
Example:
--- dighost.c.orig Tue Apr 13 05:00:06 2004
+++ dighost.c Thu May 27 12:05:59 2004
@@ -28,7 +28,9 @@
#include <config.h>
#include <stdlib.h>
+#ifdef HAVE_UNISTD_H =
=20
#include <unistd.h> =
=20
+#endif
#include <string.h> =
=20
#include <limits.h>
On BS2000 Operating System where I'm trying to run lwresd there is not =
sys/param.h, If possible to add sys/param.h to the list of HAVE_xxxx_H =
defines ?
Greetings,
Ignasi Roca Carri=F3
EP SW TP AIS
Fujitsu Siemens Computers
More information about the bind-workers
mailing list