mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
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:
@@ -20,6 +20,8 @@
|
||||
*
|
||||
\********************************************************************/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <glib.h>
|
||||
#include <glib/gprintf.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user