repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
external
/
bsd
/
nvi
/
dist
/
ipc
/
vipc.awk
blob
8e1305d7b5a65719baa5dca7bd1240ecd95a9b0d
1
# @(#)vipc.awk 10.1 (Berkeley) 6/8/95
2
3
/
^\
/
\
*
VI_
[
0
-
9
A
-
Z_
]*/ {
4
printf
(
"#define %s %d
\n
"
,
$
2
, ++
cnt
);
5
next
;
6
}