diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-07 01:04:43 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-07 01:04:43 +0000 |
commit | 5cc728ce6384669178239c91c57106d52cc31270 (patch) | |
tree | cba54ca25519e8b4417a299733b3a4218f1feba6 /ace/config-freebsd.h | |
parent | c51410a0cff4f19d609534bb005ed6e1c2c4fc78 (diff) | |
download | ATCD-5cc728ce6384669178239c91c57106d52cc31270.tar.gz |
Added ACE_LACKS_SIGSET for FreeBSD platform.
Diffstat (limited to 'ace/config-freebsd.h')
-rw-r--r-- | ace/config-freebsd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/config-freebsd.h b/ace/config-freebsd.h index 6a0351da44a..127fb7bec79 100644 --- a/ace/config-freebsd.h +++ b/ace/config-freebsd.h @@ -23,7 +23,8 @@ #define ACE_LACKS_RWLOCK_T #define ACE_HAS_SIG_MACROS #define ACE_HAS_CHARPTR_DL -#define ACE_USES_ASM_SYMBOL_IN_DLSYM +#define ACE_USES_ASM_SYMBOL_IN_DLSYM +#define ACE_LACKS_SIGSET // This is for 2.1.x only. By default, gcc defines __FreeBSD__ automatically #if defined(FreeBSD_2_1) |