mirror of git://sourceware.org/git/glibc.git
2000-03-27 Roland McGrath <roland@baalperazim.frob.com>
* include/shlib-compat.h: Conditionalize <abi-versions.h> include on [HAVE_ELF && DO_VERSIONING].
This commit is contained in:
parent
45f52bde66
commit
9ee80c5249
|
|
@ -20,9 +20,11 @@
|
||||||
#ifndef _SHLIB_COMPAT_H
|
#ifndef _SHLIB_COMPAT_H
|
||||||
#define _SHLIB_COMPAT_H 1
|
#define _SHLIB_COMPAT_H 1
|
||||||
|
|
||||||
|
#if defined HAVE_ELF && defined DO_VERSIONING
|
||||||
/* Since there is just one set of .d files generated, we need to
|
/* Since there is just one set of .d files generated, we need to
|
||||||
include this unconditionally to have the dependency noticed properly. */
|
include this unconditionally to have the dependency noticed properly. */
|
||||||
#include <abi-versions.h> /* header generated by abi-versions.awk */
|
#include <abi-versions.h> /* header generated by abi-versions.awk */
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined HAVE_ELF && defined PIC && defined DO_VERSIONING
|
#if defined HAVE_ELF && defined PIC && defined DO_VERSIONING
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue