blob: 2dedb1df5bc3eea60acf63e8b0beef14e019d006 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- program.h.orig Tue Nov 19 12:53:12 2002
+++ program.h Tue Nov 19 12:53:20 2002
@@ -31,6 +31,7 @@
#ifndef H_PROGRAM
#define H_PROGRAM
+#define HAVE_DECL_GETOPT 1
#include <getopt.h>
class program {
|