aboutsummaryrefslogtreecommitdiffstats
path: root/specgen.sh
#ifndef FM_STRL_H
#define FM_STRL_H

#include "config.h"

/* strlcpy/strlcat prototypes */
#ifndef HAVE_STRLCAT
size_t
strlcat(char *dst, const char *src, size_t siz);
#endif
#ifndef HAVE_STRLCPY
size_t
strlcpy(char *dst, const char *src, size_t siz);
#endif

#endif
Commit message (Expand)AuthorAgeFilesLines
* Support 'make lsm' to generate a .lsm file for ftp.ibiblio.com:/pub/Linux upl...Matthias Andree2005-12-041-0/+3
80243141f7147b09d7b17f193'>Version bump.Eric S. Raymond2003-02-281-1/+1 * Fix SSL build generation.Eric S. Raymond2002-10-181-1/+1 * SSL port fix.Eric S. Raymond2002-09-041-1/+1 * Correct site.Eric S. Raymond2002-07-301-1/+1 * Build with what's in Red Hat 7.3.Eric S. Raymond2002-06-221-1/+1 * Resync with Red Hat.Eric S. Raymond2001-03-291-2/+2 * Disable NLS.Eric S. Raymond2001-03-051-2/+2 * sample.rcfile is gone.Eric S. Raymond2001-03-021-1/+1 * Before showdots,Eric S. Raymond2000-10-081-1/+1 * Removed "LOADLIBS=-ldes425 -lcrypt -lresolv -lkrb5 -lcom_err -lfl";Eric S. Raymond2000-09-081-1/+1 * Horst von Brand's security and specfile patches.Eric S. Raymond2000-08-301-6/+6 * Typo fix.Eric S. Raymond2000-07-231-1/+1 * Stop compressing the manual page. This comfuses RPM 4.0.Eric S. Raymond2000-07-231-3/+2 * Ready to merge in Julian Haight's changes.Eric S. Raymond2000-06-071-1/+1 * Fix a typo.Eric S. Raymond2000-03-071-1/+1 * Various minor bug fixes.Eric S. Raymond2000-02-181-14/+11 * Fix a bug.Eric S. Raymond2000-01-171-1/+0 * Fix a bug.Eric S. Raymond2000-01-171-1/+0 * We can use Jorge Godoy's patch now, if we want to.Eric S. Raymond2000-01-081-11/+9 * Added warning to differs.Eric S. Raymond2000-01-031-0/+1 * Speculative fix.Eric S. Raymond1999-12-291-4/+6 * Jorge Godoy's translation fixes.Eric S. Raymond1999-12-271-2/+9 * Flag changes from Horst von Brand.Eric S. Raymond1999-08-021-1/+2 * *** empty log message ***Eric S. Raymond1999-06-141-1/+1 * Added German and Spanish descriptions to specfile (thanks to Horst vonEric S. Raymond1999-06-141-12/+17 * GIF -> XPM.Eric S. Raymond1999-05-121-1/+1 * Add Danish summary and dscription.Eric S. Raymond1999-03-271-0/+11 * Added French and Spanish summaries.Eric S. Raymond1999-03-091-0/+2 * This version appears ready to ship.Eric S. Raymond1999-01-301-1/+1 * Don't build with internationalization by default.Eric S. Raymond1999-01-071-4/+6 * Install internationalized.Eric S. Raymond1999-01-071-0/+3