Fix all instances of '#if HAVE_CONFIG_H'.

Should be '#ifdef HAVE_CONFIG_H'.

Closes: https://sourceforge.net/p/flac/bugs/410/
This commit is contained in:
Erik de Castro Lopo
2014-03-23 21:59:46 +11:00
parent 49d9d742e2
commit 006b8356d5
98 changed files with 98 additions and 98 deletions

View File

@@ -25,7 +25,7 @@
* http://flac.sourceforge.net/api/
*/
#if HAVE_CONFIG_H
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif