Fix:Build:Temporary fixed define for getopt.h
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 24 Jan 2011 16:45:34 +0000 (16:45 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 24 Jan 2011 16:45:34 +0000 (16:45 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@3999 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/config.h.cmake

index 61b2a02..65bff24 100644 (file)
@@ -54,6 +54,8 @@
 
 #define HAVE_SYS_TIME_H 1
 
+#define HAVE_GETOPT_H 1
+
 #ifdef _MSC_VER
 #define __PRETTY_FUNCTION__ __FILE__":" << __LINE__
 #endif