Module Name: othersrc Committed By: dholland Date: Mon Feb 25 03:08:10 UTC 2013
Modified Files: othersrc/usr.bin/dholland-make2: portable.h Log Message: Update description. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 othersrc/usr.bin/dholland-make2/portable.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: othersrc/usr.bin/dholland-make2/portable.h diff -u othersrc/usr.bin/dholland-make2/portable.h:1.2 othersrc/usr.bin/dholland-make2/portable.h:1.3 --- othersrc/usr.bin/dholland-make2/portable.h:1.2 Mon Feb 25 02:12:23 2013 +++ othersrc/usr.bin/dholland-make2/portable.h Mon Feb 25 03:08:10 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: portable.h,v 1.2 2013/02/25 02:12:23 dholland Exp $ */ +/* $NetBSD: portable.h,v 1.3 2013/02/25 03:08:10 dholland Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1993 @@ -112,8 +112,14 @@ * bmake_strdup allocator functions that crash on error * bmake_strndup allocator functions that crash on error * - * External toggles that can be set: + * External toggles that can be set with -D: * USE_EMALLOC use emalloc() from libutil + * MAKE_NATIVE should be set if building native w/o autoconf + * + * If MAKE_NATIVE isn't set: + * HAVE_STRERROR set if build platform has strerror() + * HAVE_STRFTIME set if build platform has strftime() + * HAVE_VSNPRINTF set if build platform has (v)snprintf() */ #ifndef PORTABLE_H