diff options
Diffstat (limited to 'Build/source/utils/texinfo/lib/getopt.h')
-rw-r--r-- | Build/source/utils/texinfo/lib/getopt.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Build/source/utils/texinfo/lib/getopt.h b/Build/source/utils/texinfo/lib/getopt.h new file mode 100644 index 00000000000..993946b12c0 --- /dev/null +++ b/Build/source/utils/texinfo/lib/getopt.h @@ -0,0 +1,10 @@ +/* getopt.h -- wrapper for gnulib getopt_.h. + $Id: getopt.h,v 1.6 2004/09/14 12:36:00 karl Exp $ + Copyright (C) 2004 Free Software Foundation, Inc. + + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. +*/ + +#include "getopt_.h" |