X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=uconfig.h;h=1c3025ae70a56644f8afea6aab805150472b7d9f;hb=49b405575f2a73b080d1723eba86035e5d5e327f;hp=d05e180f29135e8fc871b47792c0550956c12749;hpb=a838cfe5b2ea6f6e5491d3960fd365ac4a2d5f6d;p=p5sagit%2Fp5-mst-13.2.git diff --git a/uconfig.h b/uconfig.h index d05e180..1c3025a 100644 --- a/uconfig.h +++ b/uconfig.h @@ -88,12 +88,6 @@ #define const #endif -/* HAS_CRYPT: - * This symbol, if defined, indicates that the crypt routine is available - * to encrypt passwords and the like. - */ -/*#define HAS_CRYPT / **/ - /* HAS_CUSERID: * This symbol, if defined, indicates that the cuserid routine is * available to get character login names. @@ -3400,6 +3394,12 @@ #define PERL_XS_APIVERSION "5.005" #define PERL_PM_APIVERSION "5.005" +/* HAS_CRYPT: + * This symbol, if defined, indicates that the crypt routine is available + * to encrypt passwords and the like. + */ +/*#define HAS_CRYPT / **/ + /* SETUID_SCRIPTS_ARE_SECURE_NOW: * This symbol, if defined, indicates that the bug that prevents * setuid scripts from being secure is not present in this kernel. @@ -3503,6 +3503,11 @@ * This symbol is defined if PROCSELFEXE_PATH is a symlink * to the absolute pathname of the executing program. */ +/* PROCSELFEXE_PATH: + * If HAS_PROCSELFEXE is defined this symbol is the filename + * of the symbolic link pointing to the absolute pathname of + * the executing program. + */ /*#define HAS_PROCSELFEXE / **/ #if defined(HAS_PROCSELFEXE) && !defined(PROCSELFEXE_PATH) #define PROCSELFEXE_PATH /**/