changeset 5130:f5e36c205765

(S_ISCTG, S_ISOFD, S_ISOFL): New macros, if not already defined.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 06 Aug 2004 05:02:24 +0000
parents 85cfcfd6d0be
children 5ae20cfe1a13
files lib/stat-macros.h
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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