X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=uconfig.h;h=4332e4ce444f6397b7234a5d4cd4df51daa84dd1;hb=112bedeb9730c2d3f20c786393533d63405c8b39;hp=d2eeb001fc04265b51390ef333774ef72b4c9ddb;hpb=e61ecf2728b6f0a3b42d3fefc949a8a7bc2b4fb1;p=p5sagit%2Fp5-mst-13.2.git diff --git a/uconfig.h b/uconfig.h index d2eeb00..4332e4c 100644 --- a/uconfig.h +++ b/uconfig.h @@ -3460,6 +3460,12 @@ */ /*#define HAS_DBMINIT_PROTO / **/ +/* HAS_DIRFD: + * This manifest constant lets the C program know that dirfd + * is available. + */ +/*#define HAS_DIRFD / **/ + /* HAS_FLOCK_PROTO: * This symbol, if defined, indicates that the system provides * a prototype for the flock() function. Otherwise, it is up @@ -3493,6 +3499,20 @@ */ /*#define HAS_NL_LANGINFO / **/ +/* HAS_PROCSELFEXE: + * 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 /**/ +#endif + /* HAS_SIGPROCMASK: * This symbol, if defined, indicates that the sigprocmask * system call is available to examine or change the signal mask