projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b2d00d
)
(S_ISCTG, S_ISOFD, S_ISOFL): New macros, if not already defined.
author
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 6 Aug 2004 05:02:24 +0000
(
05:02
+0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 6 Aug 2004 05:02:24 +0000
(
05:02
+0000)
lib/stat-macros.h
patch
|
blob
|
history
diff --git
a/lib/stat-macros.h
b/lib/stat-macros.h
index 69218f43aa3f23c36ae403d6a86d777109d74a49..facbabbc3c87bcc50e91553118a54399a96ed154 100644
(file)
--- 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