summaryrefslogtreecommitdiffstats
path: root/lib/str.h
Commit message (Collapse)AuthorAgeFilesLines
* 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-04-021-0/+4
| | | | | | | | * configure.ac: Add strnlen to AC_CHECK_FUNCS. * zebra.h: Should include str.h to pick up missing functions. * str.h: Declare strnlen if needed. * str.c: Do not include str.h since zebra.h now includes it. (strnlen) New function.
* Initial revisionpaul2002-12-131-0/+24