Commit 0553ab81 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

config.h file for RISC OS compiles

parent 410dd54d
Loading
Loading
Loading
Loading

config-riscos.h

0 → 100644
+25 −0
Original line number Diff line number Diff line

#define socklen_t int

#define HAVE_SYS_SOCKET_H
#define HAVE_ARPA_INET_H
#define HAVE_SYS_SELECT_H
#define HAVE_FCNTL_H
#define HAVE_GETTIMEOFDAY

#define HAVE_SELECT
#define HAVE_SOCKET
#define ifr_dstaddr ifr_addr


#include <sys/socket.h>
#include <sys/if.h>
#include <sys/fcntl.h>
#include <sys/ioctl.h>
#include <netinet/in.h>
#include <netdb.h>

#define ioctl(a,b,c,d) (ioctl(a,b,c) * (d==d))


#define OS "RISC OS"