diff options
Diffstat (limited to 'gnu/usr.bin/pr/version.c')
-rw-r--r-- | gnu/usr.bin/pr/version.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gnu/usr.bin/pr/version.c b/gnu/usr.bin/pr/version.c deleted file mode 100644 index 64c62b19..0000000 --- a/gnu/usr.bin/pr/version.c +++ /dev/null @@ -1,13 +0,0 @@ -#ifdef HAVE_CONFIG_H -#if defined (CONFIG_BROKETS) -/* We use <config.h> instead of "config.h" so that a compilation - using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h - (which it would do because it found this file in $srcdir). */ -#include <config.h> -#else -#include "config.h" -#endif -#endif - -#include "version.h" -const char *version_string = "GNU textutils 1.9"; |