mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
8 lines
167 B
C
8 lines
167 B
C
#define HAVE_MALLOC_H 1
|
|
#define HAVE_STDINT_H 1
|
|
/* #undef WORDS_BIGENDIAN */
|
|
#if defined(_WIN32)
|
|
#define HAVE_BSR64 1
|
|
#else
|
|
#define HAVE_DECL___BUILTIN_CLZLL 1
|
|
#endif
|