blob: d325750ee8fc5e449cef00c46ddfc55a502805fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
#include <config-posix.h>
#define HAVE_ERR_H 1
/* #undef HAVE_MACHINE_MTRR_H */
/* #undef HAVE_MACHINE_SYSARCH_H */
#define HAVE_MEMORY_H 1
/* #undef HAVE_MTRR */
/* #undef HAVE_PCI_IO_PC_DOMAIN */
/* #undef HAVE_ZLIB */
/* #undef LINUX_ROM */
#define LT_OBJDIR ".libs/"
#define PACKAGE "libpciaccess"
#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=libpciaccess"
#define PACKAGE_NAME "libpciaccess"
#define PACKAGE_STRING "libpciaccess 0.13.4"
#define PACKAGE_TARNAME "libpciaccess"
#define PACKAGE_URL ""
#define PACKAGE_VERSION "0.13.4"
#define PACKAGE_VERSION_MAJOR 0
#define PACKAGE_VERSION_MINOR 13
#define PACKAGE_VERSION_PATCHLEVEL 4
#define PCIIDS_PATH "/share/hwdata"
#ifndef _ALL_SOURCE
# define _ALL_SOURCE 1
#endif
#ifndef _GNU_SOURCE
# define _GNU_SOURCE 1
#endif
#ifndef _POSIX_PTHREAD_SEMANTICS
# define _POSIX_PTHREAD_SEMANTICS 1
#endif
#ifndef _TANDEM_SOURCE
# define _TANDEM_SOURCE 1
#endif
#ifndef __EXTENSIONS__
# define __EXTENSIONS__ 1
#endif
#define VERSION "0.13.4"
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
#endif
/* #undef _FILE_OFFSET_BITS */
/* #undef _LARGE_FILES */
/* #undef _MINIX */
/* #undef _POSIX_1_SOURCE */
/* #undef _POSIX_SOURCE */
|