1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-11-23 11:41:15 -05:00

lock only for BSD or SVR4

This commit is contained in:
2013-05-25 11:57:27 +08:00
parent 548973517b
commit 255cab18b3
3 changed files with 20 additions and 0 deletions

View File

@@ -65,10 +65,14 @@
/* eval.c */
#include "eval.h"
#if BSD | SVR4
/* lock.c */
#include "lock.h"
#if (FILOCK && BSD) || SVR4
/* pklock.c */
#include "pklock.h"
#endif
#endif
#endif