~ubuntu-branches/ubuntu/precise/ncbi-tools6/precise

« back to all changes in this revision

Viewing changes to corelib/ncbilcl.lna

  • 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:   11/18/97
31
31
*
32
 
* $Revision: 6.2 $
 
32
* $Revision: 6.3 $
33
33
*
34
34
* File Description:
35
35
*               system dependent header
41
41
* -------  ----------    ---------------------------------------------------
42
42
*
43
43
* $Log: ncbilcl.lna,v $
 
44
* Revision 6.3  2002/11/22 20:05:04  lavr
 
45
* Configure HAVE_STRDUP and HAVE_STRCASECMP
 
46
*
44
47
* Revision 6.2  1999/03/17 15:37:22  vakatov
45
48
* Set the default(<ncbistd.h>) "Nlm_Int4" to "int" rather tnan "long";
46
49
* the same for "Nlm_Uint4";  modifyed the concerned "ncbilcl.*" files
68
71
/*      Desired or available feature list                               */
69
72
/*----------------------------------------------------------------------*/
70
73
#define SYSV_IPC_AVAIL  /* System V Interprocess Communication available */
71
 
 
 
74
#define HAVE_STRCASECMP 1
 
75
#define HAVE_STRDUP 1
72
76
 
73
77
/*----------------------------------------------------------------------*/
74
78
/*      #includes                                                       */