Update header files to use a more standard name to prevent rereading

This is from github report #16. There are likely a few more issues
that need to be addressed though this takes care of the major ones.
This commit is contained in:
Cary R
2014-07-23 13:42:56 -07:00
parent 0cbd6d99af
commit d6b6b76015
140 changed files with 554 additions and 553 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
#ifndef __config_H /* -*- c++ -*- */
#define __config_H
#ifndef IVL_config_H /* -*- c++ -*- */
#define IVL_config_H
/*
* Copyright (c) 2001-2012 Stephen Williams ([email protected])
* Copyright (c) 2001-2014 Stephen Williams ([email protected])
*
* This source code is free software; you can redistribute it
* and/or modify it in source code form under the terms of the GNU
@@ -62,4 +62,4 @@
*/
# undef CHECK_WITH_VALGRIND
#endif /* __config_H */
#endif /* IVL_config_H */