Change in porting tactics: OS/2's EMX porting layer doesn't allow multiple
authorDavid Schmidt <david__schmidt@users.sourceforge.net>
Thu, 25 Oct 2001 03:40:48 +0000 (03:40 +0000)
committerDavid Schmidt <david__schmidt@users.sourceforge.net>
Thu, 25 Oct 2001 03:40:48 +0000 (03:40 +0000)
commit5f390b415777db21894f1b856ab3d21c9c24f7c6
tree03699768edb232f449a50f383965bab4e5d22f9a
parent7a6bc2c1cf80345d0a120809bbde5ade5b4f4165
Change in porting tactics: OS/2's EMX porting layer doesn't allow multiple
threads to call select() simultaneously.  So, it's time to do a real, live,
native OS/2 port.  See defines for __EMX__ (the porting layer) vs. __OS2__
(native). Both versions will work, but using __OS2__ offers multi-threading.
12 files changed:
actions.c
cgiedit.c
errlog.c
filters.c
gateway.c
jbsockets.c
jcc.c
killpopup.c
list.c
loadcfg.c
loaders.c
parsers.c