diff options
author | Spencer Williams <spnw@plexwave.org> | 2025-04-14 15:25:36 -0400 |
---|---|---|
committer | Spencer Williams <spnw@plexwave.org> | 2025-04-14 15:25:36 -0400 |
commit | adaa3396edd425312065a134aec99991bd7b9cdd (patch) | |
tree | ce392fc23f14e629b9a6ba7d4277cca7d6dc243f /mpc/config.h | |
parent | c85630c55c104a88d743c6dfd32bdee7189a6e47 (diff) |
Add mpc sources
Diffstat (limited to 'mpc/config.h')
-rw-r--r-- | mpc/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mpc/config.h b/mpc/config.h new file mode 100644 index 0000000..f6dd921 --- /dev/null +++ b/mpc/config.h @@ -0,0 +1,3 @@ +#pragma once +#undef HAVE_ICONV +#define HAVE_STRNDUP |