(PACKAGE): Likewise.
authorJim Meyering <jim@meyering.net>
Wed, 17 Jan 2001 10:29:56 +0000 (10:29 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 17 Jan 2001 10:29:56 +0000 (10:29 +0000)
src/shred.c

index a380b46..2146917 100644 (file)
@@ -117,7 +117,7 @@ char *xstrdup PARAMS ((char const *));
 # include <sys/time.h> /* For struct timeval */
 # include <sys/stat.h> /* For struct stat */
 
-# define GNU_PACKAGE "standalone"
+# define PACKAGE "standalone"
 # define VERSION "2.0" /* Kind of arbitrary... */
 
 # if __GNUC__ < 2 || __GNUC__ == 2 && __GNUC_MINOR__ < 5 || __STRICT_ANSI__