03Sept02
--------
Per Ele (Maarten), FPC needs to be told to byte align things if you're trying to
read data files created with TP or BP.

It's done like this:
{$IFDEF FPC}
  {$PACKRECORDS 1}
  {$PACKENUM 1}
{$ENDIF}

The function adrv() [in common1, common, editdesc, misc and mxwave) was giving me problems
under Linux, so I {$IFDEF}'d it to return what it was passed if Linux was the target.


