diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-04-28 17:56:10 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-04-28 17:56:10 +0000 |
commit | 3bcb0523e71f46b27d8b836d6aed3e26db72e50f (patch) | |
tree | ac534f75cf1fd3b4810cf08abf6129bf749d1a2f /ace/OS.h | |
parent | 4257abce123a8ce1dc27f54766529ea25b7d8f8a (diff) | |
download | ATCD-3bcb0523e71f46b27d8b836d6aed3e26db72e50f.tar.gz |
ChangeLogTag:Mon Apr 28 10:54:02 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/OS.h')
-rw-r--r-- | ace/OS.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3223,11 +3223,11 @@ extern "C" # include /**/ <netinet/tcp.h> # endif /* ACE_LACKS_TCP_H */ -# if defined (__Lynx__) +# if defined (__Lynx__) || defined (UNIXWARE_7_1) # ifndef howmany # define howmany(x, y) (((x)+((y)-1))/(y)) # endif /* howmany */ -# endif /* __Lynx__ */ +# endif /* __Lynx__ || UNIXWARE_7_1 */ # if defined (CHORUS) # include /**/ <chorus.h> |