diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/pmax.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/m/pmax.h b/src/m/pmax.h index f99a3e2399e..9221f32c7b7 100644 --- a/src/m/pmax.h +++ b/src/m/pmax.h | |||
| @@ -49,3 +49,7 @@ NOTE-END */ | |||
| 49 | #undef C_ALLOCA | 49 | #undef C_ALLOCA |
| 50 | #define HAVE_ALLOCA | 50 | #define HAVE_ALLOCA |
| 51 | #endif | 51 | #endif |
| 52 | |||
| 53 | /* I *think* this is what mcc@timessqr.gc.cuny.edu says is needed. | ||
| 54 | But I'm not sure; this might not even be the right file. */ | ||
| 55 | #define LIBS_MACHINE -ldnet | ||