~ubuntu-branches/ubuntu/oneiric/ncbi-tools6/oneiric

« back to all changes in this revision

Viewing changes to algo/blast/core/blast_tune.h

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2008-07-14 19:43:15 UTC
  • mfrom: (2.1.12 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080714194315-ed44u9ek7txva2rz
Tags: 6.1.20080302-3
tools/readdb.c: enable madvise()-based code on all glibc (hence all
Debian) systems, not just Linux.  (Closes: #490437.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef ALGO_BLAST_CORE___BLAST_TUNE__H
2
 
#define ALGO_BLAST_CORE___BLAST_TUNE__H
3
 
 
4
 
/*  $Id: blast_tune.h,v 1.2 2006/07/06 19:22:12 papadopo Exp $
 
1
/*  $Id: blast_tune.h,v 1.3 2006/11/21 16:47:16 papadopo Exp $
5
2
 * ===========================================================================
6
3
 *
7
4
 *                            PUBLIC DOMAIN NOTICE
36
33
 * percent identity.
37
34
 */
38
35
 
 
36
#ifndef ALGO_BLAST_CORE___BLAST_TUNE__H
 
37
#define ALGO_BLAST_CORE___BLAST_TUNE__H
 
38
 
39
39
#include <algo/blast/core/ncbi_std.h>
 
40
#include <algo/blast/core/blast_export.h>
40
41
 
41
42
/** @addtogroup AlgoBlast
42
43
 *