~ubuntu-branches/ubuntu/jaunty/avahi/jaunty-updates

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-09-03 20:25:37 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20060903202537-syi99j0tijm9bldv
Tags: 0.6.13-2ubuntu1
* Merge with Debian, UVF Exception granted by Colin Watson
* debian/patches/03_foreground-console.patch:
  + Allow only foreground users access to the avahi-set-host-name utility as
    we don't use the "netdev" group anywhere. Thanks to Colin Watson for the
    hint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
/* Group for Avahi */
4
4
#undef AVAHI_GROUP
5
5
 
 
6
/* Privileged access group for Avahi clients */
 
7
#undef AVAHI_PRIV_ACCESS_GROUP
 
8
 
6
9
/* User for running the Avahi daemon */
7
10
#undef AVAHI_USER
8
11
 
18
21
/* Define to 1 if you have the `chroot' function. */
19
22
#undef HAVE_CHROOT
20
23
 
 
24
/* Support for DBM */
 
25
#undef HAVE_DBM
 
26
 
21
27
/* Whether we have D-BUS or not */
22
28
#undef HAVE_DBUS
23
29
 
80
86
/* Define to 1 if you have the `mkdir' function. */
81
87
#undef HAVE_MKDIR
82
88
 
 
89
/* Define to 1 if you have the <ndbm.h> header file. */
 
90
#undef HAVE_NDBM_H
 
91
 
83
92
/* Define to 1 if you have the <netdb.h> header file. */
84
93
#undef HAVE_NETDB_H
85
94