|
|
1.1 root 1: /* This file replaces the old <cpus.h> with something based
2: on the new <config.h> that is generated by configure. */
3:
4: #include <config.h>
5:
6: /* That should have defined NCPUS. */
7: #if NCPUS-0 == 1
8: #undef MULTIPROCESSOR
9: #elif NCPUS-0 > 1
10: #define MULTIPROCESSOR 1
11: #else
12: # error "bogus value for NCPUS:" NCPUS
13: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.