repo.or.cz
/
ahxm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
TIME2SAMPLES macro moved to core.h.
[ahxm.git]
/
config.sh
blob
b9c30eac43aeae238d6b338c58d7988f21d65e9f
1
#!/bin/sh
2
3
echo
"Configuring..."
4
5
touch
config.h
6
uname
=
`uname`
7
8
if
[
"
$uname
"
=
"Linux"
] ;
then
9
echo
"#define LINUX_OSS 1"
>>
config.h
10
fi
11
12
if
[
"
$uname
"
=
"IRIX"
] ;
then
13
echo
"#define SGI 1"
>>
config.h
14
fi