Changeset 0747e2d in rtems for cpukit/sapi/include/confdefs.h
- Timestamp:
- 02/03/99 16:22:18 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- cd792a86
- Parents:
- c30d04d7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/sapi/include/confdefs.h
rc30d04d7 r0747e2d 354 354 #endif 355 355 356 #ifndef CONFIGURE_MAXIMUM_POSIX_TIMERS 357 #define CONFIGURE_MAXIMUM_POSIX_TIMERS 0 358 #endif 359 356 360 #ifndef CONFIGURE_MAXIMUM_POSIX_QUEUED_SIGNALS 357 361 #define CONFIGURE_MAXIMUM_POSIX_QUEUED_SIGNALS 0 … … 412 416 ((_keys) * \ 413 417 ( sizeof(POSIX_Keys_Control) + CONFIGURE_OBJECT_TABLE_STUFF ) ) 418 419 #define CONFIGURE_MEMORY_FOR_POSIX_TIMERS(_timers) \ 420 ((_timers) * \ 421 ( 0 ) ) 414 422 415 423 #define CONFIGURE_MEMORY_FOR_POSIX_QUEUED_SIGNALS(_queued_signals) \ … … 618 626 CONFIGURE_MAXIMUM_ADA_TASKS + CONFIGURE_MAXIMUM_FAKE_ADA_TASKS, 619 627 CONFIGURE_MAXIMUM_POSIX_KEYS + CONFIGURE_GNAT_KEYS, 628 CONFIGURE_MAXIMUM_POSIX_TIMERS, 620 629 CONFIGURE_MAXIMUM_POSIX_QUEUED_SIGNALS, 621 630 CONFIGURE_POSIX_INIT_THREAD_TABLE_SIZE,
Note: See TracChangeset
for help on using the changeset viewer.