3 * Functions copied from glib 2.6 and 2.8
5 * Copyright 2005 David Schleef <ds@schleef.org>
9 #if GLIB_CHECK_VERSION (2, 6, 0)
10 #include <glib/gstdio.h>
15 #if !GLIB_CHECK_VERSION (2, 8, 0)
16 int g_mkdir_with_parents (const gchar *pathname, int mode);
19 #if !GLIB_CHECK_VERSION (2, 6, 0)
20 int g_mkdir (const gchar *filename, int mode);
23 #if !GLIB_CHECK_VERSION (2, 6, 0)
26 int g_stat (const gchar *filename, struct stat *buf);