Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/AnonR/anonr.TX.../usr/include
File: gnu-versions.h
/* Header with interface version macros for library pieces copied elsewhere.
[0] Fix | Delete
Copyright (C) 1995-2018 Free Software Foundation, Inc.
[1] Fix | Delete
This file is part of the GNU C Library.
[2] Fix | Delete
[3] Fix | Delete
The GNU C Library is free software; you can redistribute it and/or
[4] Fix | Delete
modify it under the terms of the GNU Lesser General Public
[5] Fix | Delete
License as published by the Free Software Foundation; either
[6] Fix | Delete
version 2.1 of the License, or (at your option) any later version.
[7] Fix | Delete
[8] Fix | Delete
The GNU C Library is distributed in the hope that it will be useful,
[9] Fix | Delete
but WITHOUT ANY WARRANTY; without even the implied warranty of
[10] Fix | Delete
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
[11] Fix | Delete
Lesser General Public License for more details.
[12] Fix | Delete
[13] Fix | Delete
You should have received a copy of the GNU Lesser General Public
[14] Fix | Delete
License along with the GNU C Library; if not, see
[15] Fix | Delete
<http://www.gnu.org/licenses/>. */
[16] Fix | Delete
[17] Fix | Delete
#ifndef _GNU_VERSIONS_H
[18] Fix | Delete
#define _GNU_VERSIONS_H 1
[19] Fix | Delete
[20] Fix | Delete
/* This file exists to define these few macros. Each specifies a version
[21] Fix | Delete
number associated with the library interface of a piece of the C library
[22] Fix | Delete
which is also distributed with other GNU packages. These pieces are
[23] Fix | Delete
both part of the GNU C library and also distributed with other GNU
[24] Fix | Delete
packages so those packages may use their facilities on systems lacking
[25] Fix | Delete
the GNU C library. The source files for each piece surround all their
[26] Fix | Delete
code with `#ifndef ELIDE_CODE' after defining it with this:
[27] Fix | Delete
[28] Fix | Delete
#define OBSTACK_INTERFACE_VERSION 1
[29] Fix | Delete
#if !defined (_LIBC) && defined (__GNU_LIBRARY__) && __GNU_LIBRARY__ > 1
[30] Fix | Delete
#include <gnu-versions.h>
[31] Fix | Delete
#if _GNU_OBSTACK_INTERFACE_VERSION == OBSTACK_INTERFACE_VERSION
[32] Fix | Delete
#define ELIDE_CODE
[33] Fix | Delete
#endif
[34] Fix | Delete
#endif
[35] Fix | Delete
[36] Fix | Delete
This allows those one to avoid compiling those files when part of a GNU
[37] Fix | Delete
package not libc, on a system using a GNU C library that supports the
[38] Fix | Delete
same interface.
[39] Fix | Delete
[40] Fix | Delete
Please preserve the format of the comments after each macro. And
[41] Fix | Delete
remember, if any of these versions change, the libc.so major version
[42] Fix | Delete
number must change too (so avoid it)! */
[43] Fix | Delete
[44] Fix | Delete
#define _GNU_OBSTACK_INTERFACE_VERSION 1 /* vs malloc/obstack.c */
[45] Fix | Delete
#define _GNU_REGEX_INTERFACE_VERSION 1 /* vs posix/regex.c */
[46] Fix | Delete
#define _GNU_GLOB_INTERFACE_VERSION 2 /* vs posix/glob.c */
[47] Fix | Delete
#define _GNU_GETOPT_INTERFACE_VERSION 2 /* vs posix/getopt.c and
[48] Fix | Delete
posix/getopt1.c */
[49] Fix | Delete
[50] Fix | Delete
#endif /* gnu-versions.h */
[51] Fix | Delete
[52] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function