summaryrefslogtreecommitdiff
path: root/make.h
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-11-22 06:15:35 +0000
committerPaul Smith <psmith@gnu.org>1999-11-22 06:15:35 +0000
commit2d198c4919790bc2f8c4e15e538d74bd2e313f1b (patch)
tree129b499338c05e6d58bd69e4bf31f42ef2ac9c4d /make.h
parenta237d5f89d4d69cb13fee264d904065a9a0b9ac9 (diff)
downloadmake-2d198c4919790bc2f8c4e15e538d74bd2e313f1b.tar.gz
* Add new debugging output level selection feature.
Diffstat (limited to 'make.h')
-rw-r--r--make.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/make.h b/make.h
index 7ecfcd27..8f1b0577 100644
--- a/make.h
+++ b/make.h
@@ -175,11 +175,9 @@ extern unsigned int get_path_max PARAMS ((void));
#endif
#ifdef VMS
-# include <stdio.h>
# include <types.h>
# include <unixlib.h>
# include <unixio.h>
-# include <errno.h>
# include <perror.h>
#endif
@@ -465,7 +463,7 @@ extern const struct floc *reading_file;
extern char **environ;
extern int just_print_flag, silent_flag, ignore_errors_flag, keep_going_flag;
-extern int debug_flag, print_data_base_flag, question_flag, touch_flag;
+extern int print_data_base_flag, question_flag, touch_flag;
extern int env_overrides, no_builtin_rules_flag, no_builtin_variables_flag;
extern int print_version_flag, print_directory_flag;
extern int warn_undefined_variables_flag, posix_pedantic, not_parallel;
@@ -500,10 +498,6 @@ extern int handling_fatal_signal;
#define MAX(_a,_b) ((_a)>(_b)?(_a):(_b))
#endif
-#define DEBUGPR(msg) \
- do if (debug_flag) { print_spaces (depth); printf (msg, file->name); \
- fflush (stdout); } while (0)
-
#ifdef VMS
# ifndef EXIT_FAILURE
# define EXIT_FAILURE 3