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

« back to all changes in this revision

Viewing changes to algo/blast/core/gapinfo.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
 
/* $Id: gapinfo.h,v 1.23 2006/02/16 15:00:27 madden Exp $
 
1
/* $Id: gapinfo.h,v 1.24 2006/11/21 16:47:42 papadopo Exp $
2
2
 * ===========================================================================
3
3
 *
4
4
 *                            PUBLIC DOMAIN NOTICE
31
31
 * Definitions of structures used for saving traceback information.
32
32
 */
33
33
 
34
 
#ifndef __GAPINFO__
35
 
#define __GAPINFO__
 
34
#ifndef ALGO_BLAST_CORE__GAPINFO__H
 
35
#define ALGO_BLAST_CORE__GAPINFO__H
36
36
 
37
 
#include <algo/blast/core/blast_def.h>
 
37
#include <algo/blast/core/ncbi_std.h>
38
38
 
39
39
#ifdef __cplusplus
40
40
extern "C" {
168
168
#ifdef __cplusplus
169
169
}
170
170
#endif
171
 
#endif /* !__GAPINFO__ */
 
171
#endif /* !ALGO_BLAST_CORE__GAPINFO__H */