summaryrefslogtreecommitdiff
path: root/src/uniq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uniq.c')
-rw-r--r--src/uniq.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/uniq.c b/src/uniq.c
index 5f664178b..b08f190f8 100644
--- a/src/uniq.c
+++ b/src/uniq.c
@@ -30,6 +30,9 @@
#include "xstrtol.h"
#include "memcasecmp.h"
+/* The official name of this program (e.g., no `g' prefix). */
+#define PROGRAM_NAME "uniq"
+
/* Undefine, to avoid warning about redefinition on some systems. */
#undef min
#define min(x, y) ((x) < (y) ? (x) : (y))