~ubuntu-branches/ubuntu/trusty/ntop/trusty

« back to all changes in this revision

Viewing changes to myrrd/ntconfig.h

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2008-06-15 14:38:28 UTC
  • mfrom: (2.1.11 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080615143828-oalh84nda2hje4do
Tags: 3:3.3-11
Correction of Polish translation encoding, closes: #479490. Thanks
to Christian Perrier <bubulle@debian.org> for the help.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* config.h.nt: what configure _would_ say, if it ran on NT */
2
 
 
3
 
#define STDC_HEADERS 1
4
 
 
5
 
/* Define if you have the strftime function.  */
6
 
#define HAVE_STRFTIME 1
7
 
 
8
 
/* Define if you have the <math.h> header file.  */
9
 
#define HAVE_MATH_H 1
10
 
 
11
 
#define rrd_realloc(a,b) realloc((a), (b))
12
 
 
13
 
#define strcasecmp _stricmp