From e43151bee883340815edbcb55b694a8fffab43cd Mon Sep 17 00:00:00 2001 From: martin-s Date: Mon, 24 Jan 2011 16:45:34 +0000 Subject: Fix:Build:Temporary fixed define for getopt.h git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3999 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- config.h.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index 61b2a0252..65bff24a3 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -54,6 +54,8 @@ #define HAVE_SYS_TIME_H 1 +#define HAVE_GETOPT_H 1 + #ifdef _MSC_VER #define __PRETTY_FUNCTION__ __FILE__":" << __LINE__ #endif -- cgit v1.2.1