blob: 0a8bab2290fa8e27fa19afd098efbfa893bbda54 (
plain)
1
2
3
4
5
6
7
8
9
|
/* System file for openbsd. */
/* Nearly the same as NetBSD. Note there are differences in configure. */
#include "netbsd.h"
/* The symbol SIGIO is defined, but the feature doesn't work in the
way Emacs needs it to. See
<http://article.gmane.org/gmane.os.openbsd.ports/46831>. */
#define BROKEN_SIGIO
|