X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=uconfig.h;h=ae3467b8588d7dbcdc991ad6d44164e338a87cbf;hb=cd6c9654a756b46c141534899156b821350d92df;hp=08888f445f6fe6a39360ca823cbe514ed39a836e;hpb=1de32f2a8367111f29377c6ed81b538f36717dd9;p=p5sagit%2Fp5-mst-13.2.git diff --git a/uconfig.h b/uconfig.h index 08888f4..ae3467b 100644 --- a/uconfig.h +++ b/uconfig.h @@ -361,7 +361,7 @@ * available to read directory entries. You may have to include * . See I_DIRENT. */ -/*#define HAS_READDIR / **/ +#define HAS_READDIR /**/ /* HAS_SEEKDIR: * This symbol, if defined, indicates that the seekdir routine is @@ -392,7 +392,7 @@ * to rename files. Otherwise you should do the unlink(), link(), unlink() * trick. */ -/*#define HAS_RENAME / **/ +#define HAS_RENAME /**/ /* HAS_RMDIR: * This symbol, if defined, indicates that the rmdir routine is @@ -663,7 +663,7 @@ * whether dirent is available or not. You should use this pseudo type to * portably declare your directory entries. */ -/*#define I_DIRENT / **/ +#define I_DIRENT /**/ /*#define DIRNAMLEN / **/ #define Direntry_t struct dirent @@ -738,7 +738,7 @@ * This symbol, if defined, indicates that exists and should * be included. */ -/*#define I_STDLIB / **/ +#define I_STDLIB /**/ /* I_STRING: * This symbol, if defined, indicates to the C program that it should @@ -1476,7 +1476,7 @@ #define OSVERS "" /**/ /* CAT2: - * This macro catenates 2 tokens together. + * This macro concatenates 2 tokens together. */ /* STRINGIFY: * This macro surrounds its token with double quotes. @@ -1496,7 +1496,7 @@ #define STRINGIFY(a) PeRl_StGiFy(a) #endif #if 42 != 1 && 42 != 42 -# include "Bletch: How does this C preprocessor catenate tokens?" +# include "Bletch: How does this C preprocessor concatenate tokens?" #endif /* CPPSTDIN: @@ -1999,7 +1999,7 @@ * This symbol, if defined, indicates that the strtoul routine is * available to provide conversion of strings to unsigned long. */ -/*#define HAS_STRTOUL / **/ +#define HAS_STRTOUL /**/ /* HAS_UNION_SEMUN: * This symbol, if defined, indicates that the union semun is @@ -2638,12 +2638,6 @@ */ /*#define HAS_STRUCT_MSGHDR / **/ -/* HAS_NANOSLEEP: - * This symbol, if defined, indicates that the nanosleep - * system call is available to sleep with 1E-9 sec accuracy. - */ -/*#define HAS_NANOSLEEP / **/ - /* HAS_NL_LANGINFO: * This symbol, if defined, indicates that the nl_langinfo routine is * available to return local data. You will also need @@ -2670,6 +2664,13 @@ #define PROCSELFEXE_PATH /**/ #endif +/* HAS_PTHREAD_ATTR_SETSCOPE: + * This symbol, if defined, indicates that the pthread_attr_setscope + * system call is available to set the contention scope attribute of + * a thread attribute object. + */ +/*#define HAS_PTHREAD_ATTR_SETSCOPE / **/ + /* HAS_READV: * This symbol, if defined, indicates that the readv routine is * available to do gather reads. You will also need @@ -3923,7 +3924,7 @@ /* HAS_PTHREAD_ATFORK: * This symbol, if defined, indicates that the pthread_atfork routine - * is available setup fork handlers. + * is available to setup fork handlers. */ /*#define HAS_PTHREAD_ATFORK / **/