doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / lib / filenamecat.h
index 334c887..b33dce8 100644 (file)
@@ -1,6 +1,7 @@
 /* Concatenate two arbitrary file names.
 
-   Copyright (C) 1996, 1997, 2003, 2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1996-1997, 2003, 2005, 2007, 2009-2014 Free Software
+   Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
 
 /* Written by Jim Meyering.  */
 
+#if GNULIB_FILENAMECAT
 char *file_name_concat (char const *dir, char const *base,
-                       char **base_in_result);
+                        char **base_in_result);
+#endif
 
 char *mfile_name_concat (char const *dir, char const *base,
-                        char **base_in_result);
+                         char **base_in_result);