summaryrefslogtreecommitdiff
path: root/Porting/config_H
diff options
context:
space:
mode:
Diffstat (limited to 'Porting/config_H')
-rw-r--r--Porting/config_H41
1 files changed, 23 insertions, 18 deletions
diff --git a/Porting/config_H b/Porting/config_H
index c5ab77f30c..aa125f0d86 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -13,8 +13,8 @@
/*
* Package name : perl5
* Source directory : .
- * Configuration time: Wed Jan 14 15:58:57 GMT 2004
- * Configured by : nick
+ * Configuration time: Wed Apr 21 19:21:41 BST 2004
+ * Configured by : yourname
* Target system : linux bagpuss.unfortu.net 2.4.19-rmk4 #3 fri oct 25 21:57:55 bst 2002 armv4l unknown
*/
@@ -1338,8 +1338,8 @@
* This symbol contains the ~name expanded version of ARCHLIB, to be used
* in programs that are not prepared to deal with ~ expansion at run-time.
*/
-#define ARCHLIB "/usr/local/lib/perl5/5.8.3/armv4l-linux" /**/
-#define ARCHLIB_EXP "/usr/local/lib/perl5/5.8.3/armv4l-linux" /**/
+#define ARCHLIB "/opt/perl/lib/5.8.4/armv4l-linux" /**/
+#define ARCHLIB_EXP "/opt/perl/lib/5.8.4/armv4l-linux" /**/
/* BIN:
* This symbol holds the path of the bin directory where the package will
@@ -1349,8 +1349,8 @@
* This symbol is the filename expanded version of the BIN symbol, for
* programs that do not want to deal with that at run-time.
*/
-#define BIN "/usr/local/bin" /**/
-#define BIN_EXP "/usr/local/bin" /**/
+#define BIN "/opt/perl/bin" /**/
+#define BIN_EXP "/opt/perl/bin" /**/
/* PERL_INC_VERSION_LIST:
* This variable specifies the list of subdirectories in over
@@ -1359,7 +1359,7 @@
* for a C initialization string. See the inc_version_list entry
* in Porting/Glossary for more details.
*/
-#define PERL_INC_VERSION_LIST "5.8.0/armv4l-linux","5.8.0","5.7.3","5.7.2","5.7.1","5.7.0","5.6.0","5.005",0 /**/
+#define PERL_INC_VERSION_LIST 0 /**/
/* INSTALL_USR_BIN_PERL:
* This symbol, if defined, indicates that Perl is to be installed
@@ -1386,8 +1386,8 @@
* to be used in programs that are not prepared to deal with ~ expansion
* at run-time.
*/
-#define INSTALL_PREFIX "/usr/local" /**/
-#define INSTALL_PREFIX_EXP "/usr/local" /**/
+#define INSTALL_PREFIX "/opt/perl" /**/
+#define INSTALL_PREFIX_EXP "/opt/perl" /**/
/* PRIVLIB:
* This symbol contains the name of the private library for this package.
@@ -1399,8 +1399,8 @@
* This symbol contains the ~name expanded version of PRIVLIB, to be used
* in programs that are not prepared to deal with ~ expansion at run-time.
*/
-#define PRIVLIB "/usr/local/lib/perl5/5.8.3" /**/
-#define PRIVLIB_EXP "/usr/local/lib/perl5/5.8.3" /**/
+#define PRIVLIB "/opt/perl/lib/5.8.4" /**/
+#define PRIVLIB_EXP "/opt/perl/lib/5.8.4" /**/
/* SITEARCH:
* This symbol contains the name of the private library for this package.
@@ -1417,8 +1417,8 @@
* This symbol contains the ~name expanded version of SITEARCH, to be used
* in programs that are not prepared to deal with ~ expansion at run-time.
*/
-#define SITEARCH "/usr/local/lib/perl5/site_perl/5.8.3/armv4l-linux" /**/
-#define SITEARCH_EXP "/usr/local/lib/perl5/site_perl/5.8.3/armv4l-linux" /**/
+#define SITEARCH "/opt/perl/lib/site_perl/5.8.4/armv4l-linux" /**/
+#define SITEARCH_EXP "/opt/perl/lib/site_perl/5.8.4/armv4l-linux" /**/
/* SITELIB:
* This symbol contains the name of the private library for this package.
@@ -1440,9 +1440,9 @@
* removed. The elements in inc_version_list (inc_version_list.U) can
* be tacked onto this variable to generate a list of directories to search.
*/
-#define SITELIB "/usr/local/lib/perl5/site_perl/5.8.3" /**/
-#define SITELIB_EXP "/usr/local/lib/perl5/site_perl/5.8.3" /**/
-#define SITELIB_STEM "/usr/local/lib/perl5/site_perl" /**/
+#define SITELIB "/opt/perl/lib/site_perl/5.8.4" /**/
+#define SITELIB_EXP "/opt/perl/lib/site_perl/5.8.4" /**/
+#define SITELIB_STEM "/opt/perl/lib/site_perl" /**/
/* PERL_VENDORARCH:
* If defined, this symbol contains the name of a private library.
@@ -1689,7 +1689,7 @@
#define HAS_UNAME /**/
/*#define HAS_PHOSTNAME / **/
#ifdef HAS_PHOSTNAME
-#define PHOSTNAME "/bin/hostname" /* How to get the host name */
+#define PHOSTNAME "" /* How to get the host name */
#endif
/* HAS_GETNETBYADDR:
@@ -2162,6 +2162,11 @@
*/
/*#define MYMALLOC / **/
+/* PERL_MALLOC_WRAP:
+ * This symbol, if defined, indicates that we'd like malloc wrap checks.
+ */
+#define PERL_MALLOC_WRAP /**/
+
/* CAN_PROTOTYPE:
* If defined, this macro indicates that the C compiler can handle
* function prototypes.
@@ -3285,7 +3290,7 @@
* script to make sure (one hopes) that it runs with perl and not
* some shell.
*/
-#define STARTPERL "#!/usr/local/bin/perl" /**/
+#define STARTPERL "#!/opt/perl/bin/perl" /**/
/* HAS_STDIO_STREAM_ARRAY:
* This symbol, if defined, tells that there is an array