~ubuntu-branches/ubuntu/oneiric/collectd/oneiric

« back to all changes in this revision

Viewing changes to src/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Harl
  • Date: 2008-06-17 10:35:51 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080617103551-9d0ym3zejc7agtt3
Tags: 4.4.1-1
* New upstream release.
  - Fixed another issue of the sensors plugin affecting some chip types
    (Closes: #468143).
  - Fixed creation of "vserver" graphs in collection.cgi (Closes: #475120).
  - Fixed a segfault when using libperl 5.10.
  - collectd now ships libiptc itself.
  New plugins:
  - Ascent server statistics: ascent
  - IPMI sensors information: ipmi
  - PowerDNS name server statistics: powerdns
  - incremental parsing of logfiles: tail
  - TeamSpeak2 server statistics: teamspeak2
  - detailed virtual memory statistics: vmem
* Disable "tcpconns" plugin by default (Closes: #478759).
* Reenabled iptables plugin on all architectures (Closes: #473435).
  - Added the plugin to collectd.conf.
  - Added /usr/share/doc/collectd/examples/iptables/.
  - Added build dependency on linux-libc-dev (>= 2.6.25-4) - that version is
    required because of #479899.
* New debconf template translations:
  - gl.po, thanks to Jacobo Tarrio (Closes: #482667).
* Added a work around for #474087 (broken openipmi .pc files) by forcing the
  inclusion of the ipmi plugin and manually specifying the dependencies.
* Updated standards-version to 3.8.0 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
/* wether or not to enable feature getifaddrs under Linux */
10
10
#undef COLLECT_GETIFADDRS
11
11
 
12
 
/* Wether or not to use the IOKit library */
13
 
#undef COLLECT_LIBIOKIT
14
 
 
15
12
/* Wether or not to use the pcap library */
16
13
#undef COLLECT_LIBPCAP
17
14
 
18
 
/* Wether or not to use statgrab library */
19
 
#undef COLLECT_LIBSTATGRAB
20
 
 
21
15
/* Define if endianflip is needed to convert to x86 representation. */
22
16
#undef FP_LAYOUT_NEED_ENDIANFLIP
23
17
 
63
57
/* Define to 1 if you have the <dlfcn.h> header file. */
64
58
#undef HAVE_DLFCN_H
65
59
 
 
60
/* Define to 1 if you have the <endian.h> header file. */
 
61
#undef HAVE_ENDIAN_H
 
62
 
66
63
/* Define to 1 if you have the <errno.h> header file. */
67
64
#undef HAVE_ERRNO_H
68
65
 
205
202
/* Define to 1 if you have the sensors library (-lsensors). */
206
203
#undef HAVE_LIBSENSORS
207
204
 
 
205
/* Define to 1 if you have the 'statgrab' library (-lstatgrab) */
 
206
#undef HAVE_LIBSTATGRAB
 
207
 
208
208
/* Define to 1 if you have the <libvirt/libvirt.h> header file. */
209
209
#undef HAVE_LIBVIRT_LIBVIRT_H
210
210
 
235
235
/* Define to 1 if you have the <linux/netdevice.h> header file. */
236
236
#undef HAVE_LINUX_NETDEVICE_H
237
237
 
 
238
/* Define to 1 if you have the <linux/netfilter_ipv4/ip_tables.h> header file.
 
239
   */
 
240
#undef HAVE_LINUX_NETFILTER_IPV4_IP_TABLES_H
 
241
 
 
242
/* Define to 1 if you have the <linux/netfilter_ipv6/ip6_tables.h> header
 
243
   file. */
 
244
#undef HAVE_LINUX_NETFILTER_IPV6_IP6_TABLES_H
 
245
 
238
246
/* Define to 1 if you have the <linux/pkt_sched.h> header file. */
239
247
#undef HAVE_LINUX_PKT_SCHED_H
240
248
 
373
381
/* Define if the function getmntent exists and takes one argument. */
374
382
#undef HAVE_ONE_GETMNTENT
375
383
 
 
384
/* Define to 1 if you have the <OpenIPMI/ipmi_smi.h> header file. */
 
385
#undef HAVE_OPENIPMI_IPMI_SMI_H
 
386
 
376
387
/* Define to 1 if you have the `openlog' function. */
377
388
#undef HAVE_OPENLOG
378
389
 
394
405
/* Define to 1 if the apple_sensors plugin is enabled. */
395
406
#undef HAVE_PLUGIN_APPLE_SENSORS
396
407
 
 
408
/* Define to 1 if the ascent plugin is enabled. */
 
409
#undef HAVE_PLUGIN_ASCENT
 
410
 
397
411
/* Define to 1 if the battery plugin is enabled. */
398
412
#undef HAVE_PLUGIN_BATTERY
399
413
 
430
444
/* Define to 1 if the interface plugin is enabled. */
431
445
#undef HAVE_PLUGIN_INTERFACE
432
446
 
 
447
/* Define to 1 if the ipmi plugin is enabled. */
 
448
#undef HAVE_PLUGIN_IPMI
 
449
 
433
450
/* Define to 1 if the iptables plugin is enabled. */
434
451
#undef HAVE_PLUGIN_IPTABLES
435
452
 
487
504
/* Define to 1 if the ping plugin is enabled. */
488
505
#undef HAVE_PLUGIN_PING
489
506
 
 
507
/* Define to 1 if the powerdns plugin is enabled. */
 
508
#undef HAVE_PLUGIN_POWERDNS
 
509
 
490
510
/* Define to 1 if the processes plugin is enabled. */
491
511
#undef HAVE_PLUGIN_PROCESSES
492
512
 
508
528
/* Define to 1 if the syslog plugin is enabled. */
509
529
#undef HAVE_PLUGIN_SYSLOG
510
530
 
 
531
/* Define to 1 if the tail plugin is enabled. */
 
532
#undef HAVE_PLUGIN_TAIL
 
533
 
511
534
/* Define to 1 if the tape plugin is enabled. */
512
535
#undef HAVE_PLUGIN_TAPE
513
536
 
514
537
/* Define to 1 if the tcpconns plugin is enabled. */
515
538
#undef HAVE_PLUGIN_TCPCONNS
516
539
 
 
540
/* Define to 1 if the teamspeak2 plugin is enabled. */
 
541
#undef HAVE_PLUGIN_TEAMSPEAK2
 
542
 
517
543
/* Define to 1 if the unixsock plugin is enabled. */
518
544
#undef HAVE_PLUGIN_UNIXSOCK
519
545
 
523
549
/* Define to 1 if the uuid plugin is enabled. */
524
550
#undef HAVE_PLUGIN_UUID
525
551
 
 
552
/* Define to 1 if the vmem plugin is enabled. */
 
553
#undef HAVE_PLUGIN_VMEM
 
554
 
526
555
/* Define to 1 if the vserver plugin is enabled. */
527
556
#undef HAVE_PLUGIN_VSERVER
528
557
 
829
858
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
830
859
#undef NO_MINUS_C_MINUS_O
831
860
 
 
861
/* Define to 1 if we use the shipped iptc library. */
 
862
#undef OWN_LIBIPTC
 
863
 
832
864
/* Name of package */
833
865
#undef PACKAGE
834
866