gravatar
ladanyi@tmit.bme.hu
ladanyi@tmit.bme.hu
Remove superfluous HAVE_CONFIG_H (#278)
0 3 0
default
3 files changed with 0 insertions and 8 deletions:
↑ Collapse diff ↑
Show white space 4 line context
... ...
@@ -18,6 +18,4 @@
18 18
FIND_PACKAGE(COIN)
19 19

	
20
ADD_DEFINITIONS(-DHAVE_CONFIG_H)
21

	
22 20
IF(MSVC)
23 21
  SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4250 /wd4355 /wd4800 /wd4996")
... ...
@@ -29,6 +27,4 @@
29 27
ENDIF(MSVC)
30 28

	
31
ADD_DEFINITIONS(-DHAVE_CONFIG_H)
32

	
33 29
INCLUDE(CheckTypeSize)
34 30
CHECK_TYPE_SIZE("long long" LEMON_LONG_LONG)
Show white space 4 line context
... ...
@@ -22,7 +22,5 @@
22 22
#include <lemon/tolerance.h>
23 23

	
24
#ifdef HAVE_CONFIG_H
25 24
#include <lemon/config.h>
26
#endif
27 25

	
28 26
#ifdef LEMON_HAVE_GLPK
Show white space 4 line context
... ...
@@ -19,7 +19,5 @@
19 19
#include "test_tools.h"
20 20

	
21
#ifdef HAVE_CONFIG_H
22 21
#include <lemon/config.h>
23
#endif
24 22

	
25 23
#ifdef LEMON_HAVE_CPLEX
0 comments (0 inline)