diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-07-15 12:54:37 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-07-15 12:54:37 +0000 |
| commit | 71b0ba3e8c6c5be9912626e3665036dcf3f86967 (patch) | |
| tree | 62a2ba6eba0406dc7dc18582ae5602023e5bcc2a | |
| parent | o removed the unused cache as it was just wasting time and space (diff) | |
| download | inkscape-71b0ba3e8c6c5be9912626e3665036dcf3f86967.tar.gz inkscape-71b0ba3e8c6c5be9912626e3665036dcf3f86967.zip | |
add HAVE_GETOPT_H
(bzr r1416)
| -rw-r--r-- | config.h.mingw | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.mingw b/config.h.mingw index 0f7ac85dd..b1ebbb7a2 100644 --- a/config.h.mingw +++ b/config.h.mingw @@ -27,6 +27,7 @@ #define PACKAGE_STRING VERSION +#define HAVE_GETOPT_H 1 #define HAVE_STRING_H 1 #define HAVE_LIBINTL_H 1 #define HAVE_MALLOC_H 1 |
