~ubuntu-branches/ubuntu/quantal/curl/quantal

« back to all changes in this revision

Viewing changes to lib/config-riscos.h

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli
  • Date: 2002-03-12 19:06:21 UTC
  • Revision ID: james.westby@ubuntu.com-20020312190621-iqx7k9cipo5d0ifr
Tags: upstream-7.9.5
ImportĀ upstreamĀ versionĀ 7.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#define socklen_t int
 
3
 
 
4
#define HAVE_SYS_SOCKET_H
 
5
#define HAVE_ARPA_INET_H
 
6
#define HAVE_SYS_SELECT_H
 
7
#define HAVE_FCNTL_H
 
8
#define HAVE_GETTIMEOFDAY
 
9
 
 
10
#define HAVE_SELECT
 
11
#define HAVE_SOCKET
 
12
#define ifr_dstaddr ifr_addr
 
13
 
 
14
 
 
15
#include <sys/socket.h>
 
16
#include <sys/if.h>
 
17
#include <sys/fcntl.h>
 
18
#include <sys/ioctl.h>
 
19
#include <netinet/in.h>
 
20
#include <netdb.h>
 
21
 
 
22
#define ioctl(a,b,c,d) (ioctl(a,b,c) * (d==d))
 
23
 
 
24
 
 
25
#define OS "RISC OS"