summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2006-08-08 03:02:35 +0300
committerSteve Peters <steve@fisharerojo.org>2006-08-08 03:55:13 +0000
commit666ea1927d03c6430ac8120e8603244e721e20a0 (patch)
tree825978bf91e0470887834b60aeb5ca5815ec39ed /win32
parent0ec9ad96b741d60d5dad460acf757c031b11fe15 (diff)
downloadperl-666ea1927d03c6430ac8120e8603244e721e20a0.tar.gz
g++ stage 1 reached
Message-ID: <44D7AA6B.4040802@iki.fi> p4raw-id: //depot/perl@28674
Diffstat (limited to 'win32')
-rw-r--r--win32/config.bc1
-rw-r--r--win32/config.ce1
-rw-r--r--win32/config.gc1
-rw-r--r--win32/config.vc1
-rw-r--r--win32/config.vc641
-rw-r--r--win32/config_H.bc6
-rw-r--r--win32/config_H.ce6
-rw-r--r--win32/config_H.gc6
-rw-r--r--win32/config_H.vc6
-rw-r--r--win32/config_H.vc646
10 files changed, 35 insertions, 0 deletions
diff --git a/win32/config.bc b/win32/config.bc
index d460097e7e..3c0e0237b2 100644
--- a/win32/config.bc
+++ b/win32/config.bc
@@ -126,6 +126,7 @@ d_closedir='define'
d_cmsghdr_s='undef'
d_const='define'
d_copysignl='undef'
+d_cplusplus='undef'
d_crypt='undef'
d_crypt_r='undef'
d_csh='undef'
diff --git a/win32/config.ce b/win32/config.ce
index d155e889ff..342dc4859a 100644
--- a/win32/config.ce
+++ b/win32/config.ce
@@ -124,6 +124,7 @@ d_closedir='define'
d_cmsghdr_s='undef'
d_const='define'
d_copysignl='undef'
+d_cplusplus='undef'
d_crypt='undef'
d_crypt_r='undef'
d_csh='undef'
diff --git a/win32/config.gc b/win32/config.gc
index da97c1abae..fd9e2e1c91 100644
--- a/win32/config.gc
+++ b/win32/config.gc
@@ -126,6 +126,7 @@ d_closedir='define'
d_cmsghdr_s='undef'
d_const='define'
d_copysignl='undef'
+d_cplusplus='undef'
d_crypt='undef'
d_crypt_r='undef'
d_csh='undef'
diff --git a/win32/config.vc b/win32/config.vc
index ec90484884..0a9b61f04c 100644
--- a/win32/config.vc
+++ b/win32/config.vc
@@ -126,6 +126,7 @@ d_closedir='define'
d_cmsghdr_s='undef'
d_const='define'
d_copysignl='undef'
+d_cplusplus='undef'
d_crypt='undef'
d_crypt_r='undef'
d_csh='undef'
diff --git a/win32/config.vc64 b/win32/config.vc64
index bcda881865..837a8ebfec 100644
--- a/win32/config.vc64
+++ b/win32/config.vc64
@@ -126,6 +126,7 @@ d_closedir='define'
d_cmsghdr_s='undef'
d_const='define'
d_copysignl='undef'
+d_cplusplus='undef'
d_crypt='undef'
d_crypt_r='undef'
d_csh='undef'
diff --git a/win32/config_H.bc b/win32/config_H.bc
index 166322c9df..c222bd1a66 100644
--- a/win32/config_H.bc
+++ b/win32/config_H.bc
@@ -3852,6 +3852,12 @@
*/
/*#define HAS_CLEARENV /**/
+/* USE_CPLUSPLUS:
+ * This symbol, if defined, indicates that a C++ compiler was
+ * used to compiled Perl and will be used to compile extensions.
+ */
+/*#define USE_CPLUSPLUS /**/
+
/* HAS_COPYSIGNL:
* This symbol, if defined, indicates that the copysignl routine is
* available. If aintl is also present we can emulate modfl.
diff --git a/win32/config_H.ce b/win32/config_H.ce
index 9809781f0b..4fecfa8309 100644
--- a/win32/config_H.ce
+++ b/win32/config_H.ce
@@ -3837,6 +3837,12 @@
*/
/*#define HAS_COPYSIGNL /**/
+/* USE_CPLUSPLUS:
+ * This symbol, if defined, indicates that a C++ compiler was
+ * used to compiled Perl and will be used to compile extensions.
+ */
+/*#define USE_CPLUSPLUS /**/
+
/* HAS_DBMINIT_PROTO:
* This symbol, if defined, indicates that the system provides
* a prototype for the dbminit() function. Otherwise, it is up
diff --git a/win32/config_H.gc b/win32/config_H.gc
index c28f1a41db..5b0b00bb7d 100644
--- a/win32/config_H.gc
+++ b/win32/config_H.gc
@@ -3888,6 +3888,12 @@
*/
/*#define HAS_COPYSIGNL /**/
+/* USE_CPLUSPLUS:
+ * This symbol, if defined, indicates that a C++ compiler was
+ * used to compiled Perl and will be used to compile extensions.
+ */
+/*#define USE_CPLUSPLUS /**/
+
/* HAS_DBMINIT_PROTO:
* This symbol, if defined, indicates that the system provides
* a prototype for the dbminit() function. Otherwise, it is up
diff --git a/win32/config_H.vc b/win32/config_H.vc
index f394791096..70456bafc5 100644
--- a/win32/config_H.vc
+++ b/win32/config_H.vc
@@ -3885,6 +3885,12 @@
*/
/*#define HAS_COPYSIGNL /**/
+/* USE_CPLUSPLUS:
+ * This symbol, if defined, indicates that a C++ compiler was
+ * used to compiled Perl and will be used to compile extensions.
+ */
+/*#define USE_CPLUSPLUS /**/
+
/* HAS_DBMINIT_PROTO:
* This symbol, if defined, indicates that the system provides
* a prototype for the dbminit() function. Otherwise, it is up
diff --git a/win32/config_H.vc64 b/win32/config_H.vc64
index 82beceb1d3..8637aff035 100644
--- a/win32/config_H.vc64
+++ b/win32/config_H.vc64
@@ -3858,6 +3858,12 @@
*/
/*#define HAS_COPYSIGNL /**/
+/* USE_CPLUSPLUS:
+ * This symbol, if defined, indicates that a C++ compiler was
+ * used to compiled Perl and will be used to compile extensions.
+ */
+/*#define USE_CPLUSPLUS /**/
+
/* HAS_DBMINIT_PROTO:
* This symbol, if defined, indicates that the system provides
* a prototype for the dbminit() function. Otherwise, it is up