]> sjero.net Git - wget/blobdiff - src/wget.h
Automated merge with file:/home/micah/devel/wget/eleven-repo-mentions
[wget] / src / wget.h
index 6d35190f85dea294d4ad2d5525d1fdd37cb0d0a1..2cfa7aa84de539a031d33ca1877a83715cf8dd05 100644 (file)
@@ -1,5 +1,6 @@
 /* Miscellaneous declarations.
-   Copyright (C) 1996-2006 Free Software Foundation, Inc.
+   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -55,6 +56,7 @@ so, delete this exception statement from your version.  */
 # endif /* not HAVE_LIBINTL_H */
 #else  /* not HAVE_NLS */
 # define _(string) (string)
+# define ngettext(sing, plur, num)  ((num) == 1 ? (sing) : (plur))
 #endif /* not HAVE_NLS */
 
 /* A pseudo function call that serves as a marker for the automated