~ubuntu-branches/ubuntu/saucy/rrdtool/saucy-proposed

« back to all changes in this revision

Viewing changes to win32/config.h

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum
  • Date: 2010-07-22 08:07:01 UTC
  • mfrom: (1.2.8 upstream) (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100722080701-k46mgdfz6euxwqsm
Tags: 1.4.3-1ubuntu1
* Merge from debian unstable, Remaining changes:
  - debian/control: Don't build against ruby1.9 as we don't want
    it in main.
* require libdbi >= 0.8.3 to prevent aborts when using dbi datasources

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
/* Define to 1 if you have the ANSI C header files. */
29
29
#define STDC_HEADERS 1
30
30
 
31
 
#define NUMVERS 1.3040
 
31
#define NUMVERS 1.3020
32
32
#define PACKAGE_NAME "rrdtool"
33
 
#define PACKAGE_VERSION "1.3.4"
 
33
#define PACKAGE_VERSION "1.3.2"
34
34
#define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION
35
35
 
36
36
#define isinf(a) (_fpclass(a) == _FPCLASS_NINF || _fpclass(a) == _FPCLASS_PINF)