~ubuntu-branches/ubuntu/jaunty/ncbi-tools6/jaunty

« back to all changes in this revision

Viewing changes to algo/blast/core/blast_message.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_message.c,v 1.23 2006/04/20 19:27:22 madden Exp $
 
1
/* $Id: blast_message.c,v 1.24 2006/11/21 17:05:28 papadopo Exp $
2
2
 * ===========================================================================
3
3
 *
4
4
 *                            PUBLIC DOMAIN NOTICE
31
31
 
32
32
#ifndef SKIP_DOXYGEN_PROCESSING
33
33
static char const rcsid[] = 
34
 
    "$Id: blast_message.c,v 1.23 2006/04/20 19:27:22 madden Exp $";
 
34
    "$Id: blast_message.c,v 1.24 2006/11/21 17:05:28 papadopo Exp $";
35
35
#endif /* SKIP_DOXYGEN_PROCESSING */
36
36
 
 
37
#include <algo/blast/core/blast_def.h>
37
38
#include <algo/blast/core/blast_message.h>
38
39
 
39
40
/** Declared in blast_message.h as extern const. */
240
241
 * ===========================================================================
241
242
 *
242
243
 * $Log: blast_message.c,v $
 
244
 * Revision 1.24  2006/11/21 17:05:28  papadopo
 
245
 * rearrange headers
 
246
 *
243
247
 * Revision 1.23  2006/04/20 19:27:22  madden
244
248
 * Implement linked list of Blast_Message, remove code and subcode
245
249
 *