Never include "config.h" from a header file. Doing so makes it nigh

impossible to override configuration settings.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13549 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton
2006-03-09 05:51:07 +00:00
parent 45403651c5
commit 4b04137e7d
53 changed files with 38 additions and 62 deletions
+2
View File
@@ -20,6 +20,8 @@
*
\********************************************************************/
#include "config.h"
#include <glib.h>
#include <glib/gprintf.h>
#include <stdlib.h>
-2
View File
@@ -23,8 +23,6 @@
#ifndef __SETENV_H
#define __SETENV_H
#include "config.h"
#ifndef HAVE_SETENV
int setenv(const char *name, const char *value, int overwrite);