summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
authorMarcus Holland-Moritz <mhx-perl@gmx.net>2004-07-02 14:44:37 +0000
committerMarcus Holland-Moritz <mhx-perl@gmx.net>2004-07-02 14:44:37 +0000
commitad5a63fe9396219f88b25d62a50a1bc7fb7f0c96 (patch)
tree546f9b6648779b80294648e022afb35e940fb61b /uconfig.h
parent8577d3ae96899bac4092bfa95d3d1591dde1dbd3 (diff)
downloadperl-ad5a63fe9396219f88b25d62a50a1bc7fb7f0c96.tar.gz
More microperl tweaks.
p4raw-id: //depot/perl@23027
Diffstat (limited to 'uconfig.h')
-rw-r--r--uconfig.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/uconfig.h b/uconfig.h
index 2846c82aa6..a81a24055f 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -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.7/unknown" / **/
-/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.7/unknown" / **/
+/*#define ARCHLIB "/usr/local/lib/perl5/5.9/unknown" / **/
+/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.9/unknown" / **/
/* BIN:
* This symbol holds the path of the bin directory where the package will
@@ -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.7" /**/
-#define PRIVLIB_EXP "/usr/local/lib/perl5/5.7" /**/
+#define PRIVLIB "/usr/local/lib/perl5/5.9" /**/
+#define PRIVLIB_EXP "/usr/local/lib/perl5/5.9" /**/
/* SITEARCH:
* This symbol contains the name of the private library for this package.
@@ -4265,7 +4265,7 @@
* unsigned long, int, etc. It may be necessary to include
* <sys/types.h> to get any typedef'ed information.
*/
-#define Size_t int /* length paramater for string functions */
+#define Size_t size_t /* length paramater for string functions */
/* Uid_t_f:
* This symbol defines the format string used for printing a Uid_t.