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

« back to all changes in this revision

Viewing changes to algo/blast/core/ncbi_math.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__NCBIMATH
2
 
#define ALGO_BLAST_CORE__NCBIMATH
3
 
 
4
 
/* $Id: ncbi_math.h,v 1.11 2005/03/10 16:12:59 papadopo Exp $
 
1
/* $Id: ncbi_math.h,v 1.12 2006/11/21 16:50:15 papadopo Exp $
5
2
 * ===========================================================================
6
3
 *
7
4
 *                            PUBLIC DOMAIN NOTICE
37
34
 * Prototypes for portable math library (ported from C Toolkit)
38
35
 */
39
36
 
 
37
#ifndef ALGO_BLAST_CORE__NCBIMATH
 
38
#define ALGO_BLAST_CORE__NCBIMATH
 
39
 
40
40
#include <algo/blast/core/ncbi_std.h> 
41
41
#include <algo/blast/core/blast_export.h>
42
42
 
160
160
 * ===========================================================================
161
161
 *
162
162
 * $Log: ncbi_math.h,v $
 
163
 * Revision 1.12  2006/11/21 16:50:15  papadopo
 
164
 * minor
 
165
 *
163
166
 * Revision 1.11  2005/03/10 16:12:59  papadopo
164
167
 * doxygen fixes
165
168
 *