source: rtems/c/src/ada-tests/samples/hello/config.h @ 17a11842

4.104.114.84.95
Last change on this file since 17a11842 was 698b292, checked in by Joel Sherrill <joel.sherrill@…>, on 10/24/02 at 22:34:22

2002-10-24 Joel Sherrill <joel@…>

  • samples/hello/config.h: Change CONFIGURE_SPTEST to CONFIGURE_APPLICATION to reflect current usage.
  • support/init.c: Include stdlib.h not unistd.h to remove warning.
  • Property mode set to 100644
File size: 869 bytes
Line 
1/*  config.h
2 *
3 *  This include file defines the Configuration Table for this test.
4 *
5 *  COPYRIGHT (c) 1989-1997.
6 *  On-Line Applications Research Corporation (OAR).
7 *  Copyright assigned to U.S. Government, 1994.
8 *
9 *  The license and distribution terms for this file may in
10 *  the file LICENSE in this distribution or at
11 *  http://www.OARcorp.com/rtems/license.html.
12 *
13 *  $Id$
14 */
15
16
17/* configuration information */
18
19#define CONFIGURE_APPLICATION
20
21#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER
22
23#define CONFIGURE_POSIX_INIT_THREAD_TABLE
24
25#define CONFIGURE_MAXIMUM_TASKS              2
26
27#define CONFIGURE_MAXIMUM_POSIX_THREADS              10
28#define CONFIGURE_MAXIMUM_POSIX_KEYS                 10
29#define CONFIGURE_MAXIMUM_POSIX_MUTEXES              20
30#define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES  10
31
32#include <confdefs.h>
33
34/* end of include file */
Note: See TracBrowser for help on using the repository browser.