summaryrefslogtreecommitdiff
path: root/detect/env.h
diff options
context:
space:
mode:
authorAndrea Possemato2016-04-05 11:18:59 +0200
committerjvoisin2016-04-05 11:18:59 +0200
commitd82685c027edef9f7ca73a98413d7ec562391dbd (patch)
tree602c7f479b9f36bcd6d65e9f933d52e19d20c34c /detect/env.h
parent8356443afb0c80d49246ff41b7942bba7c76a7c6 (diff)
Gdb envHEADmaster
Add gdb detection via environment variables
Diffstat (limited to 'detect/env.h')
-rw-r--r--detect/env.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/detect/env.h b/detect/env.h
new file mode 100644
index 0000000..7cde9af
--- /dev/null
+++ b/detect/env.h
@@ -0,0 +1,7 @@
1#ifndef _ENV_
2#define _ENV_
3int gdb_columns();
4int gdb_lines();
5int gdb_path();
6#endif
7