Introduce an OBOS_NET_STACK_VERSION symbol to help checking which

installed network stack a networking app is built on.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6037 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2004-01-12 23:52:40 +00:00
parent 239662215c
commit 0a574d3316
1 changed files with 3 additions and 0 deletions

View File

@ -2,10 +2,13 @@
#define _NET_SOCKET_H
#include <BeBuild.h>
#include <netinet/in.h> /* in_addr, sockaddr_in */
#include <sys/socket.h> /* sockaddr */
#include <sys/select.h>
#define OBOS_NET_STACK_VERSION 0x0100 /* 1.0 */
/*
* Be extension
*/