diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-01-21 02:28:44 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-01-21 02:28:44 +0000 |
commit | 23a2af2c074bcda6d0e2939ca5cc94ed91e62f54 (patch) | |
tree | cd6d3dbe24337319684f673c42dde994eaad9866 /net-p2p/dctc/files/config.h | |
parent | Update qmail-mysql to patch level 1.1.8 (diff) |
Update to 0.67.0
Notes
Notes:
svn path=/head/; revision=53428
Diffstat (limited to 'net-p2p/dctc/files/config.h')
-rw-r--r-- | net-p2p/dctc/files/config.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/net-p2p/dctc/files/config.h b/net-p2p/dctc/files/config.h deleted file mode 100644 index c82313ca54e0..000000000000 --- a/net-p2p/dctc/files/config.h +++ /dev/null @@ -1,30 +0,0 @@ -#ifndef ___CONFIG_H___ -#define ___CONFIG_H___ - -/* To enable detecting of BSD systems */ -#if (defined(__unix__) || defined(unix)) && !defined(USG) -#include <sys/param.h> -#endif - -#include <sys/types.h> -#include <sys/socket.h> - -/* For BSD */ -#if (defined(BSD) && (BSD >= 199103)) -# include <sys/ipc.h> -# include <sys/sem.h> -#else -/* For linux */ -# include <linux/sem.h> /* for the value of SEMVMX */ -#endif - -#ifndef MSG_NOSIGNAL -#define MSG_NOSIGNAL 0 -#endif - -#ifndef SEMVMX -/* this value comes from linux/sem.h */ -#define SEMVMX 32767 -#endif - -#endif /* ___CONFIG_H___ */ |