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

« back to all changes in this revision

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

  • 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
 
/* $Id: blast_tune.c,v 1.1 2006/04/19 17:40:28 papadopo Exp $
 
1
/* $Id: blast_tune.c,v 1.2 2006/11/21 17:08:51 papadopo Exp $
2
2
 * ===========================================================================
3
3
 *
4
4
 *                            PUBLIC DOMAIN NOTICE
35
35
 
36
36
#ifndef SKIP_DOXYGEN_PROCESSING
37
37
static char const rcsid[] =
38
 
    "$Id: blast_tune.c,v 1.1 2006/04/19 17:40:28 papadopo Exp $";
 
38
    "$Id: blast_tune.c,v 1.2 2006/11/21 17:08:51 papadopo Exp $";
39
39
#endif /* SKIP_DOXYGEN_PROCESSING */
40
40
 
41
 
#include <algo/blast/core/blast_def.h>
 
41
#include <algo/blast/core/blast_util.h>
42
42
#include <algo/blast/core/blast_tune.h>
43
43
 
44
44
/** structure containing intermediate data to be processed */