Apply PIE to nghttpx
[platform/upstream/nghttp2.git] / third-party / mruby / mrbgems / mruby-bin-debugger / tools / mrdb / mrdbconf.h
1 /*
2 ** mrdbconf.h - mruby debugger configuration
3 **
4 */
5
6 #ifndef MRDBCONF_H
7 #define MRDBCONF_H
8
9 /* configuration options: */
10 /* maximum size for command buffer */
11 #define MAX_COMMAND_LINE 1024
12
13 /* maximum number of setable breakpoint */
14 #define MAX_BREAKPOINT 5
15
16 #endif