version 1.1.1.2, 2012/05/29 09:29:43
|
version 1.1.1.3, 2021/03/17 13:38:46
|
Line 1
|
Line 1
|
/* Relocating wrapper program. |
/* Relocating wrapper program. |
Copyright (C) 2003, 2005-2007, 2009-2011 Free Software Foundation, Inc. | Copyright (C) 2003, 2005-2007, 2009-2019 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 |
This program is free software: you can redistribute it and/or modify |
Line 13
|
Line 13
|
GNU General Public License for more details. |
GNU General Public License for more details. |
|
|
You should have received a copy of the GNU General Public License |
You should have received a copy of the GNU General Public License |
along with this program. If not, see <http://www.gnu.org/licenses/>. */ | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
|
|
/* Dependencies: |
/* Dependencies: |
relocwrapper |
relocwrapper |
-> progname |
-> progname |
-> progreloc |
-> progreloc |
-> areadlink | -> areadlink |
-> careadlinkat | -> careadlinkat |
-> allocator |
-> allocator |
-> readlink | -> readlink |
-> canonicalize-lgpl | -> stat |
-> malloca | -> dosname |
-> readlink | -> pathmax |
| -> verify |
| -> canonicalize-lgpl |
| -> malloca |
| -> lstat |
| -> readlink |
-> relocatable |
-> relocatable |
-> setenv |
-> setenv |
-> malloca |
-> malloca |
|
-> fprintf-posix [ignore, cut dependency tree here] |
|
-> strerror [ignore, cut dependency tree here] |
-> c-ctype |
-> c-ctype |
|
|
Macros that need to be set while compiling this file: |
Macros that need to be set while compiling this file: |
Line 60
|
Line 67
|
|
|
/* Use the system functions, not the gnulib overrides in this file. */ |
/* Use the system functions, not the gnulib overrides in this file. */ |
#undef fprintf |
#undef fprintf |
|
#undef strerror |
|
|
/* Return a copy of the filename, with an extra ".bin" at the end. |
/* Return a copy of the filename, with an extra ".bin" at the end. |
More generally, it replaces "${EXEEXT}" at the end with ".bin${EXEEXT}". */ |
More generally, it replaces "${EXEEXT}" at the end with ".bin${EXEEXT}". */ |