~ubuntu-branches/ubuntu/karmic/libvirt/karmic-proposed

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2009-02-11 01:01:42 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090211010142-8zrm7z1u6ryfhkiq
Tags: 0.6.0-1ubuntu1
* Merge with Debian experimental. Remaining changes:
  - debian/control:
    + Don't build-depend on QEmu.
    + Add "XS-Debian-" prefix to Debian's Vcs headers.
    + Bump bridge-utils, dnsmasq-base, netcat-openbsd, and iptables
      to Depends of libvirt-bin.
    + s/interract/interact/g
    + Add versioned Conflicts/Replaces to libvirt0 for libvirt0-dbg,
      since we used to ship them as such.
  - Rename libvirt group to libvirtd.
  - 0005-delayed_iff_up_bridge.patch: Don't try to bring up the bridge
    before at least one interface has been added to it.
  - dont_clobber_existing_bridges.patch: Assign the name of the virtual
    bridge dynamically to avoid interfering with existing bridges.
  - better_default_uri_virsh.patch: Default to qemu:///system if the
    user has write access to the libvirt socket, otherwise
    qemu:///session.
  - We call libxen-dev libxen3-dev, so change all references.
  - Included (but did not enable) opennebula patch (since it's not in
    main yet).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.in.  Generated from configure.in by autoheader.  */
2
2
 
 
3
/* Define if the compiler is building for multiple architectures of Apple
 
4
   platforms at once. */
 
5
#undef AA_APPLE_UNIVERSAL_BUILD
 
6
 
3
7
/* Define to the number of bits in type 'ptrdiff_t'. */
4
8
#undef BITSIZEOF_PTRDIFF_T
5
9
 
68
72
/* Define to 1 if you have the `cfmakeraw' function. */
69
73
#undef HAVE_CFMAKERAW
70
74
 
 
75
/* Define to 1 if you have the `dbus_watch_get_unix_fd' function. */
 
76
#undef HAVE_DBUS_WATCH_GET_UNIX_FD
 
77
 
71
78
/* Define if the GNU dcgettext() function is already present or preinstalled.
72
79
   */
73
80
#undef HAVE_DCGETTEXT
190
197
/* Define to 1 if you have the `getgid' function. */
191
198
#undef HAVE_GETGID
192
199
 
 
200
/* Define to 1 if you have the `getgrnam_r' function. */
 
201
#undef HAVE_GETGRNAM_R
 
202
 
193
203
/* Define to 1 if you have the `gethostbyname' function. */
194
204
#undef HAVE_GETHOSTBYNAME
195
205
 
196
206
/* Define to 1 if you have the `gethostname' function. */
197
207
#undef HAVE_GETHOSTNAME
198
208
 
 
209
/* Define to 1 if you have the `getmntent_r' function. */
 
210
#undef HAVE_GETMNTENT_R
 
211
 
199
212
/* Define to 1 if you have the `getpass' function. */
200
213
#undef HAVE_GETPASS
201
214
 
 
215
/* Define to 1 if you have the `getpwuid_r' function. */
 
216
#undef HAVE_GETPWUID_R
 
217
 
 
218
/* Define to 1 if you have the `getservbyname' function. */
 
219
#undef HAVE_GETSERVBYNAME
 
220
 
202
221
/* Define to 1 if you have the `getsysinfo' function. */
203
222
#undef HAVE_GETSYSINFO
204
223
 
342
361
/* whether qemu-img is available for non-raw files */
343
362
#undef HAVE_QEMU_IMG
344
363
 
 
364
/* Define to 1 if you have the <random.h> header file. */
 
365
#undef HAVE_RANDOM_H
 
366
 
 
367
/* Define to 1 if you have the `random_r' function. */
 
368
#undef HAVE_RANDOM_R
 
369
 
345
370
/* Define to 1 if you have the <readline/readline.h> header file. */
346
371
#undef HAVE_READLINE_READLINE_H
347
372
 
400
425
/* Define to 1 if you have the <stdlib.h> header file. */
401
426
#undef HAVE_STDLIB_H
402
427
 
 
428
/* Define to 1 if you have the `stpcpy' function. */
 
429
#undef HAVE_STPCPY
 
430
 
403
431
/* Define to 1 if you have the `strdup' function. */
404
432
#undef HAVE_STRDUP
405
433
 
 
434
/* Define to 1 if you have the `strerror_r' function. */
 
435
#undef HAVE_STRERROR_R
 
436
 
406
437
/* Define to 1 if you have the <strings.h> header file. */
407
438
#undef HAVE_STRINGS_H
408
439
 
412
443
/* Define if you have the strndup() function and it works. */
413
444
#undef HAVE_STRNDUP
414
445
 
415
 
/* Define to 1 if you have the `strpbrk' function. */
416
 
#undef HAVE_STRPBRK
417
 
 
418
446
/* Define to 1 if you have the `strsep' function. */
419
447
#undef HAVE_STRSEP
420
448
 
 
449
/* Define to 1 if you have the `strtok_r' function. */
 
450
#undef HAVE_STRTOK_R
 
451
 
421
452
/* Define to 1 if the system has the type `struct addrinfo'. */
422
453
#undef HAVE_STRUCT_ADDRINFO
423
454
 
430
461
/* Define to 1 if you have the `sysctl' function. */
431
462
#undef HAVE_SYSCTL
432
463
 
 
464
/* Define to 1 if you have the <syslog.h> header file. */
 
465
#undef HAVE_SYSLOG_H
 
466
 
433
467
/* Define to 1 if you have the `sysmp' function. */
434
468
#undef HAVE_SYSMP
435
469
 
508
542
/* Define to 1 if you have the <termios.h> header file. */
509
543
#undef HAVE_TERMIOS_H
510
544
 
 
545
/* Define to 1 if you have the <time.h> header file. */
 
546
#undef HAVE_TIME_H
 
547
 
511
548
/* Define to 1 if you have the `uname' function. */
512
549
#undef HAVE_UNAME
513
550
 
731
768
   'wint_t'. */
732
769
#undef WINT_T_SUFFIX
733
770
 
 
771
/* whether bridge code is needed */
 
772
#undef WITH_BRIDGE
 
773
 
734
774
/* whether to build drivers as modules */
735
775
#undef WITH_DRIVER_MODULES
736
776
 
758
798
/* whether Remote driver is enabled */
759
799
#undef WITH_REMOTE
760
800
 
 
801
/* whether building for the RHEL-5 API */
 
802
#undef WITH_RHEL5_API
 
803
 
761
804
/* whether directory backend for storage driver is enabled */
762
805
#undef WITH_STORAGE_DIR
763
806
 
809
852
/* Define to 1 if you need to in order for `stat' and other things to work. */
810
853
#undef _POSIX_SOURCE
811
854
 
 
855
/* Define to 500 only on HP-UX. */
 
856
#undef _XOPEN_SOURCE
 
857
 
812
858
/* Enable extensions on AIX 3, Interix.  */
813
859
#ifndef _ALL_SOURCE
814
860
# undef _ALL_SOURCE