Changeset - r13404:5561d90a7739
[Not reviewed]
master
0 2 0
rubidium - 15 years ago 2009-10-31 15:26:07
rubidium@openttd.org
(svn r17923) -Feature: "port" OpenTTD to GNU/Hurd
2 files changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -1901,6 +1901,7 @@ detect_os() {
 
					/cygwin/       { print "CYGWIN";  exit}
 
					/mingw/        { print "MINGW";   exit}
 
					/os\/2/        { print "OS2";     exit}
 
					/gnu/          { print "UNIX";    exit}
 
			'`
 
		fi
 

	
src/depend/depend.cpp
Show inline comments
 
@@ -30,6 +30,10 @@
 
#include <set>
 
#include <stack>
 

	
 
#ifndef PATH_MAX
 
#	define PATH_MAX 260
 
#endif
 

	
 
/** Simple string comparator using strcmp as implementation */
 
struct StringCompare {
 
	/**
0 comments (0 inline, 0 general)