This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make the VERSION of File::Spec be 0.86, otherwise File::Temp's
[perl5.git] / vms / vmsish.h
CommitLineData
a0d0e21e
LW
1/* vmsish.h
2 *
3 * VMS-specific C header file for perl5.
4 *
562a7b0c
CB
5 * Last revised: 16-Sep-1998 by Charles Bailey bailey@newman.upenn.edu
6 * Version: 5.5.2
a0d0e21e
LW
7 */
8
9#ifndef __vmsish_h_included
10#define __vmsish_h_included
11
12#include <descrip.h> /* for dirent struct definitions */
748a9306
LW
13#include <libdef.h> /* status codes for various places */
14#include <rmsdef.h> /* at which errno and vaxc$errno are */
15#include <ssdef.h> /* explicitly set in the perl source code */
4fdae800 16#include <stsdef.h> /* bitmasks for exit status testing */
748a9306 17
4633a7c4 18/* Suppress compiler warnings from DECC for VMS-specific extensions:
e518068a 19 * ADDRCONSTEXT,NEEDCONSTEXT: initialization of data with non-constant values
20 * (e.g. pointer fields of descriptors)
21 */
bc10a425 22#if defined(__DECC) || defined(__DECCXX)
22d4bb9c
CB
23# pragma message disable (ADDRCONSTEXT,NEEDCONSTEXT)
24#endif
e518068a 25
748a9306
LW
26/* DEC's C compilers and gcc use incompatible definitions of _to(upp|low)er() */
27#ifdef _toupper
28# undef _toupper
29#endif
30#define _toupper(c) (((c) < 'a' || (c) > 'z') ? (c) : (c) & ~040)
31#ifdef _tolower
32# undef _tolower
33#endif
34#define _tolower(c) (((c) < 'A' || (c) > 'Z') ? (c) : (c) | 040)
4633a7c4
LW
35/* DECC 1.3 has a funny definition of abs; it's fixed in DECC 4.0, so this
36 * can go away once DECC 1.3 isn't in use any more. */
22d4bb9c 37#if defined(__ALPHA) && (defined(__DECC) || defined(__DECCXX))
4633a7c4
LW
38#undef abs
39#define abs(__x) __ABS(__x)
40#undef labs
41#define labs(__x) __LABS(__x)
42#endif /* __ALPHA && __DECC */
a0d0e21e
LW
43
44/* Assorted things to look like Unix */
45#ifdef __GNUC__
46#ifndef _IOLBF /* gcc's stdio.h doesn't define this */
47#define _IOLBF 1
48#endif
748a9306 49#endif
a0d0e21e
LW
50#include <processes.h> /* for vfork() */
51#include <unixio.h>
a0d0e21e
LW
52#include <unixlib.h>
53#include <file.h> /* it's not <sys/file.h>, so don't use I_SYS_FILE */
bc10a425
CB
54#if (defined(__DECC) && defined(__DECC_VER) && __DECC_VER > 20000000) || defined(__DECCXX)
55# include <unistd.h> /* DECC has this; gcc doesn't */
09b7f37c
CB
56#endif
57
aa689395 58#ifdef NO_PERL_TYPEDEFS /* a2p; we don't want Perl's special routines */
59# define DONT_MASK_RTL_CALLS
60#endif
61
562a7b0c
CB
62/* Note that we do, in fact, have this */
63#define HAS_GETENV_SV
cc077a9f 64#define HAS_GETENV_LEN
562a7b0c 65
fd8cd3a3
DS
66/* All this stiff is for the x2P programs. Hopefully they'll still work */
67#if defined(PERL_FOR_X2P)
68#ifndef aTHX_
69#define aTHX_
70#endif
71#ifndef pTHX_
72#define pTHX_
73#endif
74#ifndef pTHX
75#define pTHX
76#endif
77#endif
78
aa689395 79#ifndef DONT_MASK_RTL_CALLS
80# ifdef getenv
81# undef getenv
82# endif
562a7b0c 83 /* getenv used for regular logical names */
fd8cd3a3 84# define getenv(v) Perl_my_getenv(aTHX_ v,TRUE)
aa689395 85#endif
19c10e8f
CB
86#ifdef getenv_len
87# undef getenv_len
88#endif
fd8cd3a3 89#define getenv_len(v,l) Perl_my_getenv_len(aTHX_ v,l,TRUE)
aa689395 90
4fdae800 91/* DECC introduces this routine in the RTL as of VMS 7.0; for now,
92 * we'll use ours, since it gives us the full VMS exit status. */
4fdae800 93#define waitpid my_waitpid
94
61bb5906
CB
95/* Don't redeclare standard RTL routines in Perl's header files;
96 * VMS history or extensions makes some of the formal protoypes
97 * differ from the common Unix forms.
98 */
99#define DONT_DECLARE_STD 1
100
bf109933 101/* Our own contribution to PerlShr's global symbols . . . */
562a7b0c 102#define prime_env_iter Perl_prime_env_iter
fd8cd3a3
DS
103#define vms_image_init Perl_vms_image_init
104#define my_tmpfile Perl_my_tmpfile
105#define vmstrnenv Perl_vmstrnenv
5c84aa53 106#if !defined(PERL_IMPLICIT_CONTEXT)
fd8cd3a3
DS
107#define my_getenv_len Perl_my_getenv_len
108#define vmssetenv Perl_vmssetenv
4b19af01 109#define my_trnlnm Perl_my_trnlnm
562a7b0c 110#define my_setenv Perl_my_setenv
5c84aa53 111#define my_getenv Perl_my_getenv
4b19af01
CB
112#define tounixspec Perl_tounixspec
113#define tounixspec_ts Perl_tounixspec_ts
114#define tovmsspec Perl_tovmsspec
115#define tovmsspec_ts Perl_tovmsspec_ts
116#define tounixpath Perl_tounixpath
117#define tounixpath_ts Perl_tounixpath_ts
118#define tovmspath Perl_tovmspath
119#define tovmspath_ts Perl_tovmspath_ts
120#define do_rmdir Perl_do_rmdir
121#define fileify_dirspec Perl_fileify_dirspec
122#define fileify_dirspec_ts Perl_fileify_dirspec_ts
123#define pathify_dirspec Perl_pathify_dirspec
124#define pathify_dirspec_ts Perl_pathify_dirspec_ts
125#define trim_unixpath Perl_trim_unixpath
126#define opendir Perl_opendir
127#define rmscopy Perl_rmscopy
fd8cd3a3
DS
128#define my_mkdir Perl_my_mkdir
129#define vms_do_aexec Perl_vms_do_aexec
130#define vms_do_exec Perl_vms_do_exec
131#define my_waitpid Perl_my_waitpid
132#define my_crypt Perl_my_crypt
133#define kill_file Perl_kill_file
134#define my_utime Perl_my_utime
135#define my_chdir Perl_my_chdir
136#define do_aspawn Perl_do_aspawn
137#define seekdir Perl_seekdir
138#define my_gmtime Perl_my_gmtime
139#define my_localtime Perl_my_localtime
140#define my_time Perl_my_time
141#define do_spawn Perl_do_spawn
142#define flex_fstat Perl_flex_fstat
143#define flex_stat Perl_flex_stat
144#define cando_by_name Perl_cando_by_name
145#define my_getpwnam Perl_my_getpwnam
146#define my_getpwuid Perl_my_getpwuid
147#define my_flush Perl_my_flush
148#define readdir Perl_readdir
a9852f7c 149#define readdir_r Perl_readdir_r
5c84aa53 150#else
fd8cd3a3
DS
151#define my_getenv_len(a,b,c) Perl_my_getenv_len(aTHX_ a,b,c)
152#define vmssetenv(a,b,c) Perl_vmssetenv(aTHX_ a,b,c)
4b19af01 153#define my_trnlnm(a,b,c) Perl_my_trnlnm(aTHX_ a,b,c)
5c84aa53
CB
154#define my_setenv(a,b) Perl_my_setenv(aTHX_ a,b)
155#define my_getenv(a,b) Perl_my_getenv(aTHX_ a,b)
4b19af01
CB
156#define tounixspec(a,b) Perl_tounixspec(aTHX_ a,b)
157#define tounixspec_ts(a,b) Perl_tounixspec_ts(aTHX_ a,b)
158#define tovmsspec(a,b) Perl_tovmsspec(aTHX_ a,b)
159#define tovmsspec_t(a,b) Perl_tovmsspec_ts(aTHX_ a,b)
160#define tounixpath(a,b) Perl_tounixpath(aTHX_ a,b)
161#define tounixpath_ts(a,b) Perl_tounixpath_ts(aTHX_ a,b)
162#define tovmspath(a,b) Perl_tovmspath(aTHX_ a,b)
163#define tovmspath_ts(a,b) Perl_tovmspath_ts(aTHX_ a,b)
164#define do_rmdir(a) Perl_do_rmdir(aTHX_ a)
165#define fileify_dirspec(a,b) Perl_fileify_dirspec(aTHX_ a,b)
166#define fileify_dirspec_ts(a,b) Perl_fileify_dirspec_ts(aTHX_ a,b)
167#define pathify_dirspec Perl_pathify_dirspec
168#define pathify_dirspec_ts Perl_pathify_dirspec_ts
169#define rmsexpand(a,b,c,d) Perl_rmsexpand(aTHX_ a,b,c,d)
170#define rmsexpand_ts(a,b,c,d) Perl_rmsexpand_ts(aTHX_ a,b,c,d)
171#define trim_unixpath(a,b,c) Perl_trim_unixpath(aTHX_ a,b,c)
172#define opendir(a) Perl_opendir(aTHX_ a)
173#define rmscopy(a,b,c) Perl_rmscopy(aTHX_ a,b,c)
fd8cd3a3
DS
174#define my_mkdir(a,b) Perl_my_mkdir(aTHX_ a,b)
175#define vms_do_aexec(a,b,c) Perl_vms_do_aexec(aTHX_ a,b,c)
176#define vms_do_exec(a) Perl_vms_do_exec(aTHX_ a)
177#define my_waitpid(a,b,c) Perl_my_waitpid(aTHX_ a,b,c)
178#define my_crypt(a,b) Perl_my_crypt(aTHX_ a,b)
179#define kill_file(a) Perl_kill_file(aTHX_ a)
180#define my_utime(a,b) Perl_my_utime(aTHX_ a,b)
181#define my_chdir(a) Perl_my_chdir(aTHX_ a)
182#define do_aspawn(a,b,c) Perl_do_aspawn(aTHX_ a,b,c)
183#define seekdir(a,b) Perl_seekdir(aTHX_ a,b)
184#define my_gmtime(a) Perl_my_gmtime(aTHX_ a)
185#define my_localtime(a) Perl_my_localtime(aTHX_ a)
186#define my_time(a) Perl_my_time(aTHX_ a)
187#define do_spawn(a) Perl_do_spawn(aTHX_ a)
188#define flex_fstat(a,b) Perl_flex_fstat(aTHX_ a,b)
189#define cando_by_name(a,b,c) Perl_cando_by_name(aTHX_ a,b,c)
190#define flex_stat(a,b) Perl_flex_stat(aTHX_ a,b)
191#define my_getpwnam(a) Perl_my_getpwnam(aTHX_ a)
192#define my_getpwuid(a) Perl_my_getpwuid(aTHX_ a)
193#define my_flush(a) Perl_my_flush(aTHX_ a)
194#define readdir(a) Perl_readdir(aTHX_ a)
a9852f7c 195#define readdir_r(a,b,c) Perl_readdir_r(aTHX_ a,b,c)
5c84aa53 196#endif
562a7b0c 197#define my_gconvert Perl_my_gconvert
562a7b0c 198#define telldir Perl_telldir
562a7b0c
CB
199#define closedir Perl_closedir
200#define vmsreaddirversions Perl_vmsreaddirversions
562a7b0c
CB
201#define my_sigemptyset Perl_my_sigemptyset
202#define my_sigfillset Perl_my_sigfillset
203#define my_sigaddset Perl_my_sigaddset
204#define my_sigdelset Perl_my_sigdelset
205#define my_sigismember Perl_my_sigismember
206#define my_sigprocmask Perl_my_sigprocmask
562a7b0c 207#define my_vfork Perl_my_vfork
bc10a425
CB
208#define my_fdopen Perl_my_fdopen
209#define my_fclose Perl_my_fclose
562a7b0c 210#define my_fwrite Perl_my_fwrite
562a7b0c
CB
211#define my_getpwent Perl_my_getpwent
212#define my_endpwent Perl_my_endpwent
213#define my_getlogin Perl_my_getlogin
562a7b0c 214#define init_os_extras Perl_init_os_extras
bf109933 215
216/* Delete if at all possible, changing protections if necessary. */
748a9306
LW
217#define unlink kill_file
218
0414b1a0 219/*
220 * Intercept calls to fork, so we know whether subsequent calls to
221 * exec should be handled in VMSish or Unixish style.
222 */
223#define fork my_vfork
aa689395 224#ifndef DONT_MASK_RTL_CALLS /* #defined in vms.c so we see real vfork */
0414b1a0 225# ifdef vfork
226# undef vfork
227# endif
228# define vfork my_vfork
229#endif
230
674d6c38
CB
231/*
232 * Toss in a shim to tmpfile which creates a plain temp file if the
233 * RMS tmp mechanism won't work (e.g. if someone is relying on ACLs
234 * from a specific directory to permit creation of files).
235 */
236#ifndef DONT_MASK_RTL_CALLS
fd8cd3a3 237# define tmpfile Perl_my_tmpfile
674d6c38
CB
238#endif
239
240
0414b1a0 241/* BIG_TIME:
242 * This symbol is defined if Time_t is an unsigned type on this system.
243 */
244#define BIG_TIME
245
0414b1a0 246/* ACME_MESS:
247 * This symbol, if defined, indicates that error messages should be
248 * should be generated in a format that allows the use of the Acme
249 * GUI/editor's autofind feature.
250 */
251#undef ACME_MESS /**/
e518068a 252
44a8e56a 253/* ALTERNATE_SHEBANG:
254 * This symbol, if defined, contains a "magic" string which may be used
255 * as the first line of a Perl program designed to be executed directly
256 * by name, instead of the standard Unix #!. If ALTERNATE_SHEBANG
257 * begins with a character other then #, then Perl will only treat
258 * it as a command line if if finds the string "perl" in the first
259 * word; otherwise it's treated as the first line of code in the script.
260 * (IOW, Perl won't hand off to another interpreter via an alternate
261 * shebang sequence that might be legal Perl code.)
262 */
263#define ALTERNATE_SHEBANG "$"
264
a44ceb8e
CB
265/* Lower case entry points for these are missing in some earlier RTLs
266 * so we borrow the defines and declares from errno.h and upcase them.
267 */
268#if defined(VMS_WE_ARE_CASE_SENSITIVE) && (__DECC_VER < 50500000)
269# define errno (*CMA$TIS_ERRNO_GET_ADDR())
270# define vaxc$errno (*CMA$TIS_VMSERRNO_GET_ADDR())
271 int *CMA$TIS_ERRNO_GET_ADDR (void); /* UNIX style error code */
272 int *CMA$TIS_VMSERRNO_GET_ADDR (void); /* VMS error (errno == EVMSERR) */
273#endif
274
748a9306
LW
275/* Macros to set errno using the VAX thread-safe calls, if present */
276#if (defined(__DECC) || defined(__DECCXX)) && !defined(__ALPHA)
277# define set_errno(v) (cma$tis_errno_set_value(v))
774d564b 278 void cma$tis_errno_set_value(int __value); /* missing in some errno.h */
748a9306
LW
279# define set_vaxc_errno(v) (vaxc$errno = (v))
280#else
281# define set_errno(v) (errno = (v))
282# define set_vaxc_errno(v) (vaxc$errno = (v))
283#endif
284
ff0cee69 285/* Support for 'vmsish' behaviors enabled with C<use vmsish> pragma */
286
287#define COMPLEX_STATUS 1 /* We track both "POSIX" and VMS values */
288
aa689395 289#define HINT_V_VMSISH 24
744a34f9 290#define HINT_M_VMSISH_STATUS 0x40000000 /* system, $? return VMS status */
a0ed51b3 291#define HINT_M_VMSISH_TIME 0x80000000 /* times are local, not UTC */
6b88bc9c 292#define NATIVE_HINTS (PL_hints >> HINT_V_VMSISH) /* used in op.c */
ff0cee69 293
6b88bc9c 294#define TEST_VMSISH(h) (PL_curcop->op_private & ((h) >> HINT_V_VMSISH))
ff0cee69 295#define VMSISH_STATUS TEST_VMSISH(HINT_M_VMSISH_STATUS)
ff0cee69 296#define VMSISH_TIME TEST_VMSISH(HINT_M_VMSISH_TIME)
297
96e176bf
CL
298/* VMS-specific data storage */
299
300#define HAVE_INTERP_INTERN
301struct interp_intern {
302 int hushed;
3ff49832 303 double inv_rand_max;
96e176bf
CL
304};
305#define VMSISH_HUSHED (PL_sys_intern.hushed)
306#define MY_INV_RAND_MAX (PL_sys_intern.inv_rand_max)
307
562a7b0c
CB
308/* Flags for vmstrnenv() */
309#define PERL__TRNENV_SECURE 0x01
843027b0 310#define PERL__TRNENV_JOIN_SEARCHLIST 0x02
562a7b0c 311
748a9306 312/* Handy way to vet calls to VMS system services and RTL routines. */
bf109933 313#define _ckvmssts(call) STMT_START { register unsigned long int __ckvms_sts; \
748a9306
LW
314 if (!((__ckvms_sts=(call))&1)) { \
315 set_errno(EVMSERR); set_vaxc_errno(__ckvms_sts); \
5c84aa53 316 Perl_croak(aTHX_ "Fatal VMS error (status=%d) at %s, line %d", \
bf109933 317 __ckvms_sts,__FILE__,__LINE__); } } STMT_END
a0d0e21e 318
0414b1a0 319/* Same thing, but don't call back to Perl's croak(); useful for errors
320 * occurring during startup, before Perl's state is initialized */
321#define _ckvmssts_noperl(call) STMT_START { register unsigned long int __ckvms_sts; \
322 if (!((__ckvms_sts=(call))&1)) { \
323 set_errno(EVMSERR); set_vaxc_errno(__ckvms_sts); \
a15cef0c 324 fprintf(stderr,"Fatal VMS error (status=%d) at %s, line %d", \
0414b1a0 325 __ckvms_sts,__FILE__,__LINE__); lib$signal(__ckvms_sts); } } STMT_END
326
a0d0e21e
LW
327#ifdef VMS_DO_SOCKETS
328#include "sockadapt.h"
86774884
CB
329#define PERL_SOCK_SYSREAD_IS_RECV
330#define PERL_SOCK_SYSWRITE_IS_SEND
a0d0e21e
LW
331#endif
332
c07a80fd 333#define BIT_BUCKET "_NLA0:"
b0891165 334#define PERL_SYS_INIT(c,v) MALLOC_CHECK_TAINT2(*c,*v) vms_image_init((c),(v)); MALLOC_INIT
534825c4 335#define PERL_SYS_TERM() OP_REFCNT_TERM; MALLOC_TERM
8cc95fdb 336#define dXSUB_SYS
a0d0e21e
LW
337#define HAS_KILL
338#define HAS_WAIT
339
146174a9 340#define PERL_FS_VER_FMT "%d_%d_%d"
c93fa817
GS
341/* Temporary; we need to add support for this to Configure.Com */
342#ifdef PERL_INC_VERSION_LIST
343# undef PERL_INC_VERSION_LIST
344#endif
146174a9 345
e518068a 346/* VMS:
347 * This symbol, if defined, indicates that the program is running under
348 * VMS. It's a symbol automagically defined by all VMS C compilers I've seen.
349 * Just in case, however . . . */
350#ifndef VMS
351#define VMS /**/
352#endif
353
354/* HAS_IOCTL:
355 * This symbol, if defined, indicates that the ioctl() routine is
356 * available to set I/O characteristics
a0d0e21e 357 */
670137c2
CB
358#if defined(__CRTL_VER) && __CRTL_VER >= 70000000
359#define HAS_IOCTL /**/
360#else
e518068a 361#undef HAS_IOCTL /**/
670137c2 362#endif
e518068a 363
364/* HAS_UTIME:
365 * This symbol, if defined, indicates that the routine utime() is
366 * available to update the access and modification times of files.
367 */
368#define HAS_UTIME /**/
a0d0e21e 369
e518068a 370/* HAS_GROUP
28e8609d
JH
371 * This symbol, if defined, indicates that the getgrnam() and
372 * getgrgid() routines are available to get group entries.
373 * The getgrent() has a separate definition, HAS_GETGRENT.
e518068a 374 */
375#undef HAS_GROUP /**/
376
377/* HAS_PASSWD
28e8609d
JH
378 * This symbol, if defined, indicates that the getpwnam() and
379 * getpwuid() routines are available to get password entries.
380 * The getpwent() has a separate definition, HAS_GETPWENT.
e518068a 381 */
382#define HAS_PASSWD /**/
383
384#define HAS_KILL
385#define HAS_WAIT
386
0414b1a0 387/* USEMYBINMODE
388 * This symbol, if defined, indicates that the program should
16fe6d59 389 * use the routine my_binmode(FILE *fp, char iotype, int mode) to insure
0414b1a0 390 * that a file is in "binary" mode -- that is, that no translation
391 * of bytes occurs on read or write operations.
392 */
562a7b0c 393#undef USEMYBINMODE
0414b1a0 394
61bb5906
CB
395/* Stat_t:
396 * This symbol holds the type used to declare buffers for information
397 * returned by stat(). It's usually just struct stat. It may be necessary
398 * to include <sys/stat.h> and <sys/types.h> to get any typedef'ed
399 * information.
400 */
401/* VMS:
402 * We need this typedef to point to the new type even if DONT_MASK_RTL_CALLS
403 * is in effect, since Perl's thread.h embeds one of these structs in its
404 * thread data struct, and our struct mystat is a different size from the
405 * regular struct stat (cf. note above about having to pad struct to work
406 * around bug in compiler.)
407 * It's OK to pass one of these to the RTL's stat(), though, since the
408 * fields it fills are the same in each struct.
409 */
410#define Stat_t struct mystat
411
412/* USE_STAT_RDEV:
413* This symbol is defined if this system has a stat structure declaring
414* st_rdev
415* VMS: Field exists in POSIXish version of struct stat(), but is not used.
416*/
417#undef USE_STAT_RDEV /**/
418
a0d0e21e
LW
419/*
420 * fwrite1() should be a routine with the same calling sequence as fwrite(),
421 * but which outputs all of the bytes requested as a single stream (unlike
422 * fwrite() itself, which on some systems outputs several distinct records
423 * if the number_of_items parameter is >1).
424 */
425#define fwrite1 my_fwrite
426
bc10a425
CB
427
428#ifndef DONT_MASK_RTL_CALLS
a15cef0c 429# define fwrite my_fwrite /* for PerlSIO_fwrite */
bc10a425
CB
430# define fdopen my_fdopen
431# define fclose my_fclose
432#endif
433
434
d27fe803
JH
435/* By default, flush data all the way to disk, not just to RMS buffers */
436#define Fflush(fp) my_flush(fp)
437
a0d0e21e
LW
438/* Use our own rmdir() */
439#define rmdir(name) do_rmdir(name)
440
441/* Assorted fiddling with sigs . . . */
442# include <signal.h>
443#define ABORT() abort()
444
748a9306
LW
445/* Used with our my_utime() routine in vms.c */
446struct utimbuf {
447 time_t actime;
448 time_t modtime;
449};
450#define utime my_utime
451
0414b1a0 452/* This is what times() returns, but <times.h> calls it tbuffer_t on VMS
453 * prior to v7.0. We check the DECC manifest to see whether it's already
454 * done this for us, relying on the fact that perl.h #includes <time.h>
455 * before it #includes "vmsish.h".
456 */
a0d0e21e 457
0414b1a0 458#ifndef __TMS
459 struct tms {
460 clock_t tms_utime; /* user time */
461 clock_t tms_stime; /* system time - always 0 on VMS */
462 clock_t tms_cutime; /* user time, children */
463 clock_t tms_cstime; /* system time, children - always 0 on VMS */
464 };
5f05dabc 465#else
466 /* The new headers change the times() prototype to tms from tbuffer */
467# define tbuffer_t struct tms
0414b1a0 468#endif
a0d0e21e 469
61bb5906
CB
470/* Substitute our own routines for gmtime(), localtime(), and time(),
471 * which allow us to implement the vmsish 'time' pragma, and work
472 * around absence of system-level UTC support on old versions of VMS.
e518068a 473 */
474#define gmtime(t) my_gmtime(t)
ff0cee69 475#define localtime(t) my_localtime(t)
476#define time(t) my_time(t)
61bb5906
CB
477
478/* If we're using an older version of VMS whose Unix signal emulation
479 * isn't very POSIXish, then roll our own.
480 */
481#if __VMS_VER < 70000000 || __DECC_VER < 50200000
482# define HOMEGROWN_POSIX_SIGNALS
483#endif
484#ifdef HOMEGROWN_POSIX_SIGNALS
485# define sigemptyset(t) my_sigemptyset(t)
486# define sigfillset(t) my_sigfillset(t)
487# define sigaddset(t, u) my_sigaddset(t, u)
488# define sigdelset(t, u) my_sigdelset(t, u)
489# define sigismember(t, u) my_sigismember(t, u)
490# define sigprocmask(t, u, v) my_sigprocmask(t, u, v)
09b7f37c 491# ifndef _SIGSET_T
61bb5906 492 typedef int sigset_t;
09b7f37c 493# endif
61bb5906
CB
494 /* The tools for sigprocmask() are there, just not the routine itself */
495# ifndef SIG_UNBLOCK
496# define SIG_UNBLOCK 1
497# endif
498# ifndef SIG_BLOCK
499# define SIG_BLOCK 2
500# endif
501# ifndef SIG_SETMASK
502# define SIG_SETMASK 3
503# endif
504# define sigaction sigvec
505# define sa_flags sv_onstack
506# define sa_handler sv_handler
507# define sa_mask sv_mask
508# define sigsuspend(set) sigpause(*set)
509# define sigpending(a) (not_here("sigpending"),0)
5c2d7af2
CB
510#else
511/*
512 * The C RTL's sigaction fails to check for invalid signal numbers so we
513 * help it out a bit.
514 */
515# ifndef DONT_MASK_RTL_CALLS
8df869cb 516# define sigaction(a,b,c) Perl_my_sigaction(aTHX_ a,b,c)
5c2d7af2 517# endif
7b62b82b 518#endif
f2610a60
CL
519#ifdef KILL_BY_SIGPRC
520# define kill Perl_my_kill
521#endif
522
e518068a 523
a0d0e21e
LW
524/* VMS doesn't use a real sys_nerr, but we need this when scanning for error
525 * messages in text strings . . .
526 */
527
528#define sys_nerr EVMSERR /* EVMSERR is as high as we can go. */
529
530/* Look up new %ENV values on the fly */
531#define DYNAMIC_ENV_FETCH 1
aa689395 532 /* Special getenv function for retrieving %ENV elements. */
562a7b0c 533#define ENVgetenv(v) my_getenv(v,FALSE)
a6c40364 534#define ENVgetenv_len(v,l) my_getenv_len(v,l,FALSE)
aa689395 535
a0d0e21e 536
22d4bb9c 537/* Thin jacket around cuserid() to match Unix' calling sequence */
c07a80fd 538#define getlogin my_getlogin
539
bc10a425 540/* Ditto for sys$hash_password() . . . */
fd8cd3a3 541#define crypt(a,b) Perl_my_crypt(aTHX_ a,b)
c07a80fd 542
ee8c7f54 543/* Tweak arg to mkdir & chdir first, so we can tolerate trailing /. */
fd8cd3a3 544#define Mkdir(dir,mode) Perl_my_mkdir(aTHX_ (dir),(mode))
ee8c7f54 545#define Chdir(dir) my_chdir((dir))
8cc95fdb 546
a0d0e21e
LW
547/* Use our own stat() clones, which handle Unix-style directory names */
548#define Stat(name,bufptr) flex_stat(name,bufptr)
fd8cd3a3 549#define Fstat(fd,bufptr) Perl_flex_fstat(aTHX_ fd,bufptr)
a0d0e21e
LW
550
551/* Setup for the dirent routines:
552 * opendir(), closedir(), readdir(), seekdir(), telldir(), and
553 * vmsreaddirversions(), and preprocessor stuff on which these depend:
554 * Written by Rich $alz, <rsalz@bbn.com> in August, 1990.
a0d0e21e
LW
555 */
556 /* Data structure returned by READDIR(). */
557struct dirent {
558 char d_name[256]; /* File name */
559 int d_namlen; /* Length of d_name */
560 int vms_verscount; /* Number of versions */
561 int vms_versions[20]; /* Version numbers */
562};
563
564 /* Handle returned by opendir(), used by the other routines. You
565 * are not supposed to care what's inside this structure. */
566typedef struct _dirdesc {
567 long context;
568 int vms_wantversions;
569 unsigned long int count;
570 char *pattern;
571 struct dirent entry;
572 struct dsc$descriptor_s pat;
a9852f7c 573 void *mutex;
a0d0e21e
LW
574} DIR;
575
576#define rewinddir(dirp) seekdir((dirp), 0)
577
748a9306
LW
578/* used for our emulation of getpw* */
579struct passwd {
580 char *pw_name; /* Username */
581 char *pw_passwd;
582 Uid_t pw_uid; /* UIC member number */
583 Gid_t pw_gid; /* UIC group number */
584 char *pw_comment; /* Default device/directory (Unix-style) */
585 char *pw_gecos; /* Owner */
586 char *pw_dir; /* Default device/directory (VMS-style) */
587 char *pw_shell; /* Default CLI name (eg. DCL) */
588};
589#define pw_unixdir pw_comment /* Default device/directory (Unix-style) */
590#define getpwnam my_getpwnam
591#define getpwuid my_getpwuid
592#define getpwent my_getpwent
593#define endpwent my_endpwent
594#define setpwent my_endpwent
595
596/* Our own stat_t substitute, since we play with st_dev and st_ino -
597 * we want atomic types so Unix-bound code which compares these fields
c07a80fd 598 * for two files will work most of the time under VMS.
599 * N.B. 1. The st_ino hack assumes that sizeof(unsigned short[3]) ==
600 * sizeof(unsigned) + sizeof(unsigned short). We can't use a union type
601 * to map the unsigned int we want and the unsigned short[3] the CRTL
602 * returns into the same member, since gcc has different ideas than DECC
603 * and VAXC about sizing union types.
22d4bb9c 604 * N.B. 2. The routine cando() in vms.c assumes that &stat.st_ino is the
c07a80fd 605 * address of a FID.
748a9306
LW
606 */
607/* First, grab the system types, so we don't clobber them later */
608#include <stat.h>
609/* Since we've got to match the size of the CRTL's stat_t, we need
610 * to mimic DECC's alignment settings.
611 */
612#if defined(__DECC) || defined(__DECCXX)
613# pragma __member_alignment __save
614# pragma __nomember_alignment
615#endif
616#if defined(__DECC)
617# pragma __message __save
618# pragma __message disable (__MISALGNDSTRCT)
619# pragma __message disable (__MISALGNDMEM)
620#endif
621struct mystat
622{
623 char *st_devnam; /* pointer to device name */
c07a80fd 624 unsigned st_ino; /* hack - CRTL uses unsigned short[3] for */
625 unsigned short rvn; /* FID (num,seq,rvn) */
748a9306
LW
626 unsigned short st_mode; /* file "mode" i.e. prot, dir, reg, etc. */
627 int st_nlink; /* for compatibility - not really used */
628 unsigned st_uid; /* from ACP - QIO uic field */
629 unsigned short st_gid; /* group number extracted from st_uid */
630 dev_t st_rdev; /* for compatibility - always zero */
631 off_t st_size; /* file size in bytes */
632 unsigned st_atime; /* file access time; always same as st_mtime */
633 unsigned st_mtime; /* last modification time */
634 unsigned st_ctime; /* file creation time */
635 char st_fab_rfm; /* record format */
636 char st_fab_rat; /* record attributes */
637 char st_fab_fsz; /* fixed header size */
638 unsigned st_dev; /* encoded device name */
61bb5906
CB
639 /* Pad struct out to integral number of longwords, since DECC 5.6/VAX
640 * has a bug in dealing with offsets in structs in which are embedded
641 * other structs whose size is an odd number of bytes. (An even
642 * number of bytes is enough to make it happy, but we go for natural
643 * alignment anyhow.)
644 */
645 char st_fill1[sizeof(void *) - (3*sizeof(unsigned short) + 3*sizeof(char))%sizeof(void *)];
748a9306 646};
748a9306 647typedef unsigned mydev_t;
c07a80fd 648typedef unsigned myino_t;
a44ceb8e
CB
649
650/*
651 * DEC C previous to 6.0 corrupts the behavior of the /prefix
652 * qualifier with the extern prefix pragma. This provisional
653 * hack circumvents this prefix pragma problem in previous
654 * precompilers.
655 */
656#if defined(__VMS_VER) && __VMS_VER >= 70000000
657# if defined(VMS_WE_ARE_CASE_SENSITIVE) && (__DECC_VER < 60000000)
658# pragma __extern_prefix save
659# pragma __extern_prefix "" /* set to empty to prevent prefixing */
660# define geteuid decc$__unix_geteuid
661# define getuid decc$__unix_getuid
662# define stat(__p1,__p2) decc$__utc_stat(__p1,__p2)
663# define fstat(__p1,__p2) decc$__utc_fstat(__p1,__p2)
664# pragma __extern_prefix restore
665# endif
666#endif
667
aa689395 668#ifndef DONT_MASK_RTL_CALLS /* defined for vms.c so we can see RTL calls */
669# ifdef stat
670# undef stat
671# endif
672# define stat mystat
673# define dev_t mydev_t
674# define ino_t myino_t
675#endif
748a9306
LW
676#if defined(__DECC) || defined(__DECCXX)
677# pragma __member_alignment __restore
678#endif
679#if defined(__DECC)
680# pragma __message __restore
681#endif
682/* Cons up a 'delete' bit for testing access */
683#define S_IDUSR (S_IWUSR | S_IXUSR)
684#define S_IDGRP (S_IWGRP | S_IXGRP)
685#define S_IDOTH (S_IWOTH | S_IXOTH)
a0d0e21e 686
a44ceb8e 687
a0d0e21e
LW
688/* Prototypes for functions unique to vms.c. Don't include replacements
689 * for routines in the mainline source files excluded by #ifndef VMS;
690 * their prototypes are already in proto.h.
691 *
692 * In order to keep Gen_ShrFls.Pl happy, functions which are to be made
693 * available to images linked to PerlShr.Exe must be declared between the
694 * __VMS_PROTOTYPES__ and __VMS_SEPYTOTORP__ lines, and must be in the form
20ce7b12 695 * <data type><TAB>name<WHITESPACE>(<prototype args>);
a0d0e21e 696 */
94c456c4 697
44a8e56a 698#ifdef NO_PERL_TYPEDEFS
699 /* We don't have Perl typedefs available (e.g. when building a2p), so
700 we fake them here. N.B. There is *no* guarantee that the faked
701 prototypes will actually match the real routines. If you want to
702 call Perl routines, include perl.h to get the real typedefs. */
703# ifndef bool
704# define bool int
705# define __MY_BOOL_TYPE_FAKE
706# endif
707# ifndef I32
708# define I32 int
709# define __MY_I32_TYPE_FAKE
710# endif
711# ifndef SV
712# define SV void /* Since we only see SV * in prototypes */
713# define __MY_SV_TYPE_FAKE
714# endif
715#endif
716
20ce7b12
GS
717void prime_env_iter (void);
718void init_os_extras ();
c07a80fd 719/* prototype section start marker; `typedef' passes through cpp */
720typedef char __VMS_PROTOTYPES__;
fd8cd3a3 721int Perl_vmstrnenv (const char *, char *, unsigned long int, struct dsc$descriptor_s **, unsigned long int);
5c84aa53
CB
722#if !defined(PERL_IMPLICIT_CONTEXT)
723char * Perl_my_getenv (const char *, bool);
4b19af01
CB
724int Perl_my_trnlnm (const char *, char *, unsigned long int);
725char * Perl_tounixspec (char *, char *);
726char * Perl_tounixspec_ts (char *, char *);
727char * Perl_tovmsspec (char *, char *);
728char * Perl_tovmsspec_ts (char *, char *);
729char * Perl_tounixpath (char *, char *);
730char * Perl_tounixpath_ts (char *, char *);
731char * Perl_tovmspath (char *, char *);
732char * Perl_tovmspath_ts (char *, char *);
733int Perl_do_rmdir (char *);
734char * Perl_fileify_dirspec (char *, char *);
735char * Perl_fileify_dirspec_ts (char *, char *);
736char * Perl_pathify_dirspec (char *, char *);
737char * Perl_pathify_dirspec_ts (char *, char *);
738char * Perl_rmsexpand (char *, char *, char *, unsigned);
739char * Perl_rmsexpand_ts (char *, char *, char *, unsigned);
740int Perl_trim_unixpath (char *, char*, int);
741DIR * Perl_opendir (char *);
742int Perl_rmscopy (char *, char *, int);
fd8cd3a3
DS
743int Perl_my_mkdir (char *, Mode_t);
744bool Perl_vms_do_aexec (SV *, SV **, SV **);
5c84aa53
CB
745#else
746char * Perl_my_getenv (pTHX_ const char *, bool);
4b19af01
CB
747int Perl_my_trnlnm (pTHX_ const char *, char *, unsigned long int);
748char * Perl_tounixspec (pTHX_ char *, char *);
749char * Perl_tounixspec_ts (pTHX_ char *, char *);
750char * Perl_tovmsspec (pTHX_ char *, char *);
751char * Perl_tovmsspec_ts (pTHX_ char *, char *);
752char * Perl_tounixpath (pTHX_ char *, char *);
753char * Perl_tounixpath_ts (pTHX_ char *, char *);
754char * Perl_tovmspath (pTHX_ char *, char *);
755char * Perl_tovmspath_ts (pTHX_ char *, char *);
756int Perl_do_rmdir (pTHX_ char *);
757char * Perl_fileify_dirspec (pTHX_ char *, char *);
758char * Perl_fileify_dirspec_ts (pTHX_ char *, char *);
759char * Perl_pathify_dirspec (pTHX_ char *, char *);
760char * Perl_pathify_dirspec_ts (pTHX_ char *, char *);
761char * Perl_rmsexpand (pTHX_ char *, char *, char *, unsigned);
762char * Perl_rmsexpand_ts (pTHX_ char *, char *, char *, unsigned);
763int Perl_trim_unixpath (pTHX_ char *, char*, int);
764DIR * Perl_opendir (pTHX_ char *);
765int Perl_rmscopy (pTHX_ char *, char *, int);
fd8cd3a3
DS
766int Perl_my_mkdir (pTHX_ char *, Mode_t);
767bool Perl_vms_do_aexec (pTHX_ SV *, SV **, SV **);
768#endif
769char * Perl_my_getenv_len (pTHX_ const char *, unsigned long *, bool);
770int Perl_vmssetenv (pTHX_ char *, char *, struct dsc$descriptor_s **);
771void Perl_vmssetuserlnm(pTHX_ char *name, char *eqv);
772char * Perl_my_crypt (pTHX_ const char *, const char *);
773Pid_t Perl_my_waitpid (pTHX_ Pid_t, int *, int);
20ce7b12 774char * my_gconvert (double, int, int, char *);
fd8cd3a3
DS
775int Perl_kill_file (pTHX_ char *);
776int Perl_my_chdir (pTHX_ char *);
777FILE * Perl_my_tmpfile ();
5c2d7af2
CB
778#ifndef HOMEGROWN_POSIX_SIGNALS
779int Perl_my_sigaction (pTHX_ int, const struct sigaction*, struct sigaction*);
780#endif
f2610a60 781#ifdef KILL_BY_SIGPRC
2e34cc90 782unsigned int Perl_sig_to_vmscondition (int);
f2610a60 783int Perl_my_kill (int, int);
2e34cc90 784void Perl_csighandler_init (void);
f2610a60 785#endif
fd8cd3a3
DS
786int Perl_my_utime (pTHX_ char *, struct utimbuf *);
787void Perl_vms_image_init (int *, char ***);
788struct dirent * Perl_readdir (pTHX_ DIR *);
a9852f7c 789int Perl_readdir_r(pTHX_ DIR *, struct dirent *, struct dirent **);
20ce7b12 790long telldir (DIR *);
fd8cd3a3 791void Perl_seekdir (pTHX_ DIR *, long);
20ce7b12
GS
792void closedir (DIR *);
793void vmsreaddirversions (DIR *, int);
fd8cd3a3
DS
794struct tm * Perl_my_gmtime (pTHX_ const time_t *);
795struct tm * Perl_my_localtime (pTHX_ const time_t *);
796time_t Perl_my_time (pTHX_ time_t *);
61bb5906 797#ifdef HOMEGROWN_POSIX_SIGNALS
20ce7b12
GS
798int my_sigemptyset (sigset_t *);
799int my_sigfillset (sigset_t *);
800int my_sigaddset (sigset_t *, int);
801int my_sigdelset (sigset_t *, int);
802int my_sigismember (sigset_t *, int);
803int my_sigprocmask (int, sigset_t *, sigset_t *);
5b411029 804#endif
fd8cd3a3
DS
805I32 Perl_cando_by_name (pTHX_ I32, Uid_t, char *);
806int Perl_flex_fstat (pTHX_ int, Stat_t *);
807int Perl_flex_stat (pTHX_ const char *, Stat_t *);
20ce7b12 808int my_vfork ();
fd8cd3a3
DS
809bool Perl_vms_do_exec (pTHX_ char *);
810unsigned long int Perl_do_aspawn (pTHX_ void *, void **, void **);
811unsigned long int Perl_do_spawn (pTHX_ char *);
0dac06c4 812FILE * my_fdopen (int, const char *);
bc10a425 813int my_fclose (FILE *);
a15cef0c 814int my_fwrite (const void *, size_t, size_t, FILE *);
fd8cd3a3
DS
815int Perl_my_flush (pTHX_ FILE *);
816struct passwd * Perl_my_getpwnam (pTHX_ char *name);
817struct passwd * Perl_my_getpwuid (pTHX_ Uid_t uid);
20ce7b12
GS
818void my_endpwent ();
819char * my_getlogin ();
c07a80fd 820typedef char __VMS_SEPYTOTORP__;
821/* prototype section end marker; `typedef' passes through cpp */
a0d0e21e 822
44a8e56a 823#ifdef NO_PERL_TYPEDEFS /* We'll try not to scramble later files */
824# ifdef __MY_BOOL_TYPE_FAKE
825# undef bool
826# undef __MY_BOOL_TYPE_FAKE
827# endif
828# ifdef __MY_I32_TYPE_FAKE
829# undef I32
830# undef __MY_I32_TYPE_FAKE
831# endif
832# ifdef __MY_SV_TYPE_FAKE
833# undef SV
834# undef __MY_SV_TYPE_FAKE
835# endif
836#endif
837
a0d0e21e 838#ifndef VMS_DO_SOCKETS
748a9306
LW
839/* This relies on tricks in perl.h to pick up that these manifest constants
840 * are undefined and set up conversion routines. It will then redefine
841 * these manifest constants, so the actual values will match config.h
842 */
843#undef HAS_HTONS
844#undef HAS_NTOHS
845#undef HAS_HTONL
846#undef HAS_NTOHL
a0d0e21e
LW
847#endif
848
3b7650f4
CB
849/* The C RTL manual says to undef the macro for DEC C 5.2 and lower. */
850#if defined(fileno) && defined(__DECC_VER) && __DECC_VER < 50300000
851# undef fileno
852#endif
853
22d4bb9c
CB
854#define NO_ENVIRON_ARRAY
855
a0d0e21e 856#endif /* __vmsish_h_included */