summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorewt <devnull@localhost>1997-04-30 15:32:40 +0000
committerewt <devnull@localhost>1997-04-30 15:32:40 +0000
commitacb0a9c9289e0b57c735b42321ac3dbd37e576c4 (patch)
tree2c819edc3ad77a0ebe9eecac714c16245af55c66 /config.h.in
parenta2bc26c4c4f5c8b5d48614e781999840d899306e (diff)
downloadrpm-acb0a9c9289e0b57c735b42321ac3dbd37e576c4.tar.gz
Look for S_IFSOCK and define it as 0 if it doesn't exist (this is for SCO).
CVS patchset: 1563 CVS date: 1997/04/30 15:32:40
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index dc6ce8a6f..86576c76f 100644
--- a/config.h.in
+++ b/config.h.in
@@ -37,6 +37,9 @@
/* Define as 1 if <sys/stat.h> defines S_ISLNK */
#define HAVE_S_ISLNK 0
+/* Define as 1 if <sys/stat.h> defines S_IFSOCK */
+#define HAVE_S_IFSOCK 0
+
/* Define as 1 if <sys/stat.h> defines S_ISSOCK */
#define HAVE_S_ISSOCK 0