f97b0cb141c36bb3d6a7274cd4606da036ae041a
[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 /* Do not use C++-style (//) comments in this file.
8    You will break the build. */
9
10 /* Example definition. */
11 /*#define MACRONAME 1 */
12
13 /* Uncomment if if you've implemented thread_join(). */
14 /*#define THREAD_JOIN_IMPLEMENTED 1*/