diff options
author | Eric Anholt <anholt@freebsd.org> | 2006-02-14 02:48:22 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2006-02-14 02:48:22 +0000 |
commit | 32393ee83c8ad63dbb54aab709cdd4dc5802a74c (patch) | |
tree | 91324201bfe3dfbfd1d441384b82521133bd1c3a /x11perf.c | |
parent | d121367a04832aafb27800283bac5ce35365d84e (diff) |
Detect when Render is available and turn those tests on.
Diffstat (limited to 'x11perf.c')
-rw-r--r-- | x11perf.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,5 +1,5 @@ /* $Xorg: x11perf.c,v 1.4 2000/08/17 19:54:10 cpqbld Exp $ */ -/* $XdotOrg: $ */ +/* $XdotOrg: app/x11perf/x11perf.c,v 1.3 2005/07/26 18:55:42 alanc Exp $ */ /**************************************************************************** Copyright 1988, 1989 by Digital Equipment Corporation, Maynard, Massachusetts. @@ -24,10 +24,6 @@ SOFTWARE. ****************************************************************************/ /* $XFree86: xc/programs/x11perf/x11perf.c,v 3.6 2001/11/03 21:59:20 dawes Exp $ */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - #include <stdio.h> #include <ctype.h> #include <signal.h> |