summaryrefslogtreecommitdiffstats
path: root/file_use.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-07-05 17:42:26 +0100
committerFreeArtMan <dos21h@gmail.com>2015-07-05 17:42:26 +0100
commit8f893cfe961a3be8c688e9d657e656e03749477b (patch)
treeac2333997d30e77415116c058a7342f852d477ed /file_use.h
parent43d3e330b0064c8ab962a7e77b4f26ac2c63f8ec (diff)
downloadmicrobbs-8f893cfe961a3be8c688e9d657e656e03749477b.tar.gz
microbbs-8f893cfe961a3be8c688e9d657e656e03749477b.zip
Added default config init. And small fixes
Diffstat (limited to 'file_use.h')
-rw-r--r--file_use.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/file_use.h b/file_use.h
index 6aa11da..8b0ac66 100644
--- a/file_use.h
+++ b/file_use.h
@@ -12,6 +12,7 @@
#define F_FILE_WRITE 2
#define F_FILE_RW 3
+
#define F_SEEK_CUR SEEK_CUR
#define F_SEEK_END SEEK_END
#define F_SEEK_SET SEEK_SET