X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstat-macros.h;fp=lib%2Fstat-macros.h;h=facbabbc3c87bcc50e91553118a54399a96ed154;hb=e5b53829522b7e325ee0566ac30785d66615aea3;hp=69218f43aa3f23c36ae403d6a86d777109d74a49;hpb=3b2d00d4bad18650a61be27ba413d2cdac115584;p=gnulib.git diff --git a/lib/stat-macros.h b/lib/stat-macros.h index 69218f43a..facbabbc3 100644 --- a/lib/stat-macros.h +++ b/lib/stat-macros.h @@ -161,6 +161,21 @@ # endif # endif +/* contiguous */ +# ifndef S_ISCTG +# define S_ISCTG(p) 0 +# endif + +/* Cray DMF (data migration facility): off line, with data */ +# ifndef S_ISOFD +# define S_ISOFD(p) 0 +# endif + +/* Cray DMF (data migration facility): off line, with no data */ +# ifndef S_ISOFL +# define S_ISOFL(p) 0 +# endif + /* If any of the following are undefined, define them to their de facto standard values. */ # if !S_ISUID