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:
@@ -2,10 +2,13 @@
|
|||||||
#define _NET_SOCKET_H
|
#define _NET_SOCKET_H
|
||||||
|
|
||||||
#include <BeBuild.h>
|
#include <BeBuild.h>
|
||||||
|
|
||||||
#include <netinet/in.h> /* in_addr, sockaddr_in */
|
#include <netinet/in.h> /* in_addr, sockaddr_in */
|
||||||
#include <sys/socket.h> /* sockaddr */
|
#include <sys/socket.h> /* sockaddr */
|
||||||
#include <sys/select.h>
|
#include <sys/select.h>
|
||||||
|
|
||||||
|
#define OBOS_NET_STACK_VERSION 0x0100 /* 1.0 */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Be extension
|
* Be extension
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user