diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-11 02:56:11 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-11 02:56:11 +0000 |
commit | c05049aa926023a467418113497182c326e28d82 (patch) | |
tree | 4c67c5df9cf2258c332609945289507fca11ca04 | |
parent | 22130465297326621027a2dbfa96532ae0f77902 (diff) | |
download | ATCD-c05049aa926023a467418113497182c326e28d82.tar.gz |
Changed FreeBSD_2_1 to __FreeBSD__.
-rw-r--r-- | TAO/tao/orbconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/orbconf.h b/TAO/tao/orbconf.h index b3ee1074e16..5435e399570 100644 --- a/TAO/tao/orbconf.h +++ b/TAO/tao/orbconf.h @@ -58,7 +58,7 @@ #endif // The number of bytes in an int. -#if defined (_WIN32) || defined (linux) || defined (ACE_NETBSD) || defined (FreeBSD_2_1) || defined (VXWORKS) +#if defined (_WIN32) || defined (linux) || defined (ACE_NETBSD) || defined (__FreeBSD__) || defined (VXWORKS) # define SIZEOF_INT 4 #else // Win16 # define SIZEOF_INT 2 @@ -76,7 +76,7 @@ #endif /* !defined (_WIN32) && !defined (VXWORKS) */ // The number of bytes in a long double. -#if defined (linux) || defined (ACE_NETBSD) || defined (FreeBSD_2_1) +#if defined (linux) || defined (ACE_NETBSD) || defined (__FreeBSD__) # define SIZEOF_LONG_DOUBLE 12 #elif defined (_WIN32) || defined (VXWORKS) || defined (M_UNIX) # define SIZEOF_LONG_DOUBLE 8 |