From 4fb81ff8b0828294b3e1d0c63c67dca318ee7959 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Thu, 26 Apr 2007 02:16:10 +0200 Subject: [PATCH] We always have config.h. Quoting Alan Coopersmith from http://lists.x.org/archives/xorg/2007-April/024058.html > Now that we are no longer sharing source with the monolith, should > all the #ifdef HAVE_CONFIG_H's be removed and just always include > config.h now? --- src/acecad.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/acecad.c b/src/acecad.c index 9102f96..fcffc72 100644 --- a/src/acecad.c +++ b/src/acecad.c @@ -25,13 +25,7 @@ */ /* $XFree86: xc/programs/Xserver/hw/xfree86/input/acecad/acecad.c,v 1.4 2003/10/30 00:40:45 dawes Exp $ */ -#ifdef HAVE_CONFIG_H #include "config.h" -#else -#define PACKAGE_VERSION_MAJOR 1 -#define PACKAGE_VERSION_MINOR 1 -#define PACKAGE_VERSION_PATCHLEVEL 1 -#endif #define _ACECAD_C_ /***************************************************************************** -- 2.32.0.93.g670b81a890