repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mesa: simplify dependencies in mmakefiles
[AROS.git]
/
compiler
/
include
/
aros
/
shcommands.h
blob
202e17ce067e3c5bd293fc5a2c8f0b87ac32d392
1
/*
2
Copyright © 1995-2003, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#ifndef SHCOMMANDS_H
7
#define SHCOMMANDS_H
8
9
#if USE_EMBEDDED_COMMANDS
10
# include <aros/shcommands_embedded.h>
11
#else
12
# include <aros/shcommands_notembedded.h>
13
#endif
14
15
#endif
/* SHCOMMANDS_H */