summaryrefslogtreecommitdiffstats
path: root/src/isode/h/config.h
blob: 5c554a9c997d49b5e52186d64103312aad0bae54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/* this should be enough for everything... */

#define	VSPRINTF		/* has vprintf(3s) routines */
#define	TCP			/* has TCP/IP (of course) */
#define	SOCKETS			/*   provided by sockets */
#define	GETDENTS		/* has <dirent.h> */

#ifdef __svr4__
/* SYS5 is for termio instead of sgttyb */
#define SYS5
/* SVR4 turns off strdup */
#define SVR4
#endif

#ifdef mips
/* not sys5 */
#define BSD42
#endif

#ifdef _AIX
/* SYS5 is also for fcntl.h instead of sys/fcntl.h */
#define SYS5
/* AIX lets manifest.h fix up SYS5NLY */
#define AIX
#endif

#ifdef __linux__
/* SYS5 is for termio instead of sgttyb */
#define SYS5
#endif

#ifdef sun
#ifndef __svr4__
#define SUNOS4
#endif
#endif