Don't include missing config.h

This commit is contained in:
joerg 2013-08-13 10:22:57 +00:00
parent ce9d270850
commit 2be994b7ca
3 changed files with 36 additions and 1 deletions

View file

@ -1,5 +1,7 @@
$NetBSD: distinfo,v 1.5 2009/01/11 03:11:38 smb Exp $
$NetBSD: distinfo,v 1.6 2013/08/13 10:22:57 joerg Exp $
SHA1 (synce_plugin-0.7.5.tar.gz) = c23f587218e859238b8bfa2d9a3ad3b41b5ff8bb
RMD160 (synce_plugin-0.7.5.tar.gz) = 0cc50f58b6ce3317d0eaabe9d8d0f9b86d9d46db
Size (synce_plugin-0.7.5.tar.gz) = 339485 bytes
SHA1 (patch-src_synce__gtk.c) = 0c880bb7a7b0cc28aa16bb34e9ddabb6f80545ee
SHA1 (patch-src_synce__plugin.c) = 765c5868a66fc30f10f5fb95d11719d824ae7a1e

View file

@ -0,0 +1,17 @@
$NetBSD: patch-src_synce__gtk.c,v 1.1 2013/08/13 10:22:57 joerg Exp $
No config.h created by configure.
--- src/synce_gtk.c.orig 2013-08-12 16:44:45.000000000 +0000
+++ src/synce_gtk.c
@@ -16,10 +16,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
-
#include <glib.h>
#include <glib/gi18n.h>
#include <gtk/gtk.h>

View file

@ -0,0 +1,16 @@
$NetBSD: patch-src_synce__plugin.c,v 1.1 2013/08/13 10:22:57 joerg Exp $
No config.h created by configure.
--- src/synce_plugin.c.orig 2013-08-12 16:44:49.000000000 +0000
+++ src/synce_plugin.c
@@ -16,9 +16,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
#include "pluginconfig.h"
#include "common/version.h"