~ubuntu-branches/ubuntu/saucy/db/saucy-proposed

« back to all changes in this revision

Viewing changes to build_vxworks/db_config.h

  • Committer: Package Import Robot
  • Author(s): Ondřej Surý
  • Date: 2011-12-05 15:44:35 UTC
  • mfrom: (13.1.26 sid)
  • Revision ID: package-import@ubuntu.com-20111205154435-753djoc1gbrlxgnm
Tags: 5.1.29-1
* Add lintian-override for (not)embedded sqlite in MultiArch
* Generated db_signature is different on each arch
* Update priority of db5.1-util and add missing description of
  db5.1_sql
* Add git-buildpackage configuration
* Imported Upstream version 5.1.29

Show diffs side-by-side

added added

removed removed

Lines of Context:
549
549
#define PACKAGE_NAME "Berkeley DB"
550
550
 
551
551
/* Define to the full name and version of this package. */
552
 
#define PACKAGE_STRING "Berkeley DB 5.1.25"
 
552
#define PACKAGE_STRING "Berkeley DB 5.1.29"
553
553
 
554
554
/* Define to the one symbol short name of this package. */
555
 
#define PACKAGE_TARNAME "db-5.1.25"
 
555
#define PACKAGE_TARNAME "db-5.1.29"
556
556
 
557
557
/* Define to the home page for this package. */
558
558
#define PACKAGE_URL "http://www.oracle.com/technology/software/products/berkeley-db/index.html"
559
559
 
560
560
/* Define to the version of this package. */
561
 
#define PACKAGE_VERSION "5.1.25"
 
561
#define PACKAGE_VERSION "5.1.29"
562
562
 
563
563
/* The size of a `char', as computed by sizeof. */
564
564
/* #undef SIZEOF_CHAR */