relocatable.h | relocatable.h | |||
---|---|---|---|---|
/* Provide relocatable packages. | /* Provide relocatable packages. | |||
Copyright (C) 2003, 2005, 2008, 2009, 2010 Free Software Foundation, Inc . | Copyright (C) 2003, 2005, 2008-2014 Free Software Foundation, Inc. | |||
Written by Bruno Haible <bruno@clisp.org>, 2003. | Written by Bruno Haible <bruno@clisp.org>, 2003. | |||
This program is free software; you can redistribute it and/or modify it | This program is free software: you can redistribute it and/or modify | |||
under the terms of the GNU Library General Public License as published | it under the terms of the GNU Lesser General Public License as published | |||
by the Free Software Foundation; either version 2, or (at your option) | by | |||
any later version. | the Free Software Foundation; either version 2.1 of the License, or | |||
(at your option) any later version. | ||||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
Library General Public License for more details. | GNU Lesser General Public License for more details. | |||
You should have received a copy of the GNU Library General Public | You should have received a copy of the GNU Lesser General Public License | |||
License along with this program; if not, write to the Free Software | along with this program. If not, see <http://www.gnu.org/licenses/>. * | |||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 | / | |||
, | ||||
USA. */ | ||||
#ifndef _RELOCATABLE_H | #ifndef _RELOCATABLE_H | |||
#define _RELOCATABLE_H | #define _RELOCATABLE_H | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
extern "C" { | extern "C" { | |||
#endif | #endif | |||
/* This can be enabled through the configure --enable-relocatable option. */ | /* This can be enabled through the configure --enable-relocatable option. */ | |||
#if ENABLE_RELOCATABLE | #if ENABLE_RELOCATABLE | |||
End of changes. 4 change blocks. | ||||
12 lines changed or deleted | 11 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |