diff options
author | paulcantrell <paulcantrell> | 2007-12-10 21:59:20 +0000 |
---|---|---|
committer | paulcantrell <paulcantrell> | 2007-12-10 21:59:20 +0000 |
commit | 2ee4787d1df9784d40a7eda91e61691da3d56f74 (patch) | |
tree | 0947afb6c37ffeb4ae193401a187255cf27b0ed3 /tecvms.h | |
download | videoteco-fork-2ee4787d1df9784d40a7eda91e61691da3d56f74.tar.gz |
Initial revision
Diffstat (limited to 'tecvms.h')
-rw-r--r-- | tecvms.h | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/tecvms.h b/tecvms.h new file mode 100644 index 0000000..fb1cb6c --- /dev/null +++ b/tecvms.h @@ -0,0 +1,51 @@ +/* + * $Date: 2007/12/10 21:59:21 $ + * $Source: /cvsroot/videoteco/videoteco/tecvms.h,v $ + * $Revision: 1.1 $ + * $Locker: $ + */ + +/* tecvms.h + * Include file for VMS build + * %W% (PC) %G% + * + * COPYRIGHT (c) 1985-2003 BY + * PAUL CANTRELL & J. M. NISHINAGA + * SUDBURY, MA 01776 + * ALL RIGHTS RESERVED + * + * This software is furnished in it's current state free of charge. + * The authors reserve all rights to the software. Further + * distribution of the software is not authorized. Modifications to + * the software may be made locally, but shall not be distributed + * without the consent of the authors. This software or any other + * copies thereof, may not be provided or otherwise made available + * to anyone without express permission of the authors. Title to and + * ownership of this software remains with the authors. + * + */ + +#define VMS + +#include file +#include errno +#include stdio +#include ctype +#include perror +#include signal +#include jpidef +#include ssdef +#include iodef +#include stsdef +#include descrip +#include ttdef + +#ifndef LIB$K_CLI_LOCAL_SYM +#define LIB$K_CLI_LOCAL_SYM 1 +#endif +#ifndef CLI$M_NOWAIT +#define CLI$M_NOWAIT (1<<0) +#endif +#ifndef CLI$M_NOTIFY +#define CLI$M_NOTIFY (1<<4) +#endif |