*/
+#ifndef DISABLE_LTDL
/*
separator - consume all non-token characters until next token. This includes:
comments: '#' ... '\n'
return t;
}
-#ifndef DISABLE_LTDL
static int gvconfig_plugin_install_from_config(GVC_t * gvc, char *s)
{
char *path, *packagename, *api, *type;
}
}
+#ifndef DISABLE_LTDL
static void gvconfig_write_library_config(char *path, gvplugin_library_t *library, FILE *f)
{
gvplugin_api_t *apis;
}
return libdir;
}
+#endif
extern gvplugin_library_t *builtins[];