Skip to content
Snippets Groups Projects
Commit 025a9cf2 authored by Ger van Diepen's avatar Ger van Diepen
Browse files

%[ER: 70]%

Alas lofar_config.h is needed because Make may create new config.h
parent d409bb80
No related branches found
No related tags found
No related merge requests found
Showing
with 19 additions and 19 deletions
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
// It is taken from the DTL implementation. // It is taken from the DTL implementation.
// It should not be done if DTL is used. // It should not be done if DTL is used.
#include <config.h> #include <lofar_config.h>
#if defined(HAVE_DTL) #if defined(HAVE_DTL)
# include <dtl/dtl_config.h> # include <dtl/dtl_config.h>
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#ifndef COMMON_KEYVALUE_H #ifndef COMMON_KEYVALUE_H
#define COMMON_KEYVALUE_H #define COMMON_KEYVALUE_H
#include <config.h> #include <lofar_config.h>
//# Includes //# Includes
#include <Common/lofar_string.h> #include <Common/lofar_string.h>
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
// It is taken from the DTL implementation. // It is taken from the DTL implementation.
// It should not be done if DTL is used. // It should not be done if DTL is used.
#include <config.h> #include <lofar_config.h>
#if defined(HAVE_DTL) #if defined(HAVE_DTL)
# include <dtl/dtl_config.h> # include <dtl/dtl_config.h>
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#ifndef COMMON_DEBUG_H #ifndef COMMON_DEBUG_H
#define COMMON_DEBUG_H #define COMMON_DEBUG_H
#include <config.h> #include <lofar_config.h>
#include <Common/lofar_iostream.h> #include <Common/lofar_iostream.h>
#include <Common/lofar_string.h> #include <Common/lofar_string.h>
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
//# Includes //# Includes
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <lofar_config.h>
#endif #endif
#include <exception> #include <exception>
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#ifndef PACKAGE_FILENAME_H #ifndef PACKAGE_FILENAME_H
#define PACKAGE_FILENAME_H #define PACKAGE_FILENAME_H
#include <config.h> #include <lofar_config.h>
//# Includes //# Includes
#include <otherpackage/file.h> #include <otherpackage/file.h>
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#ifndef COMMON_KEYVALUE_H #ifndef COMMON_KEYVALUE_H
#define COMMON_KEYVALUE_H #define COMMON_KEYVALUE_H
#include <config.h> #include <lofar_config.h>
//# Includes //# Includes
#include <Common/lofar_string.h> #include <Common/lofar_string.h>
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#ifndef COMMON_LORRAYS_H #ifndef COMMON_LORRAYS_H
#define COMMON_LORRAYS_H #define COMMON_LORRAYS_H
#include <config.h> #include <lofar_config.h>
#ifndef COMMON_LONUMERICS_H #ifndef COMMON_LONUMERICS_H
#include <Common/Lonumerics.h> #include <Common/Lonumerics.h>
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#ifndef COMMON_PERFPROFILE_H #ifndef COMMON_PERFPROFILE_H
#define COMMON_PERFPROFILE_H #define COMMON_PERFPROFILE_H
#include <config.h> #include <lofar_config.h>
#if defined(HAVE_MPICH) && defined(HAVE_MPI_PROFILER) #if defined(HAVE_MPICH) && defined(HAVE_MPI_PROFILER)
#define MPICH_SKIP_MPICXX #define MPICH_SKIP_MPICXX
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#ifndef COMMON_SHMEM_ALLOC_H_ #ifndef COMMON_SHMEM_ALLOC_H_
#define COMMON_SHMEM_ALLOC_H_ #define COMMON_SHMEM_ALLOC_H_
#include <config.h> #include <lofar_config.h>
#include <Common/shmem/dlmalloc.h> #include <Common/shmem/dlmalloc.h>
#include <stddef.h> #include <stddef.h>
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
// It is taken from the DTL implementation. // It is taken from the DTL implementation.
// It should not be done if DTL is used. // It should not be done if DTL is used.
#include <config.h> #include <lofar_config.h>
#if defined(HAVE_DTL) #if defined(HAVE_DTL)
# include <dtl/dtl_config.h> # include <dtl/dtl_config.h>
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#ifndef COMMON_DEBUG_H #ifndef COMMON_DEBUG_H
#define COMMON_DEBUG_H #define COMMON_DEBUG_H
#include <config.h> #include <lofar_config.h>
#include <Common/lofar_iostream.h> #include <Common/lofar_iostream.h>
#include <Common/lofar_string.h> #include <Common/lofar_string.h>
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
//# Includes //# Includes
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <lofar_config.h>
#endif #endif
#include <exception> #include <exception>
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#ifndef PACKAGE_FILENAME_H #ifndef PACKAGE_FILENAME_H
#define PACKAGE_FILENAME_H #define PACKAGE_FILENAME_H
#include <config.h> #include <lofar_config.h>
//# Includes //# Includes
#include <otherpackage/file.h> #include <otherpackage/file.h>
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#ifndef COMMON_KEYVALUE_H #ifndef COMMON_KEYVALUE_H
#define COMMON_KEYVALUE_H #define COMMON_KEYVALUE_H
#include <config.h> #include <lofar_config.h>
//# Includes //# Includes
#include <Common/lofar_string.h> #include <Common/lofar_string.h>
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#ifndef COMMON_LORRAYS_H #ifndef COMMON_LORRAYS_H
#define COMMON_LORRAYS_H #define COMMON_LORRAYS_H
#include <config.h> #include <lofar_config.h>
#ifndef COMMON_LONUMERICS_H #ifndef COMMON_LONUMERICS_H
#include <Common/Lonumerics.h> #include <Common/Lonumerics.h>
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#ifndef COMMON_PERFPROFILE_H #ifndef COMMON_PERFPROFILE_H
#define COMMON_PERFPROFILE_H #define COMMON_PERFPROFILE_H
#include <config.h> #include <lofar_config.h>
#if defined(HAVE_MPICH) && defined(HAVE_MPI_PROFILER) #if defined(HAVE_MPICH) && defined(HAVE_MPI_PROFILER)
#define MPICH_SKIP_MPICXX #define MPICH_SKIP_MPICXX
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#ifndef COMMON_FWD_PL_H #ifndef COMMON_FWD_PL_H
#define COMMON_FWD_PL_H #define COMMON_FWD_PL_H
#include <config.h> #include <lofar_config.h>
namespace LOFAR namespace LOFAR
{ {
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#ifndef COMMON_SHMEM_ALLOC_H_ #ifndef COMMON_SHMEM_ALLOC_H_
#define COMMON_SHMEM_ALLOC_H_ #define COMMON_SHMEM_ALLOC_H_
#include <config.h> #include <lofar_config.h>
#include <Common/shmem/dlmalloc.h> #include <Common/shmem/dlmalloc.h>
#include <stddef.h> #include <stddef.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment