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

@@ -21,7 +21,9 @@
/* CTaoCrypt benchmark */
#include <config.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <string.h>
#include <stdio.h>