diff options
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: |