xsel

Program for manipulating the X clipboard
git clone https://git.sinitax.com/kfish/xsel
Log | Files | Refs | README | LICENSE | sfeed.txt

commit 2bf55f91617a3ce27799ee30bdf312e7be92a8f5
parent 68b1f6d02f026faeddb016103d9204aa57aa2089
Author: conrad <conrad@9c49b5d1-7df3-0310-bce2-b7278e68f44c>
Date:   Thu, 13 Dec 2007 01:48:28 +0000

display VERSION as configured in config.h, remove definition from xsel.h


git-svn-id: http://svn.kfish.org/xsel/trunk@197 9c49b5d1-7df3-0310-bce2-b7278e68f44c

Diffstat:
Mxsel.c | 4++++
Mxsel.h | 1-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/xsel.c b/xsel.c @@ -11,6 +11,10 @@ * implied warranty. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <stdio.h> #include <stdlib.h> #include <stdarg.h> diff --git a/xsel.h b/xsel.h @@ -11,7 +11,6 @@ * implied warranty. */ -#define VERSION "0.9" #define AUTHOR "Conrad Parker <conrad@vergenet.net>" /* Default debug level (ship at 0) */