Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff -rc read.c read.c 2*** read.c 2006-03-17 15:24:20.000000000 +0100 3--- read.c 2007-05-24 17:16:31.000000000 +0200 4*************** 5*** 99,107 **** 6--- 99,109 ---- 7 #endif 8 INCLUDEDIR, 9 #ifndef _AMIGA 10+ #if 0 11 "/usr/gnu/include", 12 "/usr/local/include", 13 "/usr/include", 14+ #endif 15 #endif 16 0 17 }; 18diff -rc reremake.c 19*** remake.c 2006-03-20 03:36:37.000000000 +0100 20--- remake.c 2007-05-24 17:06:54.000000000 +0200 21*************** 22*** 1452,1460 **** 23--- 1452,1462 ---- 24 static char *dirs[] = 25 { 26 #ifndef _AMIGA 27+ #if 0 28 "/lib", 29 "/usr/lib", 30 #endif 31+ #endif 32 #if defined(WINDOWS32) && !defined(LIBDIR) 33 /* 34 * This is completely up to the user at product install time. Just define