From 579b9e6e6e123243a2ea2bbed0265dcdd435847d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Mon, 8 Nov 1999 22:48:30 +0100
Subject: [PATCH] Added FUNCPROTO.

Rev: src/post_modules/GTK/acconfig.h:1.2
---
 .gitattributes                  | 1 +
 src/post_modules/GTK/acconfig.h | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/.gitattributes b/.gitattributes
index 6406b1d102..493465e3e5 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -465,6 +465,7 @@ testfont binary
 /src/post_modules/GL/auto.c.in foreign_ident
 /src/post_modules/GL/configure.in foreign_ident
 /src/post_modules/GL/top.c foreign_ident
+/src/post_modules/GTK/acconfig.h foreign_ident
 /src/post_modules/GTK/aclocal.m4 foreign_ident
 /src/post_modules/GTK/dummy.c foreign_ident
 /src/post_modules/Makefile.in foreign_ident
diff --git a/src/post_modules/GTK/acconfig.h b/src/post_modules/GTK/acconfig.h
index e69de29bb2..d8f9f6e4fb 100644
--- a/src/post_modules/GTK/acconfig.h
+++ b/src/post_modules/GTK/acconfig.h
@@ -0,0 +1,4 @@
+/* $Id: acconfig.h,v 1.2 1999/11/08 21:48:30 grubba Exp $ */
+
+/* Define this to get prototypes from X's header-files */
+#undef FUNCPROTO
-- 
GitLab