!This is the wrapper file used by UNIX2DVX
!Text in this file is included wherevever the header file name
!to be included is found in the file being processed
!
!The following macros are recognised and will be replaced by
!the relevant text
!
!
! $UNIXNAME  - The Unix version of the header file name
! $MSDOSNAME - The corresponding truncated DOS header file name
! $DATE      - The current date extracted from the system
! $TIME	     - The current time extracted from the system
!
!
#ifdef MSDOS
#include "$MSDOSNAME"      /* QDK $DATE $TIME */
#else
#include "$UNIXNAME"
#endif
