diff options
| author | Andrea Possemato | 2016-04-05 11:18:59 +0200 |
|---|---|---|
| committer | jvoisin | 2016-04-05 11:18:59 +0200 |
| commit | d82685c027edef9f7ca73a98413d7ec562391dbd (patch) | |
| tree | 602c7f479b9f36bcd6d65e9f933d52e19d20c34c /detect/env.h | |
| parent | 8356443afb0c80d49246ff41b7942bba7c76a7c6 (diff) | |
Add gdb detection via environment variables
Diffstat (limited to 'detect/env.h')
| -rw-r--r-- | detect/env.h | 7 |
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_ | ||
| 3 | int gdb_columns(); | ||
| 4 | int gdb_lines(); | ||
| 5 | int gdb_path(); | ||
| 6 | #endif | ||
| 7 | |||
