Current state of my dtmail work.
authorPascal Stumpf <Pascal.Stumpf@cubes.de>
Sat, 11 Aug 2012 11:57:26 +0000 (13:57 +0200)
committerJon Trulson <jon@radscan.com>
Sun, 12 Aug 2012 01:53:02 +0000 (19:53 -0600)
commite3ad7e24e38d3388c14fba739d927628f08aeb1e
tree4f68f895ece592de08692ec62af9f2e8bbc4a35b
parent7c3a972d322eef49d4aff2b9187567cfccf29282
Current state of my dtmail work.

Mostly #ifdefs and casts; also, do not redefine strcasestr().  This will
probably be needed for Linux too when compiling without -fpermissive.
23 files changed:
cde/programs/dtmail/MotifApp/InterruptibleCmd.C
cde/programs/dtmail/MotifApp/MainWindow.C
cde/programs/dtmail/MotifApp/MenuBar.C
cde/programs/dtmail/MotifApp/SelectFileCmd.C
cde/programs/dtmail/dtmail/DmxPrintSetup.C
cde/programs/dtmail/dtmail/FindDialog.C
cde/programs/dtmail/dtmail/MsgScrollingList.C
cde/programs/dtmail/dtmail/RoamApp.C
cde/programs/dtmail/dtmail/RoamCmds.C
cde/programs/dtmail/dtmail/RoamInterruptibleCmd.C
cde/programs/dtmail/dtmail/SendMsgDialog.C
cde/programs/dtmail/dtmail/Sort.C
cde/programs/dtmail/include/DtMail/Buffer.hh
cde/programs/dtmail/include/DtMail/DtMail.h
cde/programs/dtmail/include/DtMail/Threads.hh
cde/programs/dtmail/libDtMail/Common/DtMailRc.C
cde/programs/dtmail/libDtMail/Common/HashTable.C
cde/programs/dtmail/libDtMail/Common/IO.C
cde/programs/dtmail/libDtMail/Common/NotDynamic.C
cde/programs/dtmail/libDtMail/RFC/RFCFormat.C
cde/programs/dtmail/libDtMail/RFC/RFCMailBox.C
cde/programs/dtmail/libDtMail/RFC/RFCMailValues.C
cde/programs/dtmail/libDtMail/RFC/RFCTransport.C