remove useless HAVE_CONFIG_H

This commit is contained in:
derselbst 2018-02-20 12:48:57 +01:00
parent 4ad3aa2307
commit a69db1a74e
5 changed files with 0 additions and 9 deletions

View File

@ -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 )

View File

@ -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)

View File

@ -18,9 +18,7 @@
* 02110-1301, USA
*/
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdlib.h>
#include <stdio.h>

View File

@ -22,9 +22,7 @@
#ifndef _FLUID_PHASE_H
#define _FLUID_PHASE_H
#if HAVE_CONFIG_H
#include "config.h"
#endif
/*
* phase

View File

@ -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"