~ubuntu-branches/debian/experimental/ncbi-tools6/experimental

« back to all changes in this revision

Viewing changes to network/nsclilib/ni_disp.c

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2002-04-04 22:13:09 UTC
  • Revision ID: james.westby@ubuntu.com-20020404221309-ozxf0jg82nb8ud7h
Tags: 6.1.20011220a-2
Whoops, ncbi-data should replace pre-split versions of ncbi-tools6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2790
2790
#ifdef PROC_CONVEX
2791
2791
    retval = NI_PLATFORM_CONVEX;
2792
2792
#endif
2793
 
#ifdef PROC_HPPA
 
2793
#if defined(PROC_HPPA) && !defined(OS_UNIX_LINUX)
2794
2794
    retval = NI_PLATFORM_HPUX;
2795
2795
#endif
2796
2796
#ifdef OS_UNIX_NEXT
2797
2797
    retval = NI_PLATFORM_NEXT;
2798
2798
#endif
2799
 
#ifdef PROC_MIPS
 
2799
#if defined(PROC_MIPS) && !defined(OS_UNIX_LINUX)
2800
2800
    retval = NI_PLATFORM_SGI;
2801
2801
#endif
2802
2802
#ifdef OS_UNIX_ULTRIX