File diff r17629:21e9dfd343cd → r17630:7d818445376d
src/depend/depend.cpp
Show inline comments
 
@@ -28,12 +28,13 @@
 
#include <unistd.h>
 
#include <map>
 
#include <set>
 
#include <stack>
 

	
 
#ifndef PATH_MAX
 
/** The maximum length of paths, if we don't know it. */
 
#	define PATH_MAX 260
 
#endif
 

	
 
/** Simple string comparator using strcmp as implementation */
 
struct StringCompare {
 
	/**