diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-03-30 03:56:46 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-03-30 03:56:46 +0000 |
commit | 5ed19c098a03e3c4e251ea1ea8404df0346b247e (patch) | |
tree | 9c9752c91a2c917f2a663bec9d5cc40ffb393d79 /acconfig.h | |
parent | e1256e7473841725400ccdd96d2f29862a0a4347 (diff) | |
download | ATCD-5ed19c098a03e3c4e251ea1ea8404df0346b247e.tar.gz |
Updated to use ACE_NEEDS_SCHED_H instead of ACE_LACKS_SCHED_H.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index 7b97fc28f5d..d9ee7130f64 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1291,7 +1291,7 @@ #undef ACE_NEEDS_REGEXPR_H /* Platform needs to #include <sched.h> to get thread scheduling defs. */ -#undef ACE_LACKS_SCHED_H +#undef ACE_NEEDS_SCHED_H /* <time.h> doesn't automatically #include <sys/time.h> */ #undef ACE_LACKS_SYSTIME_H |