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

« back to all changes in this revision

Viewing changes to src/rrd_is_thread_safe.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:
1
1
/*****************************************************************************
2
 
 * RRDtool 1.3.8  Copyright by Tobi Oetiker, 1997-2009
 
2
 * RRDtool 1.4.3  Copyright by Tobi Oetiker, 1997-2010
3
3
 * This file:     Copyright 2003 Peter Stamfest <peter@stamfest.at> 
4
4
 *                             & Tobias Oetiker
5
5
 * Distributed under the GPL
6
6
 *****************************************************************************
7
7
 * rrd_is_thread_safe.c   Poisons some nasty function calls using GNU cpp
8
8
 *****************************************************************************
9
 
 * $Id: rrd_is_thread_safe.h 1801 2009-05-19 13:45:05Z oetiker $
 
9
 * $Id: rrd_is_thread_safe.h 2042 2010-03-22 16:05:55Z oetiker $
10
10
 *************************************************************************** */
11
11
 
12
12
#ifndef _RRD_IS_THREAD_SAFE_H