Use new GNULib.
[libidn.git] / gl / dummy.c
blobc4191639a6cf260d58ac6d3ac4fd9cadd16ca90b
1 /* A dummy file, to prevent empty libraries from breaking builds.
2 Copyright (C) 2004 Simon Josefsson
4 This file is free software; you can redistribute it and/or modify
5 it under the terms of the GNU Lesser General Public License as
6 published by the Free Software Foundation; either version 2.1 of
7 the License, or (at your option) any later version.
9 This file is distributed in the hope that it will be useful, but
10 WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 Lesser General Public License for more details.
14 You should have received a copy of the GNU Lesser General Public
15 License License along with this file; if not, write to the Free
16 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
17 02111-1307 USA */
19 /* Some systems, reportedly OpenBSD and Mac OS X, refuse to create
20 libraries without any object files. You might get an error like:
22 > ar cru .libs/libgl.a
23 > ar: no archive members specified
25 Compiling this file, and adding its object file to the library, will
26 prevent the library from being empty. */
28 /* This declaration is solely to ensure that after preprocessing
29 this file is never empty. */
30 typedef int dummy;