~serge-hallyn/ubuntu/oneiric/libvirt/fix-shutdown

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Serge Hallyn
  • Date: 2010-11-02 16:26:51 UTC
  • mfrom: (1.2.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101102162651-aq8tnbz58mdf01bf
Tags: 0.8.5-0ubuntu1
* New upstream release.
* Removed a slew of patches which have been
  applied upstream since 0.8.3.
  - 9012-apparmor-extra-tests.patch
  - 9013-apparmor-chardev.patch
  - 9015-Add-ubd-to-the-list-of-disk-prefixes.patch
  - 9016-Close-fd-s-of-persistent-tap-devices.patch
  - 9017-Make-sure-all-command-line-arguments-get-passed-to-U.patch
  - 9018-Make-umlConnectTapDevice-ask-brAddTap-for-a-persiste.patch
  - 9019-uml-fix-logic-bug-in-checking-reply-length.patch
  - 9021-Allow-chardev-of-type-file-for-UML-domains.patch
  - 9022-Rename-qemudShrinkDisks-to-virDomainDiskRemove-and-m.patch
  - 9023-Support-virDomainAttachDevice-and-virDomainDetachDev.patch
  - 9024-Explicitly-pass-uml_dir-argument-to-user-mode-linux.patch
  - 9025-Add-nwfilter-support-to-UML-driver.patch
  - 9026-Rebuild-network-filter-for-UML-guests-on-updates.patch
  - 9027-Make-newfilter-xml-transformations-endian-safe.patch
  - 9028-lp628055.patch
* Updated 9002-better_default_uri_virsh.patch to use vshStrdup,
  as now required in that file.  (use of strdup now causes compilation
  to fail)
* Removed 9008-run-as-root-by-default.patch, which has not been
  applied for awhile now, with no ill effects.
* Simple refresh of:
  - 0001-remove-RHism.diff.patch
  - 0003-allow-libvirt-group-to-access-the-socket.patch
  - 0004-fix-Debian-specific-path-to-hvm-loader.patch
  - 0006-patch-qemuMonitorTextGetMigrationStatus-to-intercept.patch
  - 9000-delayed_iff_up_bridge.patch
  - 9001-dont_clobber_existing_bridges.patch
  - 9003-better-default-arch.patch
  - 9004-libvirtd-group-name.patch
  - 9005-increase-unix-socket-timeout.patch
  - 9006-default-config-test-case.patch
  - 9009-autodetect-nc-params.patch
  - 9010-dont-disable-ipv6.patch
  - 9011-move-ebtables-script.patch
  - 9014-skip-nodeinfotest.patch
  - 9020-lp545795.patch
* Create a patch to include stdint.h so lxc_container.h, which
  #includes linux/fs.h, doesn't trip up on undefined uint64_t.

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
/* Define to 1 when the gnulib module getline should be tested. */
118
118
#undef GNULIB_TEST_GETLINE
119
119
 
 
120
/* Define to 1 when the gnulib module getpagesize should be tested. */
 
121
#undef GNULIB_TEST_GETPAGESIZE
 
122
 
120
123
/* Define to 1 when the gnulib module gettimeofday should be tested. */
121
124
#undef GNULIB_TEST_GETTIMEOFDAY
122
125
 
147
150
/* Define to 1 when the gnulib module perror should be tested. */
148
151
#undef GNULIB_TEST_PERROR
149
152
 
 
153
/* Define to 1 when the gnulib module poll should be tested. */
 
154
#undef GNULIB_TEST_POLL
 
155
 
150
156
/* Define to 1 when the gnulib module random_r should be tested. */
151
157
#undef GNULIB_TEST_RANDOM_R
152
158
 
248
254
/* Define to 1 if you have the <arpa/inet.h> header file. */
249
255
#undef HAVE_ARPA_INET_H
250
256
 
 
257
/* whether libaudit is available */
 
258
#undef HAVE_AUDIT
 
259
 
251
260
/* whether Avahi is used to broadcast server presense */
252
261
#undef HAVE_AVAHI
253
262
 
419
428
/* Define to 1 if you have the `getmntent_r' function. */
420
429
#undef HAVE_GETMNTENT_R
421
430
 
 
431
/* Define to 1 if you have the `getpagesize' function. */
 
432
#undef HAVE_GETPAGESIZE
 
433
 
422
434
/* Define to 1 if you have the `getpass' function. */
423
435
#undef HAVE_GETPASS
424
436
 
474
486
/* Define to 1 if you have the `apparmor' library (-lapparmor). */
475
487
#undef HAVE_LIBAPPARMOR
476
488
 
 
489
/* Define to 1 if you have the `audit' library (-laudit). */
 
490
#undef HAVE_LIBAUDIT
 
491
 
477
492
/* Define to 1 if you have the `cap-ng' library (-lcap-ng). */
478
493
#undef HAVE_LIBCAP_NG
479
494
 
580
595
/* whether numactl is available for topology info */
581
596
#undef HAVE_NUMACTL
582
597
 
 
598
/* Define to 1 if you have the <OS.h> header file. */
 
599
#undef HAVE_OS_H
 
600
 
583
601
/* Define to 1 if you have the `pathconf' function. */
584
602
#undef HAVE_PATHCONF
585
603
 
623
641
/* Define to 1 if you have the `pthread_sigmask' function. */
624
642
#undef HAVE_PTHREAD_SIGMASK
625
643
 
 
644
/* Define to 1 if the system has the type `pthread_spinlock_t'. */
 
645
#undef HAVE_PTHREAD_SPINLOCK_T
 
646
 
 
647
/* Define to 1 if the system has the type `pthread_t'. */
 
648
#undef HAVE_PTHREAD_T
 
649
 
626
650
/* Define to 1 if you have the <pwd.h> header file. */
627
651
#undef HAVE_PWD_H
628
652
 
873
897
/* Define to 1 if pipe2 is declared even after undefining macros. */
874
898
#undef HAVE_RAW_DECL_PIPE2
875
899
 
 
900
/* Define to 1 if poll is declared even after undefining macros. */
 
901
#undef HAVE_RAW_DECL_POLL
 
902
 
876
903
/* Define to 1 if popen is declared even after undefining macros. */
877
904
#undef HAVE_RAW_DECL_POPEN
878
905
 
1014
1041
/* Define to 1 if symlinkat is declared even after undefining macros. */
1015
1042
#undef HAVE_RAW_DECL_SYMLINKAT
1016
1043
 
 
1044
/* Define to 1 if tcgetsid is declared even after undefining macros. */
 
1045
#undef HAVE_RAW_DECL_TCGETSID
 
1046
 
1017
1047
/* Define to 1 if tmpfile is declared even after undefining macros. */
1018
1048
#undef HAVE_RAW_DECL_TMPFILE
1019
1049
 
1047
1077
/* Define to 1 if vsnprintf is declared even after undefining macros. */
1048
1078
#undef HAVE_RAW_DECL_VSNPRINTF
1049
1079
 
 
1080
/* Define to 1 if waitpid is declared even after undefining macros. */
 
1081
#undef HAVE_RAW_DECL_WAITPID
 
1082
 
1050
1083
/* Define to 1 if wcrtomb is declared even after undefining macros. */
1051
1084
#undef HAVE_RAW_DECL_WCRTOMB
1052
1085
 
1062
1095
/* Define to 1 if wcwidth is declared even after undefining macros. */
1063
1096
#undef HAVE_RAW_DECL_WCWIDTH
1064
1097
 
 
1098
/* Define to 1 if _Exit is declared even after undefining macros. */
 
1099
#undef HAVE_RAW_DECL__EXIT
 
1100
 
1065
1101
/* Define to 1 if you have the <readline/readline.h> header file. */
1066
1102
#undef HAVE_READLINE_READLINE_H
1067
1103
 
1185
1221
/* Define to 1 if the system has the type `struct random_data'. */
1186
1222
#undef HAVE_STRUCT_RANDOM_DATA
1187
1223
 
1188
 
/* Define to 1 if `sa_len' is member of `struct sockaddr'. */
 
1224
/* Define to 1 if `sa_len' is a member of `struct sockaddr'. */
1189
1225
#undef HAVE_STRUCT_SOCKADDR_SA_LEN
1190
1226
 
1191
1227
/* Define to 1 if the system has the type `struct sockaddr_storage'. */
1266
1302
/* Define to 1 if you have the <sys/types.h> header file. */
1267
1303
#undef HAVE_SYS_TYPES_H
1268
1304
 
 
1305
/* Define to 1 if you have the <sys/un.h> header file. */
 
1306
#undef HAVE_SYS_UN_H
 
1307
 
1269
1308
/* Define to 1 if you have the <sys/utsname.h> header file. */
1270
1309
#undef HAVE_SYS_UTSNAME_H
1271
1310
 
1449
1488
/* Define to the one symbol short name of this package. */
1450
1489
#undef PACKAGE_TARNAME
1451
1490
 
 
1491
/* Define to the home page for this package. */
 
1492
#undef PACKAGE_URL
 
1493
 
1452
1494
/* Define to the version of this package. */
1453
1495
#undef PACKAGE_VERSION
1454
1496
 
1575
1617
/* Location of vgscan program */
1576
1618
#undef VGSCAN
1577
1619
 
 
1620
/* Define to the absolute path of a shell that does not truncate on <>
 
1621
   redirection, if /bin/sh does not fit the bill */
 
1622
#undef VIR_WRAPPER_SHELL
 
1623
 
1578
1624
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1579
1625
   'wchar_t'. */
1580
1626
#undef WCHAR_T_SUFFIX
1592
1638
/* whether to build drivers as modules */
1593
1639
#undef WITH_DRIVER_MODULES
1594
1640
 
 
1641
/* whether DTrace static probes are available */
 
1642
#undef WITH_DTRACE
 
1643
 
1595
1644
/* whether ESX driver is enabled */
1596
1645
#undef WITH_ESX
1597
1646
 
1748
1797
/* Define like PROTOTYPES; this can be used by system headers. */
1749
1798
#undef __PROTOTYPES
1750
1799
 
 
1800
/* Define as a replacement for the ISO C99 __func__ variable. */
 
1801
#undef __func__
 
1802
 
1751
1803
/* Define to `int' if <sys/types.h> doesn't define. */
1752
1804
#undef gid_t
1753
1805
 
1782
1834
/* Define to the type of st_nlink in struct stat, or a supertype. */
1783
1835
#undef nlink_t
1784
1836
 
1785
 
/* Define to poll if the replacement function should be used. */
1786
 
#undef poll
1787
 
 
1788
1837
/* Define as the type of the result of subtracting two pointers, if the system
1789
1838
   doesn't define it. */
1790
1839
#undef ptrdiff_t
1793
1842
   nothing if this is not supported.  Do not define if restrict is
1794
1843
   supported directly.  */
1795
1844
#undef restrict
1796
 
/* Work around a bug in Sun C++: it does not support _Restrict, even
1797
 
   though the corresponding Sun C compiler does, which causes
1798
 
   "#define restrict _Restrict" in the previous line.  Perhaps some future
1799
 
   version of Sun C++ will work with _Restrict; if so, it'll probably
1800
 
   define __RESTRICT, just as Sun C does.  */
 
1845
/* Work around a bug in Sun C++: it does not support _Restrict or
 
1846
   __restrict__, even though the corresponding Sun C compiler ends up with
 
1847
   "#define restrict _Restrict" or "#define restrict __restrict__" in the
 
1848
   previous line.  Perhaps some future version of Sun C++ will work with
 
1849
   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
1801
1850
#if defined __SUNPRO_CC && !defined __RESTRICT
1802
1851
# define _Restrict
 
1852
# define __restrict__
1803
1853
#endif
1804
1854
 
1805
1855
/* Define to `unsigned int' if <sys/types.h> does not define. */