diff options
author | fhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-01-31 02:54:22 +0000 |
---|---|---|
committer | fhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-01-31 02:54:22 +0000 |
commit | 34a5b190313aa64d5b872b47b0a0d09bc11cff9f (patch) | |
tree | 86885ccec47620f95400f3773b95ab99c24f8d0e /ace | |
parent | 6b547f0966c410d6e0622362f70334f0b837b662 (diff) | |
download | ATCD-34a5b190313aa64d5b872b47b0a0d09bc11cff9f.tar.gz |
ChangeLogTag: Thu Jan 30 21:50:27 2003 Frank Hunleth <frank@hunleth.com>
Diffstat (limited to 'ace')
-rw-r--r-- | ace/config-openbsd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-openbsd.h b/ace/config-openbsd.h index 8738398669b..f0edabffd19 100644 --- a/ace/config-openbsd.h +++ b/ace/config-openbsd.h @@ -226,6 +226,9 @@ #define ACE_HAS_SNPRINTF +// OpenBSD 3.2 lacks sched_setscheduler (see /usr/src/lib/libc_r/TODO) +#define ACE_LACKS_SETSCHED + // OpenBSD supports IPv6 by default, but ACE IPv6 code // has compile errors. //#define ACE_HAS_IPV6 |