From: Jarkko Hietaniemi Date: Thu, 17 Aug 2000 19:16:39 +0000 (+0000) Subject: Microperl config update. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fc92a0ee8c2570f1149aa16b11e4a7d624ac473d;p=p5sagit%2Fp5-mst-13.2.git Microperl config update. p4raw-id: //depot/perl@6679 --- diff --git a/uconfig.h b/uconfig.h index 5cd5cd5..0e209cd 100644 --- a/uconfig.h +++ b/uconfig.h @@ -1180,18 +1180,18 @@ * This macro surrounds its token with double quotes. */ #if 42 == 1 -# define CAT2(a,b) a/**/b -# define STRINGIFY(a) "a" +#define CAT2(a,b) a/**/b +#define STRINGIFY(a) "a" /* If you can get stringification with catify, tell me how! */ #endif #if 42 == 42 -# define PeRl_CaTiFy(a, b) a ## b -# define PeRl_StGiFy(a) #a +#define PeRl_CaTiFy(a, b) a ## b +#define PeRl_StGiFy(a) #a /* the additional level of indirection enables these macros to be * used as arguments to other macros. See K&R 2nd ed., page 231. */ -# define CAT2(a,b) PeRl_CaTiFy(a,b) -# define StGiFy(a) PeRl_StGiFy(a) -# define STRINGIFY(a) PeRl_StGiFy(a) +#define CAT2(a,b) PeRl_CaTiFy(a,b) +#define StGiFy(a) PeRl_StGiFy(a) +#define STRINGIFY(a) PeRl_StGiFy(a) #endif #if 42 != 1 && 42 != 42 # include "Bletch: How does this C preprocessor catenate tokens?" @@ -1858,6 +1858,12 @@ */ /*#define HAS_SETPROTOENT / **/ +/* HAS_SETPROCTITLE: + * This symbol, if defined, indicates that the setproctitle routine is + * available to set process title. + */ +/*#define HAS_SETPROCTITLE / **/ + /* HAS_SETPWENT: * This symbol, if defined, indicates that the setpwent routine is * available for initializing sequential access of the passwd database. @@ -3126,4 +3132,10 @@ #define PERL_XS_APIVERSION "5.005" #define PERL_PM_APIVERSION "5.005" +/* I_LIBUTIL: + * This symbol, if defined, indicates that exists and + * should be included. + */ +/*#define I_LIBUTIL / **/ + #endif diff --git a/uconfig.sh b/uconfig.sh index d986b0d..f8c5062 100755 --- a/uconfig.sh +++ b/uconfig.sh @@ -223,6 +223,7 @@ d_setpgid='undef' d_setpgrp2='undef' d_setpgrp='undef' d_setprior='undef' +d_setproctitle='undef' d_setpwent='undef' d_setregid='undef' d_setresgid='undef' @@ -342,6 +343,7 @@ i_gdbm='undef' i_grp='undef' i_iconv='undef' i_inttypes='undef' +i_libutil='undef' i_limits='undef' i_locale='undef' i_machcthr='undef'