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

@@ -22,7 +22,7 @@
* operation based on the r_state field.
*/
#if HAVE_CONFIG_H
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif