diff options
author | Larry Wall <lwall@jpl-devvax.jpl.nasa.gov> | 1990-10-15 23:06:25 +0000 |
---|---|---|
committer | Larry Wall <lwall@jpl-devvax.jpl.nasa.gov> | 1990-10-15 23:06:25 +0000 |
commit | 39c3038ca76b338006c640ae6da52b407dd9e654 (patch) | |
tree | 2c2e20583f6b38967167e68b93c17b5381751216 /os2/config.h | |
parent | b6ccd89c4e9e943419de0b1846c5d54324a5ed8a (diff) | |
download | perl-39c3038ca76b338006c640ae6da52b407dd9e654.tar.gz |
perl 3.0 patch #30 patch #29, continued
See patch #29.
Diffstat (limited to 'os2/config.h')
-rw-r--r-- | os2/config.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/os2/config.h b/os2/config.h index 7152503847..e587a5cb74 100644 --- a/os2/config.h +++ b/os2/config.h @@ -14,7 +14,6 @@ #define GETPPID #define GETPRIORITY #define SETPRIORITY -#define SYSCALL #define KILL #endif /* OS2 */ @@ -435,7 +434,7 @@ * This symbol, if defined, indicates to the C program that it should * include fcntl.h. */ -#define I_FCNTL /**/ +/*#define I_FCNTL /**/ /* I_GRP: * This symbol, if defined, indicates to the C program that it should @@ -545,7 +544,7 @@ * execution path, but it should be accessible by the world. The program * should be prepared to do ^ expansion. */ -#define PRIVLIB "/usr/local/lib/perl" /**/ +#define PRIVLIB "c:/bin/perl" /**/ /* * BUGGY_MSC: |