source: rtems/testsuites/psxtests/psxsysconf/system.h @ 105530fe

4.104.115
Last change on this file since 105530fe was 901a913, checked in by Joel Sherrill <joel.sherrill@…>, on 12/17/07 at 17:57:47

2007-12-17 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Add test for sysconf().
  • psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c, psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
  • Property mode set to 100644
File size: 799 bytes
Line 
1/*  system.h
2 *
3 *  This include file contains information that is included in every
4 *  function in the test set.
5 *
6 *  COPYRIGHT (c) 1989-1999.
7 *  On-Line Applications Research Corporation (OAR).
8 *
9 *  The license and distribution terms for this file may be
10 *  found in the file LICENSE in this distribution or at
11 *  http://www.rtems.com/license/LICENSE.
12 *
13 *  $Id$
14 */
15
16/* functions */
17
18#include <pmacros.h>
19#include <unistd.h>
20#include <errno.h>
21
22void *POSIX_Init(
23  void *argument
24);
25
26/* configuration information */
27
28#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
29#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
30
31#define CONFIGURE_MAXIMUM_POSIX_THREADS     2
32
33#define CONFIGURE_POSIX_INIT_THREAD_TABLE
34
35#include <rtems/confdefs.h>
36
37/* global variables */
38
39/* end of include file */
Note: See TracBrowser for help on using the repository browser.