[perl-5.005.02] detect lack of /dev/tty
[p5sagit/p5-mst-13.2.git] / vms / vmsish.h
1 /*  vmsish.h
2  *
3  * VMS-specific C header file for perl5.
4  *
5  * Last revised: 16-Sep-1998 by Charles Bailey  bailey@newman.upenn.edu
6  * Version: 5.5.2
7  */
8
9 #ifndef __vmsish_h_included
10 #define __vmsish_h_included
11
12 #include <descrip.h> /* for dirent struct definitions */
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 */
16 #include <stsdef.h>  /* bitmasks for exit status testing */
17
18 /* Suppress compiler warnings from DECC for VMS-specific extensions:
19  * ADDRCONSTEXT,NEEDCONSTEXT: initialization of data with non-constant values
20  *                            (e.g. pointer fields of descriptors)
21  */
22 #ifdef __DECC
23 #  pragma message disable (ADDRCONSTEXT,NEEDCONSTEXT)
24 #endif
25
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)
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. */
37 #if defined(__ALPHA) && defined(__DECC)
38 #undef abs
39 #define abs(__x)        __ABS(__x)
40 #undef labs
41 #define labs(__x)        __LABS(__x)
42 #endif /* __ALPHA && __DECC */
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
49 #endif
50 #include <processes.h> /* for vfork() */
51 #include <unixio.h>
52 #include <unixlib.h>
53 #include <file.h>  /* it's not <sys/file.h>, so don't use I_SYS_FILE */
54 #if defined(__DECC) && defined(__DECC_VER) && __DECC_VER > 20000000
55 #  include <unistd.h> /* DECC has this; VAXC and gcc don't */
56 #endif
57
58 /* VAXC doesn't have a unary plus operator, so we need to get there indirectly */
59 #if defined(VAXC) && !defined(__DECC)
60 #  define NO_UNARY_PLUS
61 #endif
62
63 #ifdef NO_PERL_TYPEDEFS /* a2p; we don't want Perl's special routines */
64 #  define DONT_MASK_RTL_CALLS
65 #endif
66
67 /* Note that we do, in fact, have this */
68 #define HAS_GETENV_SV
69
70 #ifndef DONT_MASK_RTL_CALLS
71 #  ifdef getenv
72 #    undef getenv
73 #  endif
74   /* getenv used for regular logical names */
75 #  define getenv(v) my_getenv(v,TRUE)
76 #endif
77 #define getenv_sv(v) my_getenv_sv(v,TRUE)
78
79 /* DECC introduces this routine in the RTL as of VMS 7.0; for now,
80  * we'll use ours, since it gives us the full VMS exit status. */
81 #define waitpid my_waitpid
82
83 /* Don't redeclare standard RTL routines in Perl's header files;
84  * VMS history or extensions makes some of the formal protoypes
85  * differ from the common Unix forms.
86  */
87 #define DONT_DECLARE_STD 1
88
89 /* Our own contribution to PerlShr's global symbols . . . */
90 #define vmstrnenv               Perl_vmstrnenv
91 #define my_trnlnm               Perl_my_trnlnm
92 #define my_getenv               Perl_my_getenv
93 #define my_getenv_sv            Perl_my_getenv_sv
94 #define prime_env_iter  Perl_prime_env_iter
95 #define vmssetenv               Perl_vmssetenv
96 #define my_setenv               Perl_my_setenv
97 #define my_crypt                Perl_my_crypt
98 #define my_waitpid              Perl_my_waitpid
99 #define my_gconvert             Perl_my_gconvert
100 #define do_rmdir                Perl_do_rmdir
101 #define kill_file               Perl_kill_file
102 #define my_mkdir                Perl_my_mkdir
103 #define my_utime                Perl_my_utime
104 #define rmsexpand       Perl_rmsexpand
105 #define rmsexpand_ts    Perl_rmsexpand_ts
106 #define fileify_dirspec Perl_fileify_dirspec
107 #define fileify_dirspec_ts      Perl_fileify_dirspec_ts
108 #define pathify_dirspec Perl_pathify_dirspec
109 #define pathify_dirspec_ts      Perl_pathify_dirspec_ts
110 #define tounixspec              Perl_tounixspec
111 #define tounixspec_ts           Perl_tounixspec_ts
112 #define tovmsspec               Perl_tovmsspec
113 #define tovmsspec_ts            Perl_tovmsspec_ts
114 #define tounixpath              Perl_tounixpath
115 #define tounixpath_ts           Perl_tounixpath_ts
116 #define tovmspath               Perl_tovmspath
117 #define tovmspath_ts            Perl_tovmspath_ts
118 #define vms_image_init  Perl_vms_image_init
119 #define opendir         Perl_opendir
120 #define readdir         Perl_readdir
121 #define telldir         Perl_telldir
122 #define seekdir         Perl_seekdir
123 #define closedir                Perl_closedir
124 #define vmsreaddirversions      Perl_vmsreaddirversions
125 #define my_gmtime               Perl_my_gmtime
126 #define my_localtime            Perl_my_localtime
127 #define my_time         Perl_my_time
128 #define my_sigemptyset        Perl_my_sigemptyset
129 #define my_sigfillset         Perl_my_sigfillset
130 #define my_sigaddset          Perl_my_sigaddset
131 #define my_sigdelset          Perl_my_sigdelset
132 #define my_sigismember        Perl_my_sigismember
133 #define my_sigprocmask        Perl_my_sigprocmask
134 #define cando_by_name           Perl_cando_by_name
135 #define flex_fstat              Perl_flex_fstat
136 #define flex_stat               Perl_flex_stat
137 #define trim_unixpath           Perl_trim_unixpath
138 #define my_vfork                Perl_my_vfork
139 #define vms_do_aexec            Perl_vms_do_aexec
140 #define vms_do_exec             Perl_vms_do_exec
141 #define do_aspawn               Perl_do_aspawn
142 #define do_spawn                Perl_do_spawn
143 #define my_fwrite               Perl_my_fwrite
144 #define my_flush                Perl_my_flush
145 #define my_getpwnam             Perl_my_getpwnam
146 #define my_getpwuid             Perl_my_getpwuid
147 #define my_getpwent             Perl_my_getpwent
148 #define my_endpwent             Perl_my_endpwent
149 #define my_getlogin             Perl_my_getlogin
150 #define rmscopy         Perl_rmscopy
151 #define init_os_extras  Perl_init_os_extras
152
153 /* Delete if at all possible, changing protections if necessary. */
154 #define unlink kill_file
155
156 /* 
157  * Intercept calls to fork, so we know whether subsequent calls to
158  * exec should be handled in VMSish or Unixish style.
159  */
160 #define fork my_vfork
161 #ifndef DONT_MASK_RTL_CALLS     /* #defined in vms.c so we see real vfork */
162 #  ifdef vfork
163 #    undef vfork
164 #  endif
165 #  define vfork my_vfork
166 #endif
167
168 /* BIG_TIME:
169  *      This symbol is defined if Time_t is an unsigned type on this system.
170  */
171 #define BIG_TIME
172
173 /* ACME_MESS:
174  *      This symbol, if defined, indicates that error messages should be 
175  *      should be generated in a format that allows the use of the Acme
176  *      GUI/editor's autofind feature.
177  */
178 #undef ACME_MESS        /**/
179
180 /* ALTERNATE_SHEBANG:
181  *      This symbol, if defined, contains a "magic" string which may be used
182  *      as the first line of a Perl program designed to be executed directly
183  *      by name, instead of the standard Unix #!.  If ALTERNATE_SHEBANG
184  *      begins with a character other then #, then Perl will only treat
185  *      it as a command line if if finds the string "perl" in the first
186  *      word; otherwise it's treated as the first line of code in the script.
187  *      (IOW, Perl won't hand off to another interpreter via an alternate
188  *      shebang sequence that might be legal Perl code.)
189  */
190 #define ALTERNATE_SHEBANG "$"
191
192 /* Macros to set errno using the VAX thread-safe calls, if present */
193 #if (defined(__DECC) || defined(__DECCXX)) && !defined(__ALPHA)
194 #  define set_errno(v)      (cma$tis_errno_set_value(v))
195    void cma$tis_errno_set_value(int __value);  /* missing in some errno.h */
196 #  define set_vaxc_errno(v) (vaxc$errno = (v))
197 #else
198 #  define set_errno(v)      (errno = (v))
199 #  define set_vaxc_errno(v) (vaxc$errno = (v))
200 #endif
201
202 /* Support for 'vmsish' behaviors enabled with C<use vmsish> pragma */
203
204 #define COMPLEX_STATUS  1       /* We track both "POSIX" and VMS values */
205
206 #define HINT_V_VMSISH           24
207 #define HINT_M_VMSISH_STATUS    0x20000000 /* system, $? return VMS status */
208 #define HINT_M_VMSISH_EXIT      0x40000000 /* exit(1) ==> SS$_NORMAL */
209 #define HINT_M_VMSISH_TIME      0x80000000 /* times are local, not UTC */
210 #define NATIVE_HINTS            (PL_hints >> HINT_V_VMSISH)  /* used in op.c */
211
212 #define TEST_VMSISH(h)  (PL_curcop->op_private & ((h) >> HINT_V_VMSISH))
213 #define VMSISH_STATUS   TEST_VMSISH(HINT_M_VMSISH_STATUS)
214 #define VMSISH_EXIT     TEST_VMSISH(HINT_M_VMSISH_EXIT)
215 #define VMSISH_TIME     TEST_VMSISH(HINT_M_VMSISH_TIME)
216
217 /* Flags for vmstrnenv() */
218 #define PERL__TRNENV_SECURE 0x01
219
220 /* Handy way to vet calls to VMS system services and RTL routines. */
221 #define _ckvmssts(call) STMT_START { register unsigned long int __ckvms_sts; \
222   if (!((__ckvms_sts=(call))&1)) { \
223   set_errno(EVMSERR); set_vaxc_errno(__ckvms_sts); \
224   croak("Fatal VMS error (status=%d) at %s, line %d", \
225   __ckvms_sts,__FILE__,__LINE__); } } STMT_END
226
227 /* Same thing, but don't call back to Perl's croak(); useful for errors
228  * occurring during startup, before Perl's state is initialized */
229 #define _ckvmssts_noperl(call) STMT_START { register unsigned long int __ckvms_sts; \
230   if (!((__ckvms_sts=(call))&1)) { \
231   set_errno(EVMSERR); set_vaxc_errno(__ckvms_sts); \
232   fprintf(Perl_debug_log,"Fatal VMS error (status=%d) at %s, line %d", \
233   __ckvms_sts,__FILE__,__LINE__); lib$signal(__ckvms_sts); } } STMT_END
234
235 #ifdef VMS_DO_SOCKETS
236 #include "sockadapt.h"
237 #endif
238
239 #define BIT_BUCKET "_NLA0:"
240 #define PERL_SYS_INIT(c,v)      vms_image_init((c),(v)); MALLOC_INIT
241 #define PERL_SYS_TERM()         MALLOC_TERM
242 #define dXSUB_SYS
243 #define HAS_KILL
244 #define HAS_WAIT
245
246 /* VMS:
247  *      This symbol, if defined, indicates that the program is running under
248  *      VMS.  It's a symbol automagically defined by all VMS C compilers I've seen.
249  * Just in case, however . . . */
250 #ifndef VMS
251 #define VMS             /**/
252 #endif
253
254 /* HAS_IOCTL:
255  *      This symbol, if defined, indicates that the ioctl() routine is
256  *      available to set I/O characteristics
257  */
258 #undef  HAS_IOCTL               /**/
259  
260 /* HAS_UTIME:
261  *      This symbol, if defined, indicates that the routine utime() is
262  *      available to update the access and modification times of files.
263  */
264 #define HAS_UTIME               /**/
265
266 /* HAS_GROUP
267  *      This symbol, if defined, indicates that the getgrnam() and
268  *      getgrgid() routines are available to get group entries.
269  *      The getgrent() has a separate definition, HAS_GETGRENT.
270  */
271 #undef HAS_GROUP                /**/
272
273 /* HAS_PASSWD
274  *      This symbol, if defined, indicates that the getpwnam() and
275  *      getpwuid() routines are available to get password entries.
276  *      The getpwent() has a separate definition, HAS_GETPWENT.
277  */
278 #define HAS_PASSWD              /**/
279
280 #define HAS_KILL
281 #define HAS_WAIT
282   
283 /* USEMYBINMODE
284  *      This symbol, if defined, indicates that the program should
285  *      use the routine my_binmode(FILE *fp, char iotype) to insure
286  *      that a file is in "binary" mode -- that is, that no translation
287  *      of bytes occurs on read or write operations.
288  */
289 #undef USEMYBINMODE
290
291 /* Stat_t:
292  *      This symbol holds the type used to declare buffers for information
293  *      returned by stat().  It's usually just struct stat.  It may be necessary
294  *      to include <sys/stat.h> and <sys/types.h> to get any typedef'ed
295  *      information.
296  */
297 /* VMS:
298  * We need this typedef to point to the new type even if DONT_MASK_RTL_CALLS
299  * is in effect, since Perl's thread.h embeds one of these structs in its
300  * thread data struct, and our struct mystat is a different size from the
301  * regular struct stat (cf. note above about having to pad struct to work
302  * around bug in compiler.)
303  * It's OK to pass one of these to the RTL's stat(), though, since the
304  * fields it fills are the same in each struct.
305  */
306 #define Stat_t struct mystat
307
308 /* USE_STAT_RDEV:
309 *       This symbol is defined if this system has a stat structure declaring
310 *       st_rdev
311 *       VMS: Field exists in POSIXish version of struct stat(), but is not used.
312 */
313 #undef USE_STAT_RDEV            /**/
314
315 /*
316  * fwrite1() should be a routine with the same calling sequence as fwrite(),
317  * but which outputs all of the bytes requested as a single stream (unlike
318  * fwrite() itself, which on some systems outputs several distinct records
319  * if the number_of_items parameter is >1).
320  */
321 #define fwrite1 my_fwrite
322
323 /* By default, flush data all the way to disk, not just to RMS buffers */
324 #define Fflush(fp) my_flush(fp)
325
326 /* Use our own rmdir() */
327 #define rmdir(name) do_rmdir(name)
328
329 /* Assorted fiddling with sigs . . . */
330 # include <signal.h>
331 #define ABORT() abort()
332     /* VAXC's signal.h doesn't #define SIG_ERR, but provides BADSIG instead. */
333 #if !defined(SIG_ERR) && defined(BADSIG)
334 #  define SIG_ERR BADSIG
335 #endif
336
337
338 /* Used with our my_utime() routine in vms.c */
339 struct utimbuf {
340   time_t actime;
341   time_t modtime;
342 };
343 #define utime my_utime
344
345 /* This is what times() returns, but <times.h> calls it tbuffer_t on VMS
346  * prior to v7.0.  We check the DECC manifest to see whether it's already
347  * done this for us, relying on the fact that perl.h #includes <time.h>
348  * before it #includes "vmsish.h".
349  */
350
351 #ifndef __TMS
352   struct tms {
353     clock_t tms_utime;    /* user time */
354     clock_t tms_stime;    /* system time - always 0 on VMS */
355     clock_t tms_cutime;   /* user time, children */
356     clock_t tms_cstime;   /* system time, children - always 0 on VMS */
357   };
358 #else
359    /* The new headers change the times() prototype to tms from tbuffer */
360 #  define tbuffer_t struct tms
361 #endif
362
363 /* Substitute our own routines for gmtime(), localtime(), and time(),
364  * which allow us to implement the vmsish 'time' pragma, and work
365  * around absence of system-level UTC support on old versions of VMS.
366  */
367 #define gmtime(t) my_gmtime(t)
368 #define localtime(t) my_localtime(t)
369 #define time(t) my_time(t)
370
371 /* If we're using an older version of VMS whose Unix signal emulation
372  * isn't very POSIXish, then roll our own.
373  */
374 #if __VMS_VER < 70000000 || __DECC_VER < 50200000
375 #  define HOMEGROWN_POSIX_SIGNALS
376 #endif
377 #ifdef HOMEGROWN_POSIX_SIGNALS
378 #  define sigemptyset(t) my_sigemptyset(t)
379 #  define sigfillset(t) my_sigfillset(t)
380 #  define sigaddset(t, u) my_sigaddset(t, u)
381 #  define sigdelset(t, u) my_sigdelset(t, u)
382 #  define sigismember(t, u) my_sigismember(t, u)
383 #  define sigprocmask(t, u, v) my_sigprocmask(t, u, v)
384 #  ifndef _SIGSET_T
385    typedef int sigset_t;
386 #  endif
387    /* The tools for sigprocmask() are there, just not the routine itself */
388 #  ifndef SIG_UNBLOCK
389 #    define SIG_UNBLOCK 1
390 #  endif
391 #  ifndef SIG_BLOCK
392 #    define SIG_BLOCK 2
393 #  endif
394 #  ifndef SIG_SETMASK
395 #    define SIG_SETMASK 3
396 #  endif
397 #  define sigaction sigvec
398 #  define sa_flags sv_onstack
399 #  define sa_handler sv_handler
400 #  define sa_mask sv_mask
401 #  define sigsuspend(set) sigpause(*set)
402 #  define sigpending(a) (not_here("sigpending"),0)
403 #endif
404
405 /* VMS doesn't use a real sys_nerr, but we need this when scanning for error
406  * messages in text strings . . .
407  */
408
409 #define sys_nerr EVMSERR  /* EVMSERR is as high as we can go. */
410
411 /* Look up new %ENV values on the fly */
412 #define DYNAMIC_ENV_FETCH 1
413 #define ENV_HV_NAME "%EnV%VmS%"
414   /* Special getenv function for retrieving %ENV elements. */
415 #define ENVgetenv(v) my_getenv(v,FALSE)
416 #define ENVgetenv_sv(v) my_getenv_sv(v,FALSE)
417
418
419 /* Thin jacket around cuserid() tomatch Unix' calling sequence */
420 #define getlogin my_getlogin
421
422 /* Ditto for sys$hash_passwrod() . . . */
423 #define crypt  my_crypt
424
425 /* Tweak arg to mkdir first, so we can tolerate trailing /. */
426 #define Mkdir(dir,mode) my_mkdir((dir),(mode))
427
428 /* Use our own stat() clones, which handle Unix-style directory names */
429 #define Stat(name,bufptr) flex_stat(name,bufptr)
430 #define Fstat(fd,bufptr) flex_fstat(fd,bufptr)
431
432 /* Setup for the dirent routines:
433  * opendir(), closedir(), readdir(), seekdir(), telldir(), and
434  * vmsreaddirversions(), and preprocessor stuff on which these depend:
435  *    Written by Rich $alz, <rsalz@bbn.com> in August, 1990.
436  */
437     /* Data structure returned by READDIR(). */
438 struct dirent {
439     char        d_name[256];            /* File name            */
440     int         d_namlen;                       /* Length of d_name */
441     int         vms_verscount;          /* Number of versions   */
442     int         vms_versions[20];       /* Version numbers      */
443 };
444
445     /* Handle returned by opendir(), used by the other routines.  You
446      * are not supposed to care what's inside this structure. */
447 typedef struct _dirdesc {
448     long                        context;
449     int                         vms_wantversions;
450     unsigned long int           count;
451     char                        *pattern;
452     struct dirent               entry;
453     struct dsc$descriptor_s     pat;
454 } DIR;
455
456 #define rewinddir(dirp)         seekdir((dirp), 0)
457
458 /* used for our emulation of getpw* */
459 struct passwd {
460         char    *pw_name;    /* Username */
461         char    *pw_passwd;
462         Uid_t   pw_uid;      /* UIC member number */
463         Gid_t   pw_gid;      /* UIC group  number */
464         char    *pw_comment; /* Default device/directory (Unix-style) */
465         char    *pw_gecos;   /* Owner */
466         char    *pw_dir;     /* Default device/directory (VMS-style) */
467         char    *pw_shell;   /* Default CLI name (eg. DCL) */
468 };
469 #define pw_unixdir pw_comment  /* Default device/directory (Unix-style) */
470 #define getpwnam my_getpwnam
471 #define getpwuid my_getpwuid
472 #define getpwent my_getpwent
473 #define endpwent my_endpwent
474 #define setpwent my_endpwent
475
476 /* Our own stat_t substitute, since we play with st_dev and st_ino -
477  * we want atomic types so Unix-bound code which compares these fields
478  * for two files will work most of the time under VMS.
479  * N.B. 1. The st_ino hack assumes that sizeof(unsigned short[3]) ==
480  * sizeof(unsigned) + sizeof(unsigned short).  We can't use a union type
481  * to map the unsigned int we want and the unsigned short[3] the CRTL
482  * returns into the same member, since gcc has different ideas than DECC
483  * and VAXC about sizing union types.
484  * N.B 2. The routine cando() in vms.c assumes that &stat.st_ino is the
485  * address of a FID.
486  */
487 /* First, grab the system types, so we don't clobber them later */
488 #include <stat.h>
489 /* Since we've got to match the size of the CRTL's stat_t, we need
490  * to mimic DECC's alignment settings.
491  */
492 #if defined(__DECC) || defined(__DECCXX)
493 #  pragma __member_alignment __save
494 #  pragma __nomember_alignment
495 #endif
496 #if defined(__DECC) 
497 #  pragma __message __save
498 #  pragma __message disable (__MISALGNDSTRCT)
499 #  pragma __message disable (__MISALGNDMEM)
500 #endif
501 struct mystat
502 {
503         char *st_devnam;  /* pointer to device name */
504         unsigned st_ino;    /* hack - CRTL uses unsigned short[3] for */
505         unsigned short rvn; /* FID (num,seq,rvn) */
506         unsigned short st_mode; /* file "mode" i.e. prot, dir, reg, etc. */
507         int     st_nlink;       /* for compatibility - not really used */
508         unsigned st_uid;        /* from ACP - QIO uic field */
509         unsigned short st_gid;  /* group number extracted from st_uid */
510         dev_t   st_rdev;        /* for compatibility - always zero */
511         off_t   st_size;        /* file size in bytes */
512         unsigned st_atime;      /* file access time; always same as st_mtime */
513         unsigned st_mtime;      /* last modification time */
514         unsigned st_ctime;      /* file creation time */
515         char    st_fab_rfm;     /* record format */
516         char    st_fab_rat;     /* record attributes */
517         char    st_fab_fsz;     /* fixed header size */
518         unsigned st_dev;        /* encoded device name */
519         /* Pad struct out to integral number of longwords, since DECC 5.6/VAX
520          * has a bug in dealing with offsets in structs in which are embedded
521          * other structs whose size is an odd number of bytes.  (An even
522          * number of bytes is enough to make it happy, but we go for natural
523          * alignment anyhow.)
524          */
525         char    st_fill1[sizeof(void *) - (3*sizeof(unsigned short) + 3*sizeof(char))%sizeof(void *)];
526 };
527 typedef unsigned mydev_t;
528 typedef unsigned myino_t;
529 #ifndef DONT_MASK_RTL_CALLS  /* defined for vms.c so we can see RTL calls */
530 #  ifdef stat
531 #    undef stat
532 #  endif
533 #  define stat mystat
534 #  define dev_t mydev_t
535 #  define ino_t myino_t
536 #endif
537 #if defined(__DECC) || defined(__DECCXX)
538 #  pragma __member_alignment __restore
539 #endif
540 #if defined(__DECC) 
541 #  pragma __message __restore
542 #endif
543 /* Cons up a 'delete' bit for testing access */
544 #define S_IDUSR (S_IWUSR | S_IXUSR)
545 #define S_IDGRP (S_IWGRP | S_IXGRP)
546 #define S_IDOTH (S_IWOTH | S_IXOTH)
547
548 /* Prototypes for functions unique to vms.c.  Don't include replacements
549  * for routines in the mainline source files excluded by #ifndef VMS;
550  * their prototypes are already in proto.h.
551  *
552  * In order to keep Gen_ShrFls.Pl happy, functions which are to be made
553  * available to images linked to PerlShr.Exe must be declared between the
554  * __VMS_PROTOTYPES__ and __VMS_SEPYTOTORP__ lines, and must be in the form
555  *    <data type><TAB>name<WHITESPACE>_((<prototype args>));
556  */
557
558 #ifdef NO_PERL_TYPEDEFS
559   /* We don't have Perl typedefs available (e.g. when building a2p), so
560      we fake them here.  N.B.  There is *no* guarantee that the faked
561      prototypes will actually match the real routines.  If you want to
562      call Perl routines, include perl.h to get the real typedefs.  */
563 #  ifndef bool
564 #    define bool int
565 #    define __MY_BOOL_TYPE_FAKE
566 #  endif
567 #  ifndef I32
568 #    define I32  int
569 #    define __MY_I32_TYPE_FAKE
570 #  endif
571 #  ifndef SV
572 #    define SV   void   /* Since we only see SV * in prototypes */
573 #    define __MY_SV_TYPE_FAKE
574 #  endif
575 #endif
576
577 void    prime_env_iter _((void));
578 void    init_os_extras _(());
579 /* prototype section start marker; `typedef' passes through cpp */
580 typedef char  __VMS_PROTOTYPES__;
581 int     vmstrnenv _((const char *, char *, unsigned long int, struct dsc$descriptor_s **, unsigned long int));
582 int     my_trnlnm _((const char *, char *, unsigned long int));
583 char *  my_getenv _((const char *, bool));
584 SV *    my_getenv_sv _((const char *, bool));
585 int     vmssetenv _((char *, char *, struct dsc$descriptor_s **));
586 char *  my_crypt _((const char *, const char *));
587 Pid_t   my_waitpid _((Pid_t, int *, int));
588 char *  my_gconvert _((double, int, int, char *));
589 int     do_rmdir _((char *));
590 int     kill_file _((char *));
591 int     my_mkdir _((char *, Mode_t));
592 int     my_utime _((char *, struct utimbuf *));
593 char *  rmsexpand _((char *, char *, char *, unsigned));
594 char *  rmsexpand_ts _((char *, char *, char *, unsigned));
595 char *  fileify_dirspec _((char *, char *));
596 char *  fileify_dirspec_ts _((char *, char *));
597 char *  pathify_dirspec _((char *, char *));
598 char *  pathify_dirspec_ts _((char *, char *));
599 char *  tounixspec _((char *, char *));
600 char *  tounixspec_ts _((char *, char *));
601 char *  tovmsspec _((char *, char *));
602 char *  tovmsspec_ts _((char *, char *));
603 char *  tounixpath _((char *, char *));
604 char *  tounixpath_ts _((char *, char *));
605 char *  tovmspath _((char *, char *));
606 char *  tovmspath_ts _((char *, char *));
607 void    vms_image_init _((int *, char ***));
608 DIR *   opendir _((char *));
609 struct dirent * readdir _((DIR *));
610 long    telldir _((DIR *));
611 void    seekdir _((DIR *, long));
612 void    closedir _((DIR *));
613 void    vmsreaddirversions _((DIR *, int));
614 struct tm *     my_gmtime _((const time_t *));
615 struct tm *     my_localtime _((const time_t *));
616 time_t  my_time _((time_t *));
617 #ifdef HOMEGROWN_POSIX_SIGNALS
618 int     my_sigemptyset _((sigset_t *));
619 int     my_sigfillset  _((sigset_t *));
620 int     my_sigaddset   _((sigset_t *, int));
621 int     my_sigdelset   _((sigset_t *, int));
622 int     my_sigismember _((sigset_t *, int));
623 int     my_sigprocmask _((int, sigset_t *, sigset_t *));
624 #endif
625 I32     cando_by_name _((I32, I32, char *));
626 int     flex_fstat _((int, Stat_t *));
627 int     flex_stat _((char *, Stat_t *));
628 int     trim_unixpath _((char *, char*, int));
629 int     my_vfork _(());
630 bool    vms_do_aexec _((SV *, SV **, SV **));
631 bool    vms_do_exec _((char *));
632 unsigned long int       do_aspawn _((void *, void **, void **));
633 unsigned long int       do_spawn _((char *));
634 int     my_fwrite _((void *, size_t, size_t, FILE *));
635 int     my_flush _((FILE *));
636 struct passwd * my_getpwnam _((char *name));
637 struct passwd * my_getpwuid _((Uid_t uid));
638 struct passwd * my_getpwent _(());
639 void    my_endpwent _(());
640 char *  my_getlogin _(());
641 int     rmscopy _((char *, char *, int));
642 typedef char __VMS_SEPYTOTORP__;
643 /* prototype section end marker; `typedef' passes through cpp */
644
645 #ifdef NO_PERL_TYPEDEFS  /* We'll try not to scramble later files */
646 #  ifdef __MY_BOOL_TYPE_FAKE
647 #    undef bool
648 #    undef __MY_BOOL_TYPE_FAKE
649 #  endif
650 #  ifdef __MY_I32_TYPE_FAKE
651 #    undef I32
652 #    undef __MY_I32_TYPE_FAKE
653 #  endif
654 #  ifdef __MY_SV_TYPE_FAKE
655 #    undef SV
656 #    undef __MY_SV_TYPE_FAKE
657 #  endif
658 #endif
659
660 #ifndef VMS_DO_SOCKETS
661 /* This relies on tricks in perl.h to pick up that these manifest constants
662  * are undefined and set up conversion routines.  It will then redefine
663  * these manifest constants, so the actual values will match config.h
664  */
665 #undef HAS_HTONS
666 #undef HAS_NTOHS
667 #undef HAS_HTONL
668 #undef HAS_NTOHL
669 #endif
670
671 #define TMPPATH "sys$scratch:perl-eXXXXXX"
672
673 #endif  /* __vmsish_h_included */