#
6db303aa |
| 26-Sep-2005 |
christos <christos@NetBSD.org> |
The weak alias macros can only work before namespace.h gets included because when the strings get expanded we gain an _ from namespace.h. So define a macro to point to the appropriate include file fo
The weak alias macros can only work before namespace.h gets included because when the strings get expanded we gain an _ from namespace.h. So define a macro to point to the appropriate include file for the hash function, and include the hash function later, from the .c file we always include. This allows us to eliminate the hack of including namespace.h twice as well as nbtool_config.h.
show more ...
|
#
aaf2af90 |
| 12-Jun-2005 |
lukem <lukem@NetBSD.org> |
Add missing __RCSID()
|
#
171d6532 |
| 27-Oct-2003 |
lukem <lukem@NetBSD.org> |
Overhaul how `build.sh tools' are used:
* Rename "config.h" to "nbtool_config.h" and HAVE_CONFIG_H to HAVE_NBTOOL_CONFIG_H. This makes in more obvious in the source when we're using tools/com
Overhaul how `build.sh tools' are used:
* Rename "config.h" to "nbtool_config.h" and HAVE_CONFIG_H to HAVE_NBTOOL_CONFIG_H. This makes in more obvious in the source when we're using tools/compat/config.h versus "standard autoconf" config.h
* Consistently move the inclusion of nbtool_config.h to before <sys/cdefs.h> so that the former can provide __RCSID() (et al), and there's no need to protect those macros any more.
These changes should make it easier to "tool-ify" a program by adding: #if HAVE_NBTOOL_CONFIG_H #include "nbtool_config.h" #endif to the top of the source files (for the general case).
show more ...
|
#
99410184 |
| 26-Jul-2003 |
salo <salo@NetBSD.org> |
netbsd.org->NetBSD.org
|
#
bcaedc12 |
| 31-Mar-2002 |
bjh21 <bjh21@NetBSD.org> |
Add the md[245], sha1 and rmd160 functions to libnbcompat, conditional on their not being in the host libc. This will be necessary to make cksum into a host tool.
|
#
1070537d |
| 20-Oct-1998 |
kleink <kleink@NetBSD.org> |
Need internal names for MD[45]{Init,Final,Update}().
|
#
30e6b470 |
| 30-Apr-1997 |
thorpej <thorpej@NetBSD.org> |
- Liberal application of suggestions in /usr/share/misc/style. - Don't use sed(1) to generate these files. The C preprocessor is your friend.
|