mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
remove useless HAVE_CONFIG_H
This commit is contained in:
parent
4ad3aa2307
commit
a69db1a74e
5 changed files with 0 additions and 9 deletions
|
@ -453,7 +453,6 @@ configure_file ( ${CMAKE_SOURCE_DIR}/src/config.cmake
|
|||
${CMAKE_BINARY_DIR}/config.h )
|
||||
configure_file ( ${CMAKE_SOURCE_DIR}/include/fluidsynth.cmake
|
||||
${CMAKE_BINARY_DIR}/include/fluidsynth.h )
|
||||
add_definitions ( -DHAVE_CONFIG_H )
|
||||
|
||||
# Process subdirectories
|
||||
add_subdirectory ( src )
|
||||
|
|
|
@ -17,9 +17,7 @@
|
|||
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
* 02110-1301, USA
|
||||
*/
|
||||
#if HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_LASH)
|
||||
|
||||
|
|
|
@ -18,9 +18,7 @@
|
|||
* 02110-1301, USA
|
||||
*/
|
||||
|
||||
#if HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -22,9 +22,7 @@
|
|||
#ifndef _FLUID_PHASE_H
|
||||
#define _FLUID_PHASE_H
|
||||
|
||||
#if HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
* phase
|
||||
|
|
|
@ -24,9 +24,7 @@
|
|||
|
||||
#include <glib.h>
|
||||
|
||||
#if HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#if defined(__POWERPC__) && !(defined(__APPLE__) && defined(__MACH__))
|
||||
#include "config_maxmsp43.h"
|
||||
|
|
Loading…
Reference in a new issue