diff options
author | Douglas Lankshear <doug@lankshear.net> | 1998-02-12 22:14:51 -0800 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-02-14 00:42:37 +0000 |
commit | 9d8a25dc64d23dcd5730db9be0dbe94a107e1f8b (patch) | |
tree | 6b1cd171d4482f416a67530f23e2bb55e51341b9 /win32/win32.h | |
parent | 7fae4e64c5e2903183a8656ece6686238ddef215 (diff) | |
download | perl-9d8a25dc64d23dcd5730db9be0dbe94a107e1f8b.tar.gz |
[asperl] added AS patch#6
Message-Id: <01BD3846.B29FB880.dougl@ActiveState.com>
Subject: [PATCH] command line build
This patch is for the command line build of perl object.
I'll merge the ipfoo.c function with win32_xxx functions next.
-- Doug
p4raw-id: //depot/asperl@522
Diffstat (limited to 'win32/win32.h')
-rw-r--r-- | win32/win32.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/win32/win32.h b/win32/win32.h index 8d6b04197d..31aadf960e 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -9,6 +9,16 @@ #ifndef _INC_WIN32_PERL5 #define _INC_WIN32_PERL5 +#ifdef PERL_OBJECT +#define ENV_HV_NAME "ENV_HV_NAME" +#define DYNAMIC_ENV_FETCH +#define prime_env_iter() +#ifdef PERL_GLOBAL_STRUCT +#error PERL_GLOBAL_STRUCT cannot be defined with PERL_OBJECT +#endif +#define win32_perllib_path PerlEnv_lib_path +#endif + #ifdef __GNUC__ typedef long long __int64; #define Win32_Winsock |