summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>2002-09-20 21:34:31 +0000
committermycroft <mycroft@NetBSD.org>2002-09-20 21:34:31 +0000
commitee4861507496f0e96397faeb466aef94fa552fd6 (patch)
tree5c24356f41e04bb992ad0cca4a7273f34f9fd28d /include
parent09f431f5bf35785448fd42eec004abd1f09132a9 (diff)
select() -> poll()
Diffstat (limited to 'include')
-rw-r--r--include/heimdal/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/heimdal/config.h b/include/heimdal/config.h
index 01a1b6b0154..4ec141a7653 100644
--- a/include/heimdal/config.h
+++ b/include/heimdal/config.h
@@ -538,6 +538,9 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
/* Define to 1 if you have the `pidfile' function. */
#define HAVE_PIDFILE 1
+/* Define to 1 if you have the `poll' function. */
+#define HAVE_POLL 1
+
/* Define to 1 if you have the <pthread.h> header file. */
/* #undef HAVE_PTHREAD_H */
@@ -868,6 +871,9 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
/* Define to 1 if you have the <sys/param.h> header file. */
#define HAVE_SYS_PARAM_H 1
+/* Define to 1 if you have the <sys/poll.h> header file. */
+#define HAVE_SYS_POLL_H 1
+
/* Define to 1 if you have the <sys/proc.h> header file. */
#define HAVE_SYS_PROC_H 1