···11+diff --git a/makedefs b/makedefs
22+index b8b98c8..94443c0 100644
33+--- a/makedefs
44++++ b/makedefs
55+@@ -341,20 +341,20 @@ EOF
66+ esac
77+ ;;
88+ Linux.3*) SYSTYPE=LINUX3
99+- if [ -f /usr/include/db.h ]
1010+- then
1111+- : we are all set
1212+- elif [ -f /usr/include/db/db.h ]
1313+- then
1414+- CCARGS="$CCARGS -I/usr/include/db"
1515+- else
1616+- # On a properly installed system, Postfix builds
1717+- # by including <db.h> and by linking with -ldb
1818+- echo "No <db.h> include file found." 1>&2
1919+- echo "Install the appropriate db*-devel package first." 1>&2
2020+- echo "See the RELEASE_NOTES file for more information." 1>&2
2121+- exit 1
2222+- fi
2323++ #if [ -f /usr/include/db.h ]
2424++ #then
2525++ #: we are all set
2626++ #elif [ -f /usr/include/db/db.h ]
2727++ #then
2828++ #CCARGS="$CCARGS -I/usr/include/db"
2929++ #else
3030++ ## On a properly installed system, Postfix builds
3131++ ## by including <db.h> and by linking with -ldb
3232++ #echo "No <db.h> include file found." 1>&2
3333++ #echo "Install the appropriate db*-devel package first." 1>&2
3434++ #echo "See the RELEASE_NOTES file for more information." 1>&2
3535++ #exit 1
3636++ #fi
3737+ SYSLIBS="-ldb"
3838+ for name in nsl resolv
3939+ do