diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-06-15 01:04:47 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-06-15 01:04:47 +0000 |
commit | 2b320aa9561c136f93b41979b9f654c7ffe43ad9 (patch) | |
tree | 5676b12361f56ab26969d9ffee31f64a3b22fa67 /acconfig.h | |
parent | a1783a3327424625d2f7b7eafbc6cd786650600f (diff) | |
download | ATCD-2b320aa9561c136f93b41979b9f654c7ffe43ad9.tar.gz |
ChangeLogTag:Wed Jun 14 17:54:18 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/acconfig.h b/acconfig.h index 109941c3506..d7871b80523 100644 --- a/acconfig.h +++ b/acconfig.h @@ -51,23 +51,6 @@ #undef ACE_HAS_TANDEM_SIGNALS #undef ACE_HAS_IRIX_53_SIGNALS -/* - * TODO: These two next #defines have an #undef before them, in - * case the variable being defined already had a value. - * The #undefs are being picked up by configure, and are commented out! - */ -#undef ACE_THREAD_MIN_PRIORITY -#if defined (ACE_THREAD_MIN_PRIORITY) -# undef PTHREAD_MIN_PRIORITY -# define PTHREAD_MIN_PRIORITY ACE_THREAD_MIN_PRIORITY -#endif /* #if defined (ACE_THREAD_MIN_PRIORITY) */ - -#undef ACE_THREAD_MAX_PRIORITY -#if defined (ACE_THREAD_MAX_PRIORITY) -# undef PTHREAD_MAX_PRIORITY -# define PTHREAD_MAX_PRIORITY ACE_THREAD_MAX_PRIORITY -#endif /* #if defined (ACE_THREAD_MAX_PRIORITY) */ - #undef PTHREAD_STACK_MIN #undef PTHREAD_STACK_MAX @@ -1479,6 +1462,8 @@ version 1.1). */ #undef ACE_WSOCK_VERSION +#undef HAVE_RESTARTABLE_SYSCALLS + /* @BOTTOM@ */ /* All lines below "@BOTTOM@" will be placed at the bottom of config.h.in. */ |