/********************************************************************************************************************************/ /* Created: 15-MAR-2001 23:38:10 by OpenVMS SDL EV1-33 */ /* Source: 15-MAR-2001 23:34:16 _$11$DUA933:[BUILD.SDL]STARDEFMP.SDI;1 */ /********************************************************************************************************************************/ /*** MODULE $PTDDEF ***/ #ifndef __PTDDEF_LOADED #define __PTDDEF_LOADED 1 #pragma nostandard #ifdef __cplusplus extern "C" { #define __unknown_params ... #else #define __unknown_params #endif #if !defined(__VAXC) && !defined(VAXC) #define __struct struct #define __union union #else #define __struct variant_struct #define __union variant_union #endif /*+ */ /* */ /* Pseudo terminal driver notification AST type definitions. */ /* */ /* N.B. */ /* These definitions are in a specific order and must not be changed */ /* without matching changes to FTUCBDEF, and FTDRIVER. */ /* */ /*- */ #define PTD$C_SEND_XON 0 /* Enable or disable XON AST */ #define PTD$C_SEND_BELL 1 /* Enable or disable BELL AST */ #define PTD$C_SEND_XOFF 2 /* Enable or disable XOFF AST */ #define PTD$C_STOP_OUTPUT 3 /* Enable or disable stop output AST */ #define PTD$C_RESUME_OUTPUT 4 /* Enable or disable resume output AST */ #define PTD$C_CHAR_CHANGED 5 /* Enable or disable characteristics change AST */ #define PTD$C_ABORT_OUTPUT 6 /* Enable or disable abort output AST */ #define PTD$C_START_READ 7 /* Enable or disable start read AST */ #define PTD$C_MIDDLE_READ 8 /* Enable or disable middle read AST */ #define PTD$C_END_READ 9 /* Enable or disable end read AST */ #define PTD$C_ENABLE_READ 10 /* Enable read ASTs */ #define PTD$C_DISABLE_READ 11 /* Disable read ASTs */ #define PTD$C_MAX_EVENTS 12 #ifdef __cplusplus } #endif #pragma standard #endif /* __PTDDEF_LOADED */