config.h.in 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. /*
  2. * config.h.in
  3. * Template for cmake-generated config.h
  4. *
  5. * Copyright (c) 2015-2021 Tomasz Lemiech <szpajder@gmail.com>
  6. *
  7. * This program is free software: you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License as published by
  9. * the Free Software Foundation, either version 3 of the License, or
  10. * (at your option) any later version.
  11. *
  12. * This program is distributed in the hope that it will be useful,
  13. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. * GNU General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU General Public License
  18. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  19. */
  20. #ifndef _CONFIG_H
  21. #define _CONFIG_H
  22. #cmakedefine WITH_RTLSDR
  23. #cmakedefine WITH_MIRISDR
  24. #cmakedefine WITH_SOAPYSDR
  25. #cmakedefine WITH_PROFILING
  26. #cmakedefine WITH_PULSEAUDIO
  27. #cmakedefine NFM
  28. #cmakedefine WITH_BCM_VC
  29. #cmakedefine LIBSHOUT_HAS_TLS
  30. #cmakedefine LIBSHOUT_HAS_CONTENT_FORMAT
  31. #define SINCOSF @SINCOSF@
  32. #define SHOUT_SET_METADATA @SHOUT_SET_METADATA@
  33. #endif /* _CONFIG_H */