source: rtems/cpukit/libmisc/shell/shellconfig.c @ e4a3d93

4.104.115
Last change on this file since e4a3d93 was 575babc, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/21/08 at 12:29:02

Include "config.h".

  • Property mode set to 100644
File size: 476 bytes
Line 
1/*
2 *  RTEMS Shell Command Set -- DEFAULT Configuration
3 *
4 *  COPYRIGHT (c) 1989-2008.
5 *  On-Line Applications Research Corporation (OAR).
6 *
7 *  The license and distribution terms for this file may be
8 *  found in the file LICENSE in this distribution or at
9 *  http://www.rtems.com/license/LICENSE.
10 *
11 *  $Id$
12 */
13
14#ifdef HAVE_CONFIG_H
15#include "config.h"
16#endif
17
18#define CONFIGURE_SHELL_COMMANDS_INIT
19#define CONFIGURE_SHELL_COMMANDS_ALL
20
21#include <rtems/shellconfig.h>
Note: See TracBrowser for help on using the repository browser.