Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-02-21 10:00:01

0001 /* Version information about elfutils development libraries.
0002    Copyright (C) 2008 Red Hat, Inc.
0003 
0004    This file is part of elfutils.
0005 
0006    This file is free software; you can redistribute it and/or modify
0007    it under the terms of either
0008 
0009      * the GNU Lesser General Public License as published by the Free
0010        Software Foundation; either version 3 of the License, or (at
0011        your option) any later version
0012 
0013    or
0014 
0015      * the GNU General Public License as published by the Free
0016        Software Foundation; either version 2 of the License, or (at
0017        your option) any later version
0018 
0019    or both in parallel, as here.
0020 
0021    elfutils is distributed in the hope that it will be useful, but
0022    WITHOUT ANY WARRANTY; without even the implied warranty of
0023    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
0024    General Public License for more details.
0025 
0026    You should have received copies of the GNU General Public License and
0027    the GNU Lesser General Public License along with this program.  If
0028    not, see <http://www.gnu.org/licenses/>.  */
0029 
0030 #ifndef _ELFUTILS_VERSION_H
0031 #define _ELFUTILS_VERSION_H 1
0032 
0033 #define _ELFUTILS_VERSION   191
0034 
0035 #define _ELFUTILS_PREREQ(major, minor) \
0036   (_ELFUTILS_VERSION >= ((major) * 1000 + (minor)))
0037 
0038 #endif  /* elfutils/version.h */