Canonicalize config.h include

Use the following variant which was already used by most source files:

  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
This commit is contained in:
Sebastian Huber
2020-04-15 09:48:32 +02:00
parent 8f808c1b9a
commit 80cf60efec
1324 changed files with 1520 additions and 1520 deletions

View File

@@ -17,7 +17,7 @@
* should be small and the minimum allocator a 32bit work or higher.
*/
#if HAVE_CONFIG_H
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif