diff options
-rw-r--r-- | source3/include/includes.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 5988393588..9097d47652 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -960,16 +960,6 @@ int setresgid(gid_t rgid, gid_t egid, gid_t sgid); #define SHM_W 0200 #endif - -/* Some systems (SCO) treat UNIX domain sockets as FIFOs */ - -#ifndef S_IFSOCK -#define S_IFSOCK S_IFIFO -#endif -#ifndef S_ISSOCK -#define S_ISSOCK(mode) ((mode & S_IFSOCK) == S_IFSOCK) -#endif - #if HAVE_KERNEL_SHARE_MODES #ifndef LOCK_MAND #define LOCK_MAND 32 /* This is a mandatory flock */ |