-rm -f $(O) microperl
distclean: clean
- -rm -f uconfig.h
# The microconfiguration.
-uconfig.h: uconfig.sh config_h.SH
+regen_uconfig:
$(ENV) CONFIG_SH=uconfig.sh CONFIG_H=uconfig.h sh ./config_h.SH
# Do not regenerate perly.c and perly.h.
-microperl is supposed to be able a really minimal perl, even more
+microperl is supposed to be a really minimal perl, even more
minimal than miniperl. No Configure is needed to build microperl,
on the other hand this means that interfaces between Perl and your
operating system are left very -- minimal.
make -f Makefile.micro
+If you make changes to uconfig.sh, run
+ make -f Makefile.micro regen_uconfig
-
+to regenerate uconfig.h.
* 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
* 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.
* 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.
afs='false'
afsroot='/afs'
alignbytes='4'
-apiversion='5.005'
-archlib='/usr/local/lib/perl5/5.7/unknown'
-archlibexp='/usr/local/lib/perl5/5.7/unknown'
+archlib='/usr/local/lib/perl5/5.9/unknown'
+archlibexp='/usr/local/lib/perl5/5.9/unknown'
archname='unknown'
asctime_r_proto='0'
bin='/usr/local/bin'
osname='unknown'
phostname='hostname'
pidtype=int
-privlib='/usr/local/lib/perl5/5.7'
-privlibexp='/usr/local/lib/perl5/5.7'
+privlib='/usr/local/lib/perl5/5.9'
+privlibexp='/usr/local/lib/perl5/5.9'
procselfexe=''
prototype='undef'
ptrsize='4'
sig_size='1'
signal_t=int
sizesize=4
-sizetype=int
+sizetype='size_t'
socksizetype='int'
srand48_r_proto='0'
srandom_r_proto='0'