~ubuntu-branches/ubuntu/jaunty/nas/jaunty

« back to all changes in this revision

Viewing changes to server/dia/auservertype.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve McIntyre
  • Date: 2004-06-23 01:15:02 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040623011502-30uqd1dyu47iv2dp
Tags: 1.6d-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * $Id: auservertype.h,v 1.1 2000/01/01 09:28:24 jon Exp $
 
2
 * $Id: auservertype.h,v 1.2 2002/07/25 00:42:28 jon Exp $
3
3
 * 
4
4
 */
5
5
 
14
14
# define SGI_SERVER
15
15
#endif                                          /* sgi */
16
16
 
17
 
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(linux) || (defined(SVR4) && (defined(SYSV386) || defined(i386)))
 
17
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(linux) || (defined(SVR4) && (defined(SYSV386) || defined(i386))) || defined(__CYGWIN__)
18
18
# define VOXWARE_SERVER
19
19
#endif                                          /* voxware */
20
20