~ubuntu-branches/ubuntu/intrepid/ncbi-tools6/intrepid

« back to all changes in this revision

Viewing changes to connect/ncbi_config.h

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2008-03-19 19:42:00 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20080319194200-7t0o0fgni3pijh1x
Tags: 6.1.20080302-1
* New upstream release
* debian/lib{ncbi6,vibrant6a}.symbols: update and clean up.
* debian/lib{ncbi,vibrant}6-dev.install: ship new headers.
* debian/ncbi-tools-bin.docs, doc/man/tbl2asn.1: belatedly ship
  tbl2asn.txt, and restore tbl2asn.1's reference thereto.
* doc/man/*.1: correct usage of ' and -.
* doc/man/{blast,cleanasn,nps2gps,tbl2asn}.1: resync with help output.
* debian/control: tighten dependencies between binary packages.
* debian/{control,rules}: require cdbs 0.4.51; drop workaround for #462130.
* debian/{control,rules,*.override}: rename Lintian overrides to
  $pkg.lintian-overrides and employ dh_lintian from debhelper (>= 6.0.7)
  in lieu of custom logic.
* debian/*.doc-base*: modernize (and correct) section assignments per
  doc-base 0.8.10: science -> Science/Biology, net -> System/Administration.
* debian/makemenu: drop obsolete Encoding key from generated .desktop files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef CONNECT___NCBI_CONFIG__H
2
2
#define CONNECT___NCBI_CONFIG__H
3
3
 
4
 
/*  $Id: ncbi_config.h,v 6.13 2006/03/07 17:23:22 lavr Exp $
 
4
/*  $Id: ncbi_config.h,v 6.14 2007/10/12 14:18:31 ucko Exp $
5
5
 * ===========================================================================
6
6
 *
7
7
 *                            PUBLIC DOMAIN NOTICE
59
59
#      define HAVE_GETHOSTBYNAME_R 6
60
60
#      define HAVE_GETHOSTBYADDR_R 8
61
61
#    endif
62
 
#    if !defined(HAVE_GETPWUID_R)
63
 
#      define HAVE_GETPWUID_R      5
 
62
#    if !defined(NCBI_HAVE_GETPWUID_R)
 
63
#      define NCBI_HAVE_GETPWUID_R 5
64
64
#    endif
65
65
#  elif defined(OS_UNIX_IRIX)
66
66
#    define NCBI_OS_IRIX 1
67
 
#    if !defined(HAVE_GETPWUID_R)
68
 
#      define HAVE_GETPWUID_R      5
 
67
#    if !defined(NCBI_HAVE_GETPWUID_R)
 
68
#      define NCBI_HAVE_GETPWUID_R 5
69
69
#    endif
70
70
#  elif defined(OS_UNIX_SOL)
71
71
#    define NCBI_OS_SOLARIS 1