diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2000-11-19 18:57:30 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2000-11-19 18:57:30 +0000 |
commit | 8fada4f68b93131e799325ac5c6f8a949351407d (patch) | |
tree | 7f82cd8c73e74fbef376531523b5a29920b4a6dd /win32/config_H.gc | |
parent | 95c70f2077ea14f8e2426dbcac9828b259a86bf2 (diff) | |
download | perl-8fada4f68b93131e799325ac5c6f8a949351407d.tar.gz |
Configure GCC/Win32 build -Duseperlio
Fix a couple of gross issues
- double-include of ../deb.o in re.dll
- win32sck.c needs PerlIO and FILE
p4raw-id: //depot/perlio@7752
Diffstat (limited to 'win32/config_H.gc')
-rw-r--r-- | win32/config_H.gc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config_H.gc b/win32/config_H.gc index f943aad908..0e4cb71d90 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -2994,7 +2994,7 @@ * used in a fully backward compatible manner. */ #ifndef USE_PERLIO -/*#define USE_PERLIO /**/ +#define USE_PERLIO /**/ #endif /* USE_SOCKS: |