freebsd-ports/graphics/gtkgraph/files/patch-aa
Steve Price 5354f8b966 Initial import of gtkgraph version 0.5.0.
A GTK-based graph plotting utility.

PR:		148845
Submitted by:	Chris D. Faulhaber <jedgar@fxp.org>
1999-11-14 03:44:12 +00:00

18 lines
355 B
Text

--- config.h.in.orig Tue Jul 27 15:09:36 1999
+++ config.h.in Fri Nov 12 11:13:03 1999
@@ -6,15 +6,6 @@
/* Default value for alignment of strings in .mo file. */
#define DEFAULT_ALIGNMENT 1
-#ifndef __P
-# if __STDC__
-# define __P(args) args
-# else
-# define __P(args) ()
-# endif
-#endif
-
-
/* Define if using alloca.c. */
#undef C_ALLOCA