aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src')
-rw-r--r--libcrystfel/src/cell-utils.c4
-rw-r--r--libcrystfel/src/cell.c4
-rw-r--r--libcrystfel/src/colscale.c5
-rw-r--r--libcrystfel/src/crystal.c4
-rw-r--r--libcrystfel/src/datatemplate.c4
-rw-r--r--libcrystfel/src/detgeom.c5
-rw-r--r--libcrystfel/src/fom.c4
-rw-r--r--libcrystfel/src/geometry.c5
-rw-r--r--libcrystfel/src/image-cbf.c4
-rw-r--r--libcrystfel/src/image-hdf5.c4
-rw-r--r--libcrystfel/src/image-msgpack.c4
-rw-r--r--libcrystfel/src/image.c4
-rw-r--r--libcrystfel/src/index.c4
-rw-r--r--libcrystfel/src/indexers/asdf.c4
-rw-r--r--libcrystfel/src/indexers/dirax.c5
-rw-r--r--libcrystfel/src/indexers/felix.c5
-rw-r--r--libcrystfel/src/indexers/fromfile.c2
-rw-r--r--libcrystfel/src/indexers/mosflm.c5
-rw-r--r--libcrystfel/src/indexers/pinkindexer.c4
-rw-r--r--libcrystfel/src/indexers/taketwo.c4
-rw-r--r--libcrystfel/src/indexers/xds.c5
-rw-r--r--libcrystfel/src/indexers/xgandalf.c4
-rw-r--r--libcrystfel/src/integer_matrix.c4
-rw-r--r--libcrystfel/src/integration.c5
-rw-r--r--libcrystfel/src/peakfinder8.c4
-rw-r--r--libcrystfel/src/peaks.c4
-rw-r--r--libcrystfel/src/predict-refine.c5
-rw-r--r--libcrystfel/src/rational.c4
-rw-r--r--libcrystfel/src/reflist-utils.c4
-rw-r--r--libcrystfel/src/reflist.c4
-rw-r--r--libcrystfel/src/spectrum.c4
-rw-r--r--libcrystfel/src/stream.c5
-rw-r--r--libcrystfel/src/symmetry.c4
-rw-r--r--libcrystfel/src/thread-pool.c4
-rw-r--r--libcrystfel/src/utils.c4
35 files changed, 36 insertions, 112 deletions
diff --git a/libcrystfel/src/cell-utils.c b/libcrystfel/src/cell-utils.c
index bb654bc5..b2708fb2 100644
--- a/libcrystfel/src/cell-utils.c
+++ b/libcrystfel/src/cell-utils.c
@@ -28,9 +28,7 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include <libcrystfel-config.h>
#include <math.h>
#include <stdlib.h>
diff --git a/libcrystfel/src/cell.c b/libcrystfel/src/cell.c
index 2e944ddb..4dea2ce1 100644
--- a/libcrystfel/src/cell.c
+++ b/libcrystfel/src/cell.c
@@ -30,9 +30,7 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include <libcrystfel-config.h>
#include <math.h>
#include <assert.h>
diff --git a/libcrystfel/src/colscale.c b/libcrystfel/src/colscale.c
index 4a39de8d..80e9e51b 100644
--- a/libcrystfel/src/colscale.c
+++ b/libcrystfel/src/colscale.c
@@ -26,10 +26,7 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
+#include <libcrystfel-config.h>
#include <stdlib.h>
#include <math.h>
diff --git a/libcrystfel/src/crystal.c b/libcrystfel/src/crystal.c
index c9f59bb7..71d707d6 100644
--- a/libcrystfel/src/crystal.c
+++ b/libcrystfel/src/crystal.c
@@ -27,9 +27,7 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include <libcrystfel-config.h>
#include "crystal.h"
#include "utils.h"
diff --git a/libcrystfel/src/datatemplate.c b/libcrystfel/src/datatemplate.c
index e47a83b3..f746b7f5 100644
--- a/libcrystfel/src/datatemplate.c
+++ b/libcrystfel/src/datatemplate.c
@@ -26,9 +26,7 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include <libcrystfel-config.h>
#include <stdlib.h>
#include <math.h>
diff --git a/libcrystfel/src/detgeom.c b/libcrystfel/src/detgeom.c
index fe247ba6..122dcd87 100644
--- a/libcrystfel/src/detgeom.c
+++ b/libcrystfel/src/detgeom.c
@@ -26,10 +26,7 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
+#include <libcrystfel-config.h>
#include <math.h>
#include <stdlib.h>
diff --git a/libcrystfel/src/fom.c b/libcrystfel/src/fom.c
index af1ba8fe..33887bd8 100644
--- a/libcrystfel/src/fom.c
+++ b/libcrystfel/src/fom.c
@@ -27,9 +27,7 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include <libcrystfel-config.h>
#include <gsl/gsl_errno.h>
#include <gsl/gsl_statistics.h>
diff --git a/libcrystfel/src/geometry.c b/libcrystfel/src/geometry.c
index 68a532b8..e847711d 100644
--- a/libcrystfel/src/geometry.c
+++ b/libcrystfel/src/geometry.c
@@ -26,10 +26,7 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
+#include <libcrystfel-config.h>
#include <stdlib.h>
#include <assert.h>
diff --git a/libcrystfel/src/image-cbf.c b/libcrystfel/src/image-cbf.c
index c9de17df..2ea5f0a5 100644
--- a/libcrystfel/src/image-cbf.c
+++ b/libcrystfel/src/image-cbf.c
@@ -26,9 +26,7 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include <libcrystfel-config.h>
#include <stdlib.h>
#include <assert.h>
diff --git a/libcrystfel/src/image-hdf5.c b/libcrystfel/src/image-hdf5.c
index 7af0e3a6..c939e136 100644
--- a/libcrystfel/src/image-hdf5.c
+++ b/libcrystfel/src/image-hdf5.c
@@ -27,9 +27,7 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include <libcrystfel-config.h>
#include <stdlib.h>
#include <assert.h>
diff --git a/libcrystfel/src/image-msgpack.c b/libcrystfel/src/image-msgpack.c
index 2f7b4575..920634fe 100644
--- a/libcrystfel/src/image-msgpack.c
+++ b/libcrystfel/src/image-msgpack.c
@@ -28,9 +28,7 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include <libcrystfel-config.h>
#include <stdlib.h>
#include <stdio.h>
diff --git a/libcrystfel/src/image.c b/libcrystfel/src/image.c
index b40819ef..1e2b7a3c 100644
--- a/libcrystfel/src/image.c
+++ b/libcrystfel/src/image.c
@@ -27,9 +27,7 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include <libcrystfel-config.h>
#include <stdlib.h>
#include <assert.h>
diff --git a/libcrystfel/src/index.c b/libcrystfel/src/index.c
index 37ced03d..c6876468 100644
--- a/libcrystfel/src/index.c
+++ b/libcrystfel/src/index.c
@@ -32,9 +32,7 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include <libcrystfel-config.h>
#include <stdlib.h>
#include <stdio.h>
diff --git a/libcrystfel/src/indexers/asdf.c b/libcrystfel/src/indexers/asdf.c
index 0c57f9f0..a8943688 100644
--- a/libcrystfel/src/indexers/asdf.c
+++ b/libcrystfel/src/indexers/asdf.c
@@ -28,9 +28,7 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include <libcrystfel-config.h>
#include <stdlib.h>
#include <stdio.h>
diff --git a/libcrystfel/src/indexers/dirax.c b/libcrystfel/src/indexers/dirax.c
index 4b59f6cb..ef90a3f7 100644
--- a/libcrystfel/src/indexers/dirax.c
+++ b/libcrystfel/src/indexers/dirax.c
@@ -26,10 +26,7 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
+#include <libcrystfel-config.h>
#include <stdlib.h>
#include <stdio.h>
diff --git a/libcrystfel/src/indexers/felix.c b/libcrystfel/src/indexers/felix.c
index a02f146f..dcd50613 100644
--- a/libcrystfel/src/indexers/felix.c
+++ b/libcrystfel/src/indexers/felix.c
@@ -27,10 +27,7 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
+#include <libcrystfel-config.h>
/** \file felix.h */
diff --git a/libcrystfel/src/indexers/fromfile.c b/libcrystfel/src/indexers/fromfile.c
index 1f3cc0da..9a99b242 100644
--- a/libcrystfel/src/indexers/fromfile.c
+++ b/libcrystfel/src/indexers/fromfile.c
@@ -29,6 +29,8 @@
*
*/
+#include <libcrystfel-config.h>
+
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
diff --git a/libcrystfel/src/indexers/mosflm.c b/libcrystfel/src/indexers/mosflm.c
index b0e0b121..5d107234 100644
--- a/libcrystfel/src/indexers/mosflm.c
+++ b/libcrystfel/src/indexers/mosflm.c
@@ -54,10 +54,7 @@
* worth another look at the documentation.
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
+#include <libcrystfel-config.h>
#include <stdlib.h>
#include <stdio.h>
diff --git a/libcrystfel/src/indexers/pinkindexer.c b/libcrystfel/src/indexers/pinkindexer.c
index 5cb979a9..7da44f73 100644
--- a/libcrystfel/src/indexers/pinkindexer.c
+++ b/libcrystfel/src/indexers/pinkindexer.c
@@ -27,9 +27,7 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include <libcrystfel-config.h>
#include "pinkindexer.h"
diff --git a/libcrystfel/src/indexers/taketwo.c b/libcrystfel/src/indexers/taketwo.c
index 1bccf1e0..4b481e93 100644
--- a/libcrystfel/src/indexers/taketwo.c
+++ b/libcrystfel/src/indexers/taketwo.c
@@ -86,9 +86,7 @@
* * Clean up the mess (cleanup_taketwo_obs_vecs())
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include <libcrystfel-config.h>
#include <gsl/gsl_matrix.h>
#include <gsl/gsl_blas.h>
diff --git a/libcrystfel/src/indexers/xds.c b/libcrystfel/src/indexers/xds.c
index 3b2f2b87..3936f791 100644
--- a/libcrystfel/src/indexers/xds.c
+++ b/libcrystfel/src/indexers/xds.c
@@ -28,10 +28,7 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
+#include <libcrystfel-config.h>
#include <stdlib.h>
#include <stdio.h>
diff --git a/libcrystfel/src/indexers/xgandalf.c b/libcrystfel/src/indexers/xgandalf.c
index 6b09f65c..ada0507a 100644
--- a/libcrystfel/src/indexers/xgandalf.c
+++ b/libcrystfel/src/indexers/xgandalf.c
@@ -26,9 +26,7 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include <libcrystfel-config.h>
#include "xgandalf.h"
diff --git a/libcrystfel/src/integer_matrix.c b/libcrystfel/src/integer_matrix.c
index 7fcd07c4..c6527d82 100644
--- a/libcrystfel/src/integer_matrix.c
+++ b/libcrystfel/src/integer_matrix.c
@@ -26,9 +26,7 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include <libcrystfel-config.h>
#include <stdlib.h>
#include <stdio.h>
diff --git a/libcrystfel/src/integration.c b/libcrystfel/src/integration.c
index 84763a08..45f5f677 100644
--- a/libcrystfel/src/integration.c
+++ b/libcrystfel/src/integration.c
@@ -26,10 +26,7 @@
*
*/
-
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include <libcrystfel-config.h>
#include <stdlib.h>
#include <assert.h>
diff --git a/libcrystfel/src/peakfinder8.c b/libcrystfel/src/peakfinder8.c
index 641a154b..93a8cc06 100644
--- a/libcrystfel/src/peakfinder8.c
+++ b/libcrystfel/src/peakfinder8.c
@@ -29,9 +29,7 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include <libcrystfel-config.h>
#include <float.h>
#include <math.h>
diff --git a/libcrystfel/src/peaks.c b/libcrystfel/src/peaks.c
index d55ddd03..689239e5 100644
--- a/libcrystfel/src/peaks.c
+++ b/libcrystfel/src/peaks.c
@@ -33,9 +33,7 @@
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include <libcrystfel-config.h>
#include <stdlib.h>
#include <stdio.h>
diff --git a/libcrystfel/src/predict-refine.c b/libcrystfel/src/predict-refine.c
index e5250ba4..b871f43a 100644
--- a/libcrystfel/src/predict-refine.c
+++ b/libcrystfel/src/predict-refine.c
@@ -27,10 +27,7 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
+#include <libcrystfel-config.h>
#include <stdlib.h>
#include <assert.h>
diff --git a/libcrystfel/src/rational.c b/libcrystfel/src/rational.c
index afffcf47..76aa7014 100644
--- a/libcrystfel/src/rational.c
+++ b/libcrystfel/src/rational.c
@@ -26,9 +26,7 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include <libcrystfel-config.h>
#include <stdlib.h>
#include <stdio.h>
diff --git a/libcrystfel/src/reflist-utils.c b/libcrystfel/src/reflist-utils.c
index 90f7b91b..889b03db 100644
--- a/libcrystfel/src/reflist-utils.c
+++ b/libcrystfel/src/reflist-utils.c
@@ -27,9 +27,7 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include <libcrystfel-config.h>
#include <math.h>
#include <stdio.h>
diff --git a/libcrystfel/src/reflist.c b/libcrystfel/src/reflist.c
index 90c50e1f..b322e6e1 100644
--- a/libcrystfel/src/reflist.c
+++ b/libcrystfel/src/reflist.c
@@ -26,9 +26,7 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include <libcrystfel-config.h>
#include <stdlib.h>
#include <assert.h>
diff --git a/libcrystfel/src/spectrum.c b/libcrystfel/src/spectrum.c
index bca293e9..78ad2e6e 100644
--- a/libcrystfel/src/spectrum.c
+++ b/libcrystfel/src/spectrum.c
@@ -26,9 +26,7 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include <libcrystfel-config.h>
#include <assert.h>
#include <gsl/gsl_sort.h>
diff --git a/libcrystfel/src/stream.c b/libcrystfel/src/stream.c
index 68f623dd..89f59ddc 100644
--- a/libcrystfel/src/stream.c
+++ b/libcrystfel/src/stream.c
@@ -31,10 +31,7 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
+#include <libcrystfel-config.h>
#include <stdlib.h>
#include <stdio.h>
diff --git a/libcrystfel/src/symmetry.c b/libcrystfel/src/symmetry.c
index bd6d2e8f..af627c44 100644
--- a/libcrystfel/src/symmetry.c
+++ b/libcrystfel/src/symmetry.c
@@ -27,9 +27,7 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include <libcrystfel-config.h>
#include <stdlib.h>
#include <stdio.h>
diff --git a/libcrystfel/src/thread-pool.c b/libcrystfel/src/thread-pool.c
index 61849270..7860d698 100644
--- a/libcrystfel/src/thread-pool.c
+++ b/libcrystfel/src/thread-pool.c
@@ -26,9 +26,7 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include <libcrystfel-config.h>
#include <stdarg.h>
#include <stdlib.h>
diff --git a/libcrystfel/src/utils.c b/libcrystfel/src/utils.c
index c7c956fa..945fee15 100644
--- a/libcrystfel/src/utils.c
+++ b/libcrystfel/src/utils.c
@@ -26,9 +26,7 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include <libcrystfel-config.h>
#include <libgen.h>
#include <math.h>