mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-02-18 16:49:48 +00:00
19 lines
343 B
C
19 lines
343 B
C
#ifndef PACKAGE
|
|
#define PACKAGE
|
|
#ifndef PACKAGE_VERSION
|
|
#define PACKAGE_VERSION
|
|
#include <bfd.h>
|
|
#undef PACKAGE_VERSION
|
|
#else
|
|
#include <bfd.h>
|
|
#endif
|
|
#undef PACKAGE
|
|
#else
|
|
#ifndef PACKAGE_VERSION
|
|
#define PACKAGE_VERSION
|
|
#include <bfd.h>
|
|
#undef PACKAGE_VERSION
|
|
#else
|
|
#include <bfd.h>
|
|
#endif
|
|
#endif |