~ubuntu-branches/ubuntu/karmic/ncbi-tools6/karmic

« back to all changes in this revision

Viewing changes to corelib/ncbilcl.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2005-03-27 12:00:15 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050327120015-embhesp32nj73p9r
Tags: 6.1.20041020-3
* Fix FTBFS under GCC 4.0 caused by inconsistent use of "static" on
  functions.  (Closes: #295110.)
* Add a watch file, now that we can.  (Upstream's layout needs version=3.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
*
30
30
* Version Creation Date:   1/1/91
31
31
*
32
 
* $Revision: 6.0 $
 
32
* $Revision: 6.1 $
33
33
*
34
34
* File Description:
35
35
*               system dependent header
41
41
* -------  ----------  -----------------------------------------------------
42
42
*
43
43
* $Log: ncbilcl.cpp,v $
 
44
* Revision 6.1  2002/11/22 20:05:04  lavr
 
45
* Configure HAVE_STRDUP and HAVE_STRCASECMP
 
46
*
44
47
* Revision 6.0  1997/08/25 18:15:51  madden
45
48
* Revision changed to 6.0
46
49
*
73
76
/*----------------------------------------------------------------------*/
74
77
#define SYSV_IPC_AVAIL
75
78
#define SYSV_STREAMS_AVAIL
 
79
#define HAVE_STRCASECMP 1
 
80
#define HAVE_STRDUP 1
76
81
 
77
82
/*----------------------------------------------------------------------*/
78
83
/*      #includes                                                       */