Moved to headers/private/net, as they're not standard POSIX headers.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7310 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin
2004-04-25 23:03:19 +00:00
parent a60e1f4f7f
commit 3fb2d6f43a
10 changed files with 0 additions and 1417 deletions
-3
View File
@@ -1,3 +0,0 @@
#include <OS.h>
#include <sys/types.h>
#include <inttypes.h>
-29
View File
@@ -1,29 +0,0 @@
#ifndef _SYS_CDEFS_H
#define _SYS_CDEFS_H
#ifndef __P
#define __P(s) s
#endif
#ifndef __CONCAT
#define __CONCAT(x,y) x ## y
#endif
#ifndef __STRING
#define __STRING(x) #x
#endif
#if defined(__cplusplus)
#define __BEGIN_DECLS extern "C" {
#define __END_DECLS };
#else
#define __BEGIN_DECLS
#define __END_DECLS
#endif
#define __dead
#define __dead2
#endif