summaryrefslogtreecommitdiffstats
path: root/compat
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-05-13 23:27:00 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-05-13 23:27:00 +0000
commitc8cf438d44f7a4cd6700dbf9621329bffd960bf5 (patch)
tree7959216ce7a758ca94acbd13881ee6f434590916 /compat
parente1b4a377222c53a186de6dabca5cb0068a1c7738 (diff)
Rename all feature flags to HAVE_* and move out of makefiles into a configure
script which must be run before building. Still two makefiles but they are a hell of a lot simpler. HAVE_* also will make it easier to move to $buildsystem if necessary later.
Diffstat (limited to 'compat')
-rw-r--r--compat/bsd-poll.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/compat/bsd-poll.h b/compat/bsd-poll.h
index dcbb9ca4..849c35ad 100644
--- a/compat/bsd-poll.h
+++ b/compat/bsd-poll.h
@@ -27,7 +27,6 @@
/* OPENBSD ORIGINAL: sys/sys/poll.h */
-#if !defined(HAVE_POLL) && !defined(HAVE_POLL_H)
#ifndef _COMPAT_POLL_H_
#define _COMPAT_POLL_H_
@@ -58,4 +57,3 @@ typedef unsigned int nfds_t;
int poll(struct pollfd *, nfds_t, int);
#endif /* !_COMPAT_POLL_H_ */
-#endif /* !HAVE_POLL_H */