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:
parent
239662215c
commit
0a574d3316
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user