diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-07-25 03:13:39 +0000 |
---|---|---|
committer | Charles Bailey <bailey@genetics.upenn.edu> | 1996-07-25 03:13:39 +0000 |
commit | 47234eb85307bf6da07df398c310c58e898d135b (patch) | |
tree | 8a2cd30d462b761cbdf2008cd941893951cf4269 /unixish.h | |
parent | 6d4a7be2b18d1674acf2ccc0da715a204e2d1ed0 (diff) | |
download | perl-47234eb85307bf6da07df398c310c58e898d135b.tar.gz |
Add OS-specific initialization for macros used in Plan9 and VMS ports
Diffstat (limited to 'unixish.h')
-rw-r--r-- | unixish.h | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -34,6 +34,27 @@ #define HAS_KILL #define HAS_WAIT +/* USEMYBINMODE + * This symbol, if defined, indicates that the program should + * use the routine my_binmode(FILE *fp, char iotype) to insure + * that a file is in "binary" mode -- that is, that no translation + * of bytes occurs on read or write operations. + */ +#undef USEMYBINMODE + +/* USE_STAT_RDEV: + * This symbol is defined if this system has a stat structure declaring + * st_rdev + */ +#define USE_STAT_RDEV /**/ + +/* ACME_MESS: + * This symbol, if defined, indicates that error messages should be + * should be generated in a format that allows the use of the Acme + * GUI/editor's autofind feature. + */ +#undef ACME_MESS /**/ + /* UNLINK_ALL_VERSIONS: * This symbol, if defined, indicates that the program should arrange * to remove all versions of a file if unlink() is called. This is |