X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=config_h.SH;h=2a14102b79d0842a215a4821e8b6f20ab392320b;hb=cb86ce0e71355d781c8bc843c5a2c7c61381dce9;hp=b67f029969b171653d17e51fba8b142bd8da470b;hpb=968dcd912296607f6d74dceeeccc670bbe106928;p=p5sagit%2Fp5-mst-13.2.git diff --git a/config_h.SH b/config_h.SH index b67f029..2a14102 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2071,6 +2071,14 @@ sed <config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- */ #$d_fstatvfs HAS_FSTATVFS /**/ +/* HAS_TELLDIR_PROTO: + * This symbol, if defined, indicates that the system provides + * a prototype for the telldir() function. Otherwise, it is up + * to the program to supply one. A good guess is + * extern long telldir _((DIR*)); + */ +#$d_telldirproto HAS_TELLDIR_PROTO /**/ + /* HAS_WRITEV: * This symbol, if defined, indicates that the writev routine is * available to do scatter writes.