summaryrefslogtreecommitdiff
path: root/src/socket/net.h
blob: 6091bdca12ccad77f1d5082d4f816d358747fd5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#ifdef NAUNET_ON_WINDOWS
#include "../winwrap.h"
#else
#include <al/macros.h>
#include <arpa/inet.h>
#endif

#define nn_htons htons
#define nn_htonl htonl
#define nn_ntohs ntohs
#define nn_ntohl ntohl