Parent Directory
|
Revision Log
|
Patch
| revision 407 by ben.allan, Sat Apr 1 21:13:03 2006 UTC | revision 427 by johnpye, Tue Apr 4 04:13:34 2006 UTC | |
|---|---|---|
| # | Line 33 | Line 33 |
| 33 | An explicit definition of STATIC_PACKAGES or DYNAMIC_PACKAGES is also | An explicit definition of STATIC_PACKAGES or DYNAMIC_PACKAGES is also |
| 34 | required. | required. |
| 35 | */ | */ |
| 36 | #ifndef DYNAMIC_PACKAGES | #if !defined(DYNAMIC_PACKAGES) && !defined(STATIC_PACKAGES) && !defined(NO_PACKAGES) |
| 37 | # error "WHERE IS THE DYNAMICS PACKAGES #DEF?!" | # error "Package linking option not set!" |
| 38 | #endif | #endif |
| 39 | ||
| 40 | #include <math.h> | #include <math.h> |
|
||||||||
| john.pye@anu.edu.au | ViewVC Help |
| Powered by ViewVC 1.1.22 |