X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=config_h.SH;h=8d61ac9d04800564665551afd3a0b13e4f014cd8;hb=158e3910f3d0bce487277fa0db25247b664ed87c;hp=9b20de6f3897dad614a4896e4e96269d5902528e;hpb=a33c94aad0574a69a51fb133c0911cdcb12133c0;p=p5sagit%2Fp5-mst-13.2.git diff --git a/config_h.SH b/config_h.SH index 9b20de6..8d61ac9 100644 --- a/config_h.SH +++ b/config_h.SH @@ -3484,6 +3484,12 @@ sed <$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$d_dbminitproto HAS_DBMINIT_PROTO /**/ +/* HAS_DIRFD: + * This manifest constant lets the C program know that dirfd + * is available. + */ +#$d_dirfd HAS_DIRFD /**/ + /* HAS_FLOCK_PROTO: * This symbol, if defined, indicates that the system provides * a prototype for the flock() function. Otherwise, it is up @@ -3518,10 +3524,18 @@ sed <$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #$d_nl_langinfo HAS_NL_LANGINFO /**/ /* HAS_PROCSELFEXE: - * This symbol is defined if /proc/self/exe is a symlink - * to the executing program. + * 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. */ #$d_procselfexe HAS_PROCSELFEXE /**/ +#if defined(HAS_PROCSELFEXE) && !defined(PROCSELFEXE_PATH) +#define PROCSELFEXE_PATH $procselfexe /**/ +#endif /* HAS_SIGPROCMASK: * This symbol, if defined, indicates that the sigprocmask