27#include "gis_local_proto.h"
30#ifdef GRASS_CMAKE_BUILD
31#include <export/grass_gis_export.h>
33#define GRASS_GIS_EXPORT
46static int initialized = 0;
51static int gisinit(
void);
78 G_warning(
_(
"Module built against version %s but "
79 "trying to use version %s. "
80 "In case of errors you need to rebuild the module "
81 "against GRASS version %s."),
86 "trying to use version %s. "
87 "You need to rebuild GRASS or untangle multiple "
128 G_warning(
_(
"Module built against version %s but "
129 "trying to use version %s. "
130 "In case of errors you need to rebuild the module "
131 "against GRASS version %s."),
136 "trying to use version %s. "
137 "You need to rebuild GRASS or untangle multiple "
153 _(
"System not initialized. Programmer forgot to call G_gisinit()."));
158static int gisinit(
void)
162#if defined(_MSC_VER) || defined(__MINGW32__)
int G_mapset_permissions(const char *)
Check for user mapset permission.
void void void void G_fatal_error(const char *,...) __attribute__((format(printf
void G_warning(const char *,...) __attribute__((format(printf
void int G_is_little_endian(void)
Tests for little ENDIAN.
void G_read_datum_table(void)
const char * G_whoami(void)
Gets user's name.
int G_verbose(void)
Get current verbosity level.
void G_sleep(unsigned int)
void G_set_program_name(const char *)
Set program name.
void G__init_window(void)
Initialize window (region).
int G_read_ellipsoid_table(int)
Read ellipsoid table.
void G_init_env(void)
Initialize variables.
char * G_location_path(void)
Get current location UNIX-like path.
void G_init_tempfile(void)
Initialize environment for creating tempfiles.
void G_init_logging(void)
void G_init_debug(void)
Initiate debugging.
const char * G_mapset(void)
Get current mapset name.
Header file for msvc/fcntl.c.
void G__check_gisinit(void)
Checks to see if GIS engine is initialized.
void G_init_all(void)
Initialize environment.
void G__no_gisinit(const char *version)
Initialize GIS Library.
void G__gisinit(const char *version, const char *pgm)
Initialize GIS Library and ensures a valid mapset is available.
const char * G__home(void)
Get user's home directory (internal use only)
const char * G__machine_name(void)
void G__get_list_of_mapsets(void)
Fill list of mapsets from search path (internal use only)
#define GRASS_VERSION_STRING