X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=vos%2Fconfig.h;h=d163593ed00b2844cb276c3578f0fa604d013822;hb=792d8dab7fdc7425b9c319731346e511d492fcad;hp=2f4e15a820656bfea36fc9326fe1ec256cecf456;hpb=c631d80af56f85756c1c42a46ff75478e8a18324;p=p5sagit%2Fp5-mst-13.2.git diff --git a/vos/config.h b/vos/config.h index 2f4e15a..d163593 100644 --- a/vos/config.h +++ b/vos/config.h @@ -1658,6 +1658,12 @@ #define LONGLONGSIZE _error_ /**/ #endif +/* HAS_MADVISE: + * This symbol, if defined, indicates that the madvise system call is + * available to map a file into memory. + */ +/*#define HAS_MADVISE /**/ + /* HAS_MEMCHR: * This symbol, if defined, indicates that the memchr routine is available * to locate characters within a C string. @@ -2346,6 +2352,12 @@ */ /*#define I_SOCKS /**/ +/* I_SUNMATH: + * This symbol, if defined, indicates that exists and + * should be included. + */ +/*#define I_SUNMATH /**/ + /* I_SYSLOG: * This symbol, if defined, indicates that exists and * should be included. @@ -2998,6 +3010,12 @@ */ /*#define HAS_GETFSSTAT /**/ +/* I_IEEEFP: + * This symbol, if defined, indicates that exists and + * should be included. + */ +/*#define I_IEEEFP /**/ + /* HAS_LSEEK_PROTO: * This symbol, if defined, indicates that the system provides * a prototype for the lseek() function. Otherwise, it is up