Merge branch 'vim-with-runtime' into feat/tagfunc
[vim_extended.git] / src / os_vms_conf.h
blobd70ab6137cd95602fb3b1b1f30050dfed2a30074
1 /* os_vms_conf.h. Replaces auto/config.h for VMS */
3 #define CASE_INSENSITIVE_FILENAME /* Open VMS is case insensitive */
4 #define SPACE_IN_FILENAME /* There could be space between user and passwd */
5 #define FNAME_ILLEGAL "|*#?%" /* Illegal characters in a file name */
6 #define BINARY_FILE_IO /* Use binary fileio */
7 #define USE_GETCWD
8 #define USE_SYSTEM
10 /* Define when terminfo support found */
11 #undef TERMINFO
13 /* Define when termcap.h contains ospeed */
14 /* #define HAVE_OSPEED */
16 /* Define when termcap.h contains UP, BC and PC */
17 /* #define HAVE_UP_BC_PC */
19 /* Define when termcap.h defines outfuntype */
20 /*#define HAVE_OUTFUNTYPE */
22 /* Define when __DATE__ " " __TIME__ can be used */
23 #define HAVE_DATE_TIME
25 /* Defined to the size of an int */
26 #define SIZEOF_INT 4
28 /* #undef USEBCOPY */
29 #define USEMEMMOVE
30 /* #undef USEMEMCPY */
32 /* Define when "man -s 2" is to be used */
33 /* #undef USEMAN_S */
35 /* Define to empty if the keyword does not work. */
36 /* #undef const */
38 /* Define to `int' if <sys/types.h> doesn't define. */
39 /* #undef mode_t */
41 /* Define to `long' if <sys/types.h> doesn't define. */
42 /* #undef off_t */
44 /* Define to `long' if <sys/types.h> doesn't define. */
45 /* #undef pid_t */
47 /* Define to `unsigned' if <sys/types.h> doesn't define. */
48 /* #undef size_t */
50 /* Define to `int' if <sys/types.h> doesn't define. */
51 /* #undef uid_t */
53 /* Define to `int' if <sys/types.h> doesn't define. */
54 /* #undef gid_t */
56 /* Define to `long' if <sys/types.h> doesn't define. */
57 /* #undef ino_t */
59 /* Define if you have the nanosleep() function. */
60 /* #undef HAVE_NANOSLEEP */
62 /* Define if you can safely include both <sys/time.h> and <time.h>. */
63 #define TIME_WITH_SYS_TIME
65 /* Define if you can safely include both <sys/time.h> and <sys/select.h>. */
66 /* #undef SYS_SELECT_WITH_SYS_TIME */
68 /* Define as the return type of signal handlers (int or void). */
69 #define RETSIGTYPE void
71 /* Define as the command at the end of signal handlers ("" or "return 0;"). */
72 #define SIGRETURN return
74 /* Define if struct sigcontext is present */
75 #define HAVE_SIGCONTEXT
77 /* Define if toupper/tolower only work on lower/uppercase characters */
78 /* #define BROKEN_TOUPPER */
80 /* Define if tgetstr() has a second argument that is (char *) */
81 /* #undef TGETSTR_CHAR_P */
83 /* Define if you have the sigset() function. */
84 /* #undef HAVE_SIGSET */
86 /* Define if you have the setpgid() function. */
87 /* #undef HAVE_SETPGID */
89 /* Define if you have the setsid() function. */
90 /* #undef HAVE_SETSID */
92 /* Define if you have the sigset() function. */
93 /* #undef HAVE_SIGSET */
95 #define TGETENT_ZERO_ERR
96 #define HAVE_GETCWD
97 #define HAVE_STRCSPN
98 #define HAVE_STRTOL
99 #define HAVE_TGETENT
100 #define HAVE_MEMSET
101 #define HAVE_MEMCMP
102 #define HAVE_STRERROR
103 #define HAVE_FCHOWN
104 #define HAVE_RENAME
105 #define HAVE_QSORT
106 #define HAVE_FSYNC
107 #define HAVE_GETPWUID
108 #define HAVE_GETPWNAM
109 #define HAVE_STDARG_H
110 #define HAVE_STDLIB_H
111 #define HAVE_STRING_H
112 #define HAVE_ERRNO_H
113 #define HAVE_OPENDIR
114 #define HAVE_PUTENV
115 #define HAVE_SETENV
116 #define HAVE_SETJMP_H
117 #define HAVE_MATH_H
118 #define HAVE_FLOAT_FUNCS
120 #undef HAVE_DIRENT_H
121 #undef HAVE_SYS_NDIR_H
122 #undef HAVE_SYS_DIR_H
123 #undef HAVE_NDIR_H
124 #undef HAVE_SYS_WAIT_H
125 #undef HAVE_UNION_WAIT
126 #undef HAVE_SYS_SELECT_H
127 #undef HAVE_SYS_UTSNAME_H
128 #undef HAVE_SYS_SYSTEMINFO_H
129 #undef HAVE_TERMCAP_H
130 #undef HAVE_SGTTY_H
131 #undef HAVE_SYS_IOCTL_H
132 #undef HAVE_TERMIO_H
133 #undef HAVE_STROPTS_H
134 #undef HAVE_SYS_STREAM_H
135 #undef HAVE_SYS_PTEM_H
136 #undef HAVE_TERMIOS_H
137 #undef HAVE_LIBC_H
138 #undef HAVE_SYS_STATFS_H
139 #undef HAVE_SYS_POLL_H
140 #undef HAVE_PWD_H
141 #undef HAVE_FCHDIR
143 /* Hardware specific */
144 #ifdef VAX
145 #undef HAVE_GETTIMEOFDAY
146 #undef HAVE_USLEEP
147 #undef HAVE_STRCASECMP
148 #undef HAVE_STRINGS_H
149 #undef HAVE_SIGSETJMP
150 #else
151 #define HAVE_GETTIMEOFDAY
152 #define HAVE_USLEEP
153 #define HAVE_STRCASECMP
154 #define HAVE_STRINGS_H
155 #define HAVE_SIGSETJMP
156 #endif
158 /* Compiler specific */
159 #ifdef VAXC
160 #undef HAVE_SELECT
161 #undef HAVE_FCNTL_H
162 #undef HAVE_UNISTD_H
163 #undef HAVE_SYS_TIME_H
164 #undef HAVE_LOCALE_H
165 #define BROKEN_LOCALE
166 #undef HAVE_ICONV_H
167 #undef HAVE_ICONV
168 #undef DYNAMIC_ICONV
169 #undef HAVE_STRFTIME
170 #else
171 #define HAVE_SELECT
172 #define HAVE_FCNTL_H
173 #define HAVE_UNISTD_H 1
174 #define HAVE_SYS_TIME_H
175 #define HAVE_LOCALE_H
176 #define BROKEN_LOCALE
177 #undef HAVE_ICONV_H
178 #undef HAVE_ICONV
179 #undef DYNAMIC_ICONV
180 #define HAVE_STRFTIME
181 #endif
183 /* GUI support defines */
184 #if defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_GTK)
185 #define HAVE_X11
186 #define USE_FONTSET
187 #undef X_LOCALE
188 #endif