mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 10:16:17 +01:00
Fix inclusion of config.h
Fix inclusion of config.h
This commit is contained in:
parent
33df64519d
commit
8f2c74a5b2
@ -1,3 +1,7 @@
|
||||
2000-08-21 Elliot Lee <sopwith@redhat.com>
|
||||
* gobject/Makefile.am, gobject/gobject-query.c, gobject/gparamspecs.c: Fix inclusion of
|
||||
config.h
|
||||
|
||||
Mon Aug 21 14:46:23 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* tests/gio-test.c: Fix a couple of trivial bugs that
|
||||
|
@ -1,3 +1,7 @@
|
||||
2000-08-21 Elliot Lee <sopwith@redhat.com>
|
||||
* gobject/Makefile.am, gobject/gobject-query.c, gobject/gparamspecs.c: Fix inclusion of
|
||||
config.h
|
||||
|
||||
Mon Aug 21 14:46:23 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* tests/gio-test.c: Fix a couple of trivial bugs that
|
||||
|
@ -1,3 +1,7 @@
|
||||
2000-08-21 Elliot Lee <sopwith@redhat.com>
|
||||
* gobject/Makefile.am, gobject/gobject-query.c, gobject/gparamspecs.c: Fix inclusion of
|
||||
config.h
|
||||
|
||||
Mon Aug 21 14:46:23 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* tests/gio-test.c: Fix a couple of trivial bugs that
|
||||
|
@ -1,3 +1,7 @@
|
||||
2000-08-21 Elliot Lee <sopwith@redhat.com>
|
||||
* gobject/Makefile.am, gobject/gobject-query.c, gobject/gparamspecs.c: Fix inclusion of
|
||||
config.h
|
||||
|
||||
Mon Aug 21 14:46:23 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* tests/gio-test.c: Fix a couple of trivial bugs that
|
||||
|
@ -1,3 +1,7 @@
|
||||
2000-08-21 Elliot Lee <sopwith@redhat.com>
|
||||
* gobject/Makefile.am, gobject/gobject-query.c, gobject/gparamspecs.c: Fix inclusion of
|
||||
config.h
|
||||
|
||||
Mon Aug 21 14:46:23 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* tests/gio-test.c: Fix a couple of trivial bugs that
|
||||
|
@ -1,3 +1,7 @@
|
||||
2000-08-21 Elliot Lee <sopwith@redhat.com>
|
||||
* gobject/Makefile.am, gobject/gobject-query.c, gobject/gparamspecs.c: Fix inclusion of
|
||||
config.h
|
||||
|
||||
Mon Aug 21 14:46:23 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* tests/gio-test.c: Fix a couple of trivial bugs that
|
||||
|
@ -1,3 +1,7 @@
|
||||
2000-08-21 Elliot Lee <sopwith@redhat.com>
|
||||
* gobject/Makefile.am, gobject/gobject-query.c, gobject/gparamspecs.c: Fix inclusion of
|
||||
config.h
|
||||
|
||||
Mon Aug 21 14:46:23 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* tests/gio-test.c: Fix a couple of trivial bugs that
|
||||
|
@ -1,3 +1,7 @@
|
||||
2000-08-21 Elliot Lee <sopwith@redhat.com>
|
||||
* gobject/Makefile.am, gobject/gobject-query.c, gobject/gparamspecs.c: Fix inclusion of
|
||||
config.h
|
||||
|
||||
Mon Aug 21 14:46:23 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* tests/gio-test.c: Fix a couple of trivial bugs that
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
SUBDIRS =
|
||||
|
||||
INCLUDES = -I$(top_srcdir) -I$(top_builddir) @GLIB_DEBUG_FLAGS@
|
||||
INCLUDES = -I$(top_srcdir) -I$(top_builddir) -I. @GLIB_DEBUG_FLAGS@
|
||||
|
||||
# libraries to compile and install
|
||||
lib_LTLIBRARIES = libgobject-1.3.la
|
||||
|
@ -16,7 +16,7 @@
|
||||
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
#include "../config.h"
|
||||
#include "config.h"
|
||||
|
||||
#include <glib-object.h>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
#include "gvaluecollector.h"
|
||||
#include <string.h>
|
||||
#include "../config.h" /* for SIZEOF_LONG */
|
||||
#include "config.h" /* for SIZEOF_LONG */
|
||||
|
||||
#define G_FLOAT_EPSILON (1e-30)
|
||||
#define G_DOUBLE_EPSILON (1e-90)
|
||||
|
Loading…
Reference in New Issue
Block a user