summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-04-26 02:16:10 +0200
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-04-26 02:16:10 +0200
commit4fb81ff8b0828294b3e1d0c63c67dca318ee7959 (patch)
tree67e7929f1500d7f1d0817a700f572930c69baf2a
parente3499189b91725e09e25a468f21612e805dfa89d (diff)
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?
-rw-r--r--src/acecad.c6
1 files changed, 0 insertions, 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_
/*****************************************************************************