Home | History | Annotate | Download | only in avahi
      1 /* config.h.  Generated from config.h.in by configure.  */
      2 /* config.h.in.  Generated from configure.ac by autoheader.  */
      3 
      4 /* Group for running the avahi-autoipd daemon */
      5 #define AVAHI_AUTOIPD_GROUP "avahi-autoipd"
      6 
      7 /* User for running the avahi-autoipd daemon */
      8 #define AVAHI_AUTOIPD_USER "avahi-autoipd"
      9 
     10 /* Group for Avahi */
     11 #define AVAHI_GROUP "system"
     12 
     13 /* Privileged access group for Avahi clients */
     14 #define AVAHI_PRIV_ACCESS_GROUP "system"
     15 
     16 /* User for running the Avahi daemon */
     17 #define AVAHI_USER "system"
     18 
     19 /* Enable chroot() usage */
     20 /* #undef ENABLE_CHROOT */
     21 
     22 /* always defined to indicate that i18n is enabled */
     23 //#define ENABLE_NLS 1
     24 
     25 /* Define if SSP C support is enabled. */
     26 #define ENABLE_SSP_CC 1
     27 
     28 /* Define if SSP C++ support is enabled. */
     29 #define ENABLE_SSP_CXX 1
     30 
     31 /* Gettext package */
     32 #define GETTEXT_PACKAGE "avahi"
     33 
     34 /* Define to 1 if you have the <arpa/inet.h> header file. */
     35 #define HAVE_ARPA_INET_H 1
     36 
     37 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
     38 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
     39 
     40 /* Define to 1 if you have the <bsdxml.h> header file. */
     41 /* #undef HAVE_BSDXML_H */
     42 
     43 /* Define to 1 if your system has a working `chown' function. */
     44 #define HAVE_CHOWN 1
     45 
     46 /* Define to 1 if you have the `chroot' function. */
     47 #define HAVE_CHROOT 1
     48 
     49 /* Support for DBM */
     50 /* #undef HAVE_DBM */
     51 
     52 /* Whether we have D-Bus or not */
     53 #define HAVE_DBUS 1
     54 
     55 /* Define to 1 if you have the `dbus_bus_get_private' function. */
     56 #define HAVE_DBUS_BUS_GET_PRIVATE 1
     57 
     58 /* Define to 1 if you have the `dbus_connection_close' function. */
     59 #define HAVE_DBUS_CONNECTION_CLOSE 1
     60 
     61 /* Define to 1 if you have the `dcgettext' function. */
     62 #define HAVE_DCGETTEXT 1
     63 
     64 /* Define to 1 if you have the declaration of `environ', and to 0 if you
     65    don't. */
     66 #define HAVE_DECL_ENVIRON 1
     67 
     68 /* Define to 1 if you have the <dlfcn.h> header file. */
     69 #define HAVE_DLFCN_H 1
     70 
     71 /* Have dlopen() */
     72 #define HAVE_DLOPEN 1
     73 
     74 /* Define to 1 if you have the <expat.h> header file. */
     75 #define HAVE_EXPAT_H 1
     76 
     77 /* Define to 1 if you have the <fcntl.h> header file. */
     78 #define HAVE_FCNTL_H 1
     79 
     80 /* Define if you have gcc -fvisibility=hidden support */
     81 #define HAVE_GCC_VISIBILITY 1
     82 
     83 /* Support for GDBM */
     84 /* #undef HAVE_GDBM */
     85 
     86 /* Define to 1 if you have the <gdbm.h> header file. */
     87 /* #undef HAVE_GDBM_H */
     88 
     89 /* Define to 1 if you have the `gethostbyname' function. */
     90 #define HAVE_GETHOSTBYNAME 1
     91 
     92 /* Define to 1 if you have the `gethostname' function. */
     93 #define HAVE_GETHOSTNAME 1
     94 
     95 /* Define to 1 if you have the `getprogname' function. */
     96 /* #undef HAVE_GETPROGNAME */
     97 
     98 /* Define if the GNU gettext() function is already present or preinstalled. */
     99 #define HAVE_GETTEXT 1
    100 
    101 /* Define to 1 if you have the `gettimeofday' function. */
    102 #define HAVE_GETTIMEOFDAY 1
    103 
    104 /* Enable Linux inotify() usage */
    105 #define HAVE_INOTIFY 1
    106 
    107 /* Define to 1 if you have the <inttypes.h> header file. */
    108 #define HAVE_INTTYPES_H 1
    109 
    110 /* Enable BSD kqueue() usage */
    111 /* #undef HAVE_KQUEUE */
    112 
    113 /* Define if your <locale.h> file defines LC_MESSAGES. */
    114 #define HAVE_LC_MESSAGES 1
    115 
    116 /* Define to 1 if you have the <limits.h> header file. */
    117 #define HAVE_LIMITS_H 1
    118 
    119 /* Define to 1 if you have the <locale.h> header file. */
    120 #define HAVE_LOCALE_H 1
    121 
    122 /* Define to 1 if you have the `memchr' function. */
    123 #define HAVE_MEMCHR 1
    124 
    125 /* Define to 1 if you have the `memmove' function. */
    126 #define HAVE_MEMMOVE 1
    127 
    128 /* Define to 1 if you have the <memory.h> header file. */
    129 #define HAVE_MEMORY_H 1
    130 
    131 /* Define to 1 if you have the `memset' function. */
    132 #define HAVE_MEMSET 1
    133 
    134 /* Define to 1 if you have the `mkdir' function. */
    135 #define HAVE_MKDIR 1
    136 
    137 /* Define to 1 if you have the <ndbm.h> header file. */
    138 /* #undef HAVE_NDBM_H */
    139 
    140 /* Define to 1 if you have the <netdb.h> header file. */
    141 #define HAVE_NETDB_H 1
    142 
    143 /* Define to 1 if you have the <netinet/in.h> header file. */
    144 #define HAVE_NETINET_IN_H 1
    145 
    146 /* Support for Linux netlink */
    147 #define HAVE_NETLINK /**/
    148 
    149 /* Support for PF_ROUTE */
    150 /* #undef HAVE_PF_ROUTE */
    151 
    152 /* Define if you have POSIX threads libraries and header files. */
    153 #define HAVE_PTHREAD 1
    154 
    155 /* Define to 1 if you have the `putenv' function. */
    156 #define HAVE_PUTENV 1
    157 
    158 /* Define to 1 if you have the `select' function. */
    159 #define HAVE_SELECT 1
    160 
    161 /* Define to 1 if you have the `setegid' function. */
    162 #define HAVE_SETEGID 1
    163 
    164 /* Define to 1 if you have the `seteuid' function. */
    165 #define HAVE_SETEUID 1
    166 
    167 /* Define to 1 if you have the `setproctitle' function. */
    168 /* #undef HAVE_SETPROCTITLE */
    169 
    170 /* Define to 1 if you have the `setregid' function. */
    171 #define HAVE_SETREGID 1
    172 
    173 /* Define to 1 if you have the `setresgid' function. */
    174 #define HAVE_SETRESGID 1
    175 
    176 /* Define to 1 if you have the `setresuid' function. */
    177 #define HAVE_SETRESUID 1
    178 
    179 /* Define to 1 if you have the `setreuid' function. */
    180 #define HAVE_SETREUID 1
    181 
    182 /* Define to 1 if you have the `socket' function. */
    183 #define HAVE_SOCKET 1
    184 
    185 /* Define to 1 if `stat' has the bug that it succeeds when given the
    186    zero-length file name argument. */
    187 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
    188 
    189 /* Define to 1 if stdbool.h conforms to C99. */
    190 #define HAVE_STDBOOL_H 1
    191 
    192 /* Define to 1 if you have the <stdint.h> header file. */
    193 #define HAVE_STDINT_H 1
    194 
    195 /* Define to 1 if you have the <stdlib.h> header file. */
    196 #define HAVE_STDLIB_H 1
    197 
    198 /* Define to 1 if you have the `strcasecmp' function. */
    199 #define HAVE_STRCASECMP 1
    200 
    201 /* Define to 1 if you have the `strchr' function. */
    202 #define HAVE_STRCHR 1
    203 
    204 /* Define to 1 if you have the `strcspn' function. */
    205 #define HAVE_STRCSPN 1
    206 
    207 /* Define to 1 if you have the `strdup' function. */
    208 #define HAVE_STRDUP 1
    209 
    210 /* Define to 1 if you have the `strerror' function. */
    211 #define HAVE_STRERROR 1
    212 
    213 /* Define to 1 if you have the <strings.h> header file. */
    214 #define HAVE_STRINGS_H 1
    215 
    216 /* Define to 1 if you have the <string.h> header file. */
    217 #define HAVE_STRING_H 1
    218 
    219 /* Define to 1 if you have the `strlcpy' function. */
    220 /* #undef HAVE_STRLCPY */
    221 
    222 /* Define to 1 if you have the `strncasecmp' function. */
    223 #define HAVE_STRNCASECMP 1
    224 
    225 /* Define to 1 if you have the `strrchr' function. */
    226 #define HAVE_STRRCHR 1
    227 
    228 /* Define to 1 if you have the `strspn' function. */
    229 #define HAVE_STRSPN 1
    230 
    231 /* Define to 1 if you have the `strstr' function. */
    232 #define HAVE_STRSTR 1
    233 
    234 /* Support for struct ip_mreq */
    235 /* #undef HAVE_STRUCT_IP_MREQ */
    236 
    237 /* Support for struct ip_mreqn */
    238 #define HAVE_STRUCT_IP_MREQN /**/
    239 
    240 /* Define if there is a struct lifconf. */
    241 /* #undef HAVE_STRUCT_LIFCONF */
    242 
    243 /* Define to 1 if you have the <syslog.h> header file. */
    244 #define HAVE_SYSLOG_H 1
    245 
    246 /* Define to 1 if you have the <sys/capability.h> header file. */
    247 /* #undef HAVE_SYS_CAPABILITY_H */
    248 
    249 /* Support for sys/filio.h */
    250 /* #undef HAVE_SYS_FILIO_H */
    251 
    252 /* Define to 1 if you have the <sys/inotify.h> header file. */
    253 #define HAVE_SYS_INOTIFY_H 1
    254 
    255 /* Define to 1 if you have the <sys/ioctl.h> header file. */
    256 #define HAVE_SYS_IOCTL_H 1
    257 
    258 /* Define to 1 if you have the <sys/prctl.h> header file. */
    259 #define HAVE_SYS_PRCTL_H 1
    260 
    261 /* Define to 1 if you have the <sys/select.h> header file. */
    262 #define HAVE_SYS_SELECT_H 1
    263 
    264 /* Define to 1 if you have the <sys/socket.h> header file. */
    265 #define HAVE_SYS_SOCKET_H 1
    266 
    267 /* Define to 1 if you have the <sys/stat.h> header file. */
    268 #define HAVE_SYS_STAT_H 1
    269 
    270 /* Support for sys/sysctl.h */
    271 #define HAVE_SYS_SYSCTL_H /**/
    272 
    273 /* Define to 1 if you have the <sys/time.h> header file. */
    274 #define HAVE_SYS_TIME_H 1
    275 
    276 /* Define to 1 if you have the <sys/types.h> header file. */
    277 #define HAVE_SYS_TYPES_H 1
    278 
    279 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
    280 #define HAVE_SYS_WAIT_H 1
    281 
    282 /* Define to 1 if you have the `uname' function. */
    283 #define HAVE_UNAME 1
    284 
    285 /* Define to 1 if you have the <unistd.h> header file. */
    286 #define HAVE_UNISTD_H 1
    287 
    288 /* Support for visibility hidden */
    289 #define HAVE_VISIBILITY_HIDDEN /**/
    290 
    291 /* Define to 1 if the system has the type `_Bool'. */
    292 #define HAVE__BOOL 1
    293 
    294 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
    295    slash. */
    296 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
    297 
    298 /* Define to the sub-directory in which libtool stores uninstalled libraries.
    299    */
    300 #define LT_OBJDIR ".libs/"
    301 
    302 /* Name of package */
    303 #define PACKAGE "avahi"
    304 
    305 /* Define to the address where bug reports for this package should be sent. */
    306 #define PACKAGE_BUGREPORT "avahi (at) lists (dot) freedesktop (dot) org"
    307 
    308 /* Define to the full name of this package. */
    309 #define PACKAGE_NAME "avahi"
    310 
    311 /* Define to the full name and version of this package. */
    312 #define PACKAGE_STRING "avahi 0.6.31"
    313 
    314 /* Define to the one symbol short name of this package. */
    315 #define PACKAGE_TARNAME "avahi"
    316 
    317 /* Define to the home page for this package. */
    318 #define PACKAGE_URL ""
    319 
    320 /* Define to the version of this package. */
    321 #define PACKAGE_VERSION "0.6.31"
    322 
    323 /* Define to necessary symbol if this constant uses a non-standard name on
    324    your system. */
    325 /* #undef PTHREAD_CREATE_JOINABLE */
    326 
    327 /* Define to the type of arg 1 for `select'. */
    328 #define SELECT_TYPE_ARG1 int
    329 
    330 /* Define to the type of args 2, 3 and 4 for `select'. */
    331 #define SELECT_TYPE_ARG234 (fd_set *)
    332 
    333 /* Define to the type of arg 5 for `select'. */
    334 #define SELECT_TYPE_ARG5 (struct timeval *)
    335 
    336 /* Define to 1 if you have the ANSI C header files. */
    337 #define STDC_HEADERS 1
    338 
    339 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
    340 #define TIME_WITH_SYS_TIME 1
    341 
    342 /* Enable extensions on AIX 3, Interix.  */
    343 #ifndef _ALL_SOURCE
    344 # define _ALL_SOURCE 1
    345 #endif
    346 /* Enable GNU extensions on systems that have them.  */
    347 #ifndef _GNU_SOURCE
    348 # define _GNU_SOURCE 1
    349 #endif
    350 /* Enable threading extensions on Solaris.  */
    351 #ifndef _POSIX_PTHREAD_SEMANTICS
    352 # define _POSIX_PTHREAD_SEMANTICS 1
    353 #endif
    354 /* Enable extensions on HP NonStop.  */
    355 #ifndef _TANDEM_SOURCE
    356 # define _TANDEM_SOURCE 1
    357 #endif
    358 /* Enable general extensions on Solaris.  */
    359 #ifndef __EXTENSIONS__
    360 # define __EXTENSIONS__ 1
    361 #endif
    362 
    363 
    364 /* Version number of package */
    365 #define VERSION "0.6.31"
    366 
    367 /* Define to 1 if on MINIX. */
    368 /* #undef _MINIX */
    369 
    370 /* Define to 2 if the system does not provide POSIX.1 features except with
    371    this defined. */
    372 /* #undef _POSIX_1_SOURCE */
    373 
    374 /* Define to 1 if you need to in order for `stat' and other things to work. */
    375 /* #undef _POSIX_SOURCE */
    376 
    377 /* Define to empty if `const' does not conform to ANSI C. */
    378 /* #undef const */
    379 
    380 /* Define to `int' if <sys/types.h> doesn't define. */
    381 /* #undef gid_t */
    382 
    383 /* Define to `int' if <sys/types.h> does not define. */
    384 /* #undef mode_t */
    385 
    386 /* Define to `int' if <sys/types.h> does not define. */
    387 /* #undef pid_t */
    388 
    389 /* Define to `unsigned int' if <sys/types.h> does not define. */
    390 /* #undef size_t */
    391 
    392 /* Define to `int' if <sys/types.h> doesn't define. */
    393 /* #undef uid_t */
    394