repo.or.cz
/
opsoft_archive.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Very old versions for history.
[opsoft_archive.git]
/
silentbob
/
silent_bob-1.2
/
src
/
temp_names.h
blob
e235b3d5ae1add66316d5cfd3097d7efb3a324df
1
/*
2
* (c) Oleg Puchinin 2006
3
* graycardinalster@gmail.com
4
*
5
*/
6
7
#ifndef DEFINE_TEMP_NAMES
8
#define DEFINE_TEMP_NAMES
9
10
#define TMPNAME_FILES
".sb_files.tmp"
11
#define TMPNAME_TAGS
".sb_tags.tmp"
12
13
#endif
14