]> xenbits.xensource.com Git - libvirt.git/commitdiff
Include "config.h" in remaining non-generated files.
authorJim Meyering <meyering@redhat.com>
Fri, 7 Dec 2007 10:08:06 +0000 (10:08 +0000)
committerJim Meyering <meyering@redhat.com>
Fri, 7 Dec 2007 10:08:06 +0000 (10:08 +0000)
* proxy/libvirt_proxy.c: Likewise.
* python/libvir.c: Likewise.
* python/types.c: Likewise.
* src/event.c: Likewise.
* src/xm_internal.c: Likewise.
* tests/reconnect.c: Likewise.
* tests/testutils.c: Likewise.

ChangeLog
proxy/libvirt_proxy.c
python/libvir.c
python/types.c
src/event.c
src/xm_internal.c
tests/reconnect.c
tests/testutils.c

index fe255aed48807788710b07b8afb610a37dfbe435..85d3fc7e16fec96635cdd149deb74d8dfa319076 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Fri Dec  7 11:06:58 CET 2007 Jim Meyering <meyering@redhat.com>
+
+       Include "config.h" in remaining non-generated files.
+       * proxy/libvirt_proxy.c: Likewise.
+       * python/libvir.c: Likewise.
+       * python/types.c: Likewise.
+       * src/event.c: Likewise.
+       * src/xm_internal.c: Likewise.
+       * tests/reconnect.c: Likewise.
+       * tests/testutils.c: Likewise.
+
 Fri Dec  7 09:39:41 CET 2007 Daniel Veillard <veillard@redhat.com>
 
        * python/generator.py python/libvir.c python/libvirt-python-api.xml:
index d7deb440148e345fa2678facd25ed996865345bf..152df562f7726ec0efc606453f4ff408a03a603c 100644 (file)
@@ -2,13 +2,15 @@
  * proxy_svr.c: root suid proxy server for Xen access to APIs with no
  *              side effects from unauthenticated clients.
  *
- * Copyright (C) 2006 Red Hat, Inc.
+ * Copyright (C) 2006, 2007 Red Hat, Inc.
  *
  * See COPYING.LIB for the License of this software
  *
  * Daniel Veillard <veillard@redhat.com>
  */
 
+#include "config.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
index 91f3acc3ce5c0b0407c3ff52ffb434b7a423767b..0edec41b4a775c3399e1ae3b3a99db46ca43361f 100644 (file)
@@ -4,11 +4,13 @@
  *           entry points where an automatically generated stub is
  *           unpractical
  *
- * Copyright (C) 2005 Red Hat, Inc.
+ * Copyright (C) 2005, 2007 Red Hat, Inc.
  *
  * Daniel Veillard <veillard@redhat.com>
  */
 
+#include "config.h"
+
 #include <Python.h>
 #include "libvirt/libvirt.h"
 #include "libvirt/virterror.h"
index cc0f2b171d961aa81c9b7fc3f4d595a276579bf9..146bb24564dc2dfd03299b5ecf5ecb6c7f18c666 100644 (file)
@@ -2,11 +2,13 @@
  * types.c: converter functions between the internal representation
  *          and the Python objects
  *
- * Copyright (C) 2005 Red Hat, Inc.
+ * Copyright (C) 2005, 2007 Red Hat, Inc.
  *
  * Daniel Veillard <veillard@redhat.com>
  */
 
+#include "config.h"
+
 #include "libvirt_wrap.h"
 
 PyObject *
index 2fe9a266c0ab57da900f42e192a3158b98e89e59..7dcbf3211eb7fa205d1a7bf8c53557788b4f0903 100644 (file)
@@ -21,6 +21,7 @@
  * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
+#include "config.h"
 
 #include "event.h"
 
index 43263d74b1aaab796bf5d036f069f7412c2d7a42..07abbb1d41db865f935801c64b46c2218d9f8ab3 100644 (file)
@@ -23,6 +23,8 @@
  */
 
 #ifdef WITH_XEN
+#include "config.h"
+
 #include <dirent.h>
 #include <time.h>
 #include <sys/stat.h>
index 246e3bbd70f070f7116452f6a6d312a5758620e3..d94f5c76ffb740c8d74202f3e0c168082f63f0e2 100644 (file)
@@ -1,3 +1,5 @@
+#include "config.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include "libvirt/libvirt.h"
index 6121785ee5b2ddb711af29cbceea810e70fd7220..1141edb1a63ed59c7d8bb2a2e89b0231925d7d46 100644 (file)
@@ -10,6 +10,8 @@
  * $Id$
  */
 
+#include "config.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <sys/time.h>