File: LYVMSdef.h

package info (click to toggle)
lynx-cur 2.8.8dev.5-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 14,672 kB
  • ctags: 12,330
  • sloc: ansic: 129,865; sh: 3,763; makefile: 1,003; perl: 909; yacc: 765
file content (18 lines) | stat: -rw-r--r-- 562 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

#ifndef LYVMSDEF_H
#define LYVMSDEF_H

/*
 *  These are VMS system definitions which may not be in the headers
 *  of old VMS compilers and contain non-ANSI extended tokens that
 *  generate warnings by some Unix compilers while looking for the
 *  "#endif" which closes the outer "#ifdef VMS".
 */
#ifndef CLI$M_TRUSTED
#define CLI$M_TRUSTED 64	/* May not be in the compiler's clidef.h */
#endif /* !CLI$M_TRUSTED */
#ifndef LIB$_INVARG
#define LIB$_INVARG 1409588	/* May not be in the compiler's libdef.h */
#endif /* !LIB$_INVARG */

#endif /* LYVMSDEF_H */