* 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 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:
* 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>
* 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"
* 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 *
* Author: Daniel P. Berrange <berrange@redhat.com>
*/
+#include "config.h"
#include "event.h"
*/
#ifdef WITH_XEN
+#include "config.h"
+
#include <dirent.h>
#include <time.h>
#include <sys/stat.h>
+#include "config.h"
+
#include <stdio.h>
#include <stdlib.h>
#include "libvirt/libvirt.h"
* $Id$
*/
+#include "config.h"
+
#include <stdio.h>
#include <stdlib.h>
#include <sys/time.h>