81 sprintf(tmp,
"rm -rf %s/*",
TMPDIR);
84 fprintf(stdout,
"Removing temporary extension files...");
88 sprintf(tmp,
"rmdir %s",
TMPDIR);
95 (
"could not remove temporary directory %s.\nPlease remove manually.\n",
118 fprintf(stdout,
"Removing temporary registration files...");
121 if (strcmp(
TMPDB,
"")) {
122 sprintf(tmp,
"rm -rf %s",
TMPDB);
126 (
"could not remove temporary file %s.\nPlease remove manually.\n",
136 (
"could not remove temporary file %s.\nPlease remove manually.\n",
146 (
"could not remove temporary file %s.\nPlease remove manually.\n",
156 (
"could not remove temporary file %s.\nPlease remove manually.\n",
166 (
"could not remove temporary file %s.\nPlease remove manually.\n",
176 (
"could not remove temporary file %s.\nPlease remove manually.\n",
186 (
"could not remove temporary file %s.\nPlease remove manually.\n",
196 (
"could not remove temporary file %s.\nPlease remove manually.\n",
207 (
"could not remove temporary file %s.\nPlease remove manually.\n",
225 "Program exited with an error (code %i). Operation aborted.\n",
231 "Job done but there was one warning. Please check.\n");
235 "Job done but there were %i warnings. Please check.\n",
EXTERN char TMPDIR[MAXSTR]
EXTERN char TMP_NULL[MAXSTR]
EXTERN char TMP_HTML[MAXSTR]
EXTERN char TMP_AUTHORS[MAXSTR]
EXTERN char TMP_BUGS[MAXSTR]
EXTERN char TMP_DESCR[MAXSTR]
EXTERN char TMPDB[MAXSTR]
void print_warning(char *msg,...)
EXTERN char TMP_INFO[MAXSTR]
EXTERN char TMP_DEPS[MAXSTR]
EXTERN char TMP_GISMAN[MAXSTR]