diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 41fa3b61..a06c2039 100644 --- a/config.h.in +++ b/config.h.in @@ -8,6 +8,12 @@ /* Define any available alignment declaration */ #define ALIGN(x) ${ALIGN_DECL} +/* Explicit hidden visibility attribute */ +#define HIDDEN_DECL ${HIDDEN_DECL} + +/* Define if HRTF data is embedded in the library */ +#cmakedefine ALSOFT_EMBED_HRTF_DATA + /* Define if we have the C11 aligned_alloc function */ #cmakedefine HAVE_ALIGNED_ALLOC |