add check around config.h for non autoconf systems

This commit is contained in:
Todd A Ouska
2011-08-24 16:37:16 -07:00
parent 9d34e45b71
commit 000ffa54a4
39 changed files with 118 additions and 39 deletions

View File

@ -19,7 +19,9 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
#include <config.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifndef _WIN32
#define HAVE_CONFIG_H