File: auservertype.h

package info (click to toggle)
nas 1.9.4-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 8,140 kB
  • sloc: ansic: 52,109; makefile: 31,375; sh: 8,077; perl: 1,104; yacc: 249; cpp: 216; lex: 68
file content (25 lines) | stat: -rw-r--r-- 567 bytes parent folder | download | duplicates (4)
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
/*
 * $Id: auservertype.h 178 2006-08-14 01:10:07Z jon $
 * 
 */

#ifndef _AUSERVERTYPE_H_
#define _AUSERVERTYPE_H_

#ifdef sun
# define SUN_SERVER
#endif /* sun */

#ifdef sgi
# define SGI_SERVER
#endif /* sgi */

#if defined(__DragonFly__) || defined(__FreeBSD_kernel__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(linux) || (defined(SVR4) && (defined(SYSV386) || defined(i386))) || defined(__CYGWIN__) || defined(__GNU__)
# define VOXWARE_SERVER
#endif /* voxware */

#ifdef hpux
# define HPUX_SERVER
#endif /* hpux */

#endif /* _AUSERVERTYPE_H_ */