~ubuntu-dev/ubuntu/lucid/zabbix/lucid-201002110857

« back to all changes in this revision

Viewing changes to include/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2008-06-04 09:22:37 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080604092237-zgwq7kmraj1oohoz
Tags: 1:1.4.5-1ubuntu1
* Merge from debian unstable, remaining changes: 
  + fixing missing pid directory in /var/run
* Added the same patch to debian/zabbix-server-{mysql,pgsql}.zabbix-server.init
  (LP: #172775)

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
/* Define to 1 if you have the <fcntl.h> header file. */
34
34
#undef HAVE_FCNTL_H
35
35
 
 
36
/* Define to 1 if function 'initgroups' exists. */
 
37
#undef HAVE_FUNCTION_INITGROUPS
 
38
 
36
39
/* Define to 1 if function 'seteuid' and 'setegid' exist. */
37
40
#undef HAVE_FUNCTION_SETEUID
38
41
 
39
42
/* Define to 1 if function 'setproctitle' exist. */
40
43
#undef HAVE_FUNCTION_SETPROCTITLE
41
44
 
 
45
/* Define to 1 if 'sysctlbyname' exist. */
 
46
#undef HAVE_FUNCTION_SYSCTLBYNAME
 
47
 
 
48
/* Define to 1 if 'HW_NCPU' exist. */
 
49
#undef HAVE_FUNCTION_SYSCTL_HW_NCPU
 
50
 
42
51
/* Define to 1 if 'KERN_BOOTTIME' exist. */
43
52
#undef HAVE_FUNCTION_SYSCTL_KERN_BOOTTIME
44
53
 
60
69
/* Define to 1 if you have the `getopt_long' function. */
61
70
#undef HAVE_GETOPT_LONG
62
71
 
 
72
/* Define to 1 if you have the <grp.h> header file. */
 
73
#undef HAVE_GRP_H
 
74
 
63
75
/* Define to 1 if you have the `hstrerror' function. */
64
76
#undef HAVE_HSTRERROR
65
77
 
69
81
/* Define to 1 if you have the <inttypes.h> header file. */
70
82
#undef HAVE_INTTYPES_H
71
83
 
 
84
/* Define to 1 if IPv6 should be enabled. */
 
85
#undef HAVE_IPV6
 
86
 
72
87
/* Define to 1 if Jabber should be enabled. */
73
88
#undef HAVE_JABBER
74
89
 
114
129
/* Define to 1 if you have the <linux/kernel.h> header file. */
115
130
#undef HAVE_LINUX_KERNEL_H
116
131
 
 
132
/* Define to 1 if format '%qu' exists. */
 
133
#undef HAVE_LONG_LONG_QU
 
134
 
117
135
/* Define to 1 if you have the <mach/host_info.h> header file. */
118
136
#undef HAVE_MACH_HOST_INFO_H
119
137
 
201
219
/* Define to 1 if you have the <resolv.h> header file. */
202
220
#undef HAVE_RESOLV_H
203
221
 
 
222
/* Define to 1 if function 'res_query' exist. */
 
223
#undef HAVE_RES_QUERY
 
224
 
204
225
/* Define to 1 if union 'semun' exist. */
205
226
#undef HAVE_SEMUN
206
227