6fca7494e6ecf9cc93f6d865611e16daf4272aac
[pintos-anon] / src / constants.h
1 /* Use this header file to define macros for configuring
2    compilation.  This file will be replaced by the TAs when your
3    code is tested, using the macros described in the course
4    documentation.  Your code should not require other macros to
5    be defined here to function properly. */
6
7 /* Example definition. */
8 /*#define MACRONAME 1 */
9
10 /* Uncomment if if you've implemented thread_join(). */
11 /*#define THREAD_JOIN_IMPLEMENTED 1*/