projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07c1c07
)
Don't use flock() on AIX
author
John Carr
<jfc@mit.edu>
Sun, 23 Feb 1992 12:31:33 +0000
(12:31 +0000)
committer
John Carr
<jfc@mit.edu>
Sun, 23 Feb 1992 12:31:33 +0000
(12:31 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2247
dc483132
-0cff-0310-8789-
dd5450dbe970
src/appl/movemail/Imakefile
patch
|
blob
|
history
diff --git
a/src/appl/movemail/Imakefile
b/src/appl/movemail/Imakefile
index 8ed0a7e47d50a4852868d390ac1528e20b5e4bee..d91dfddb8080bb916f72d40842b536129e0ec591 100644
(file)
--- a/
src/appl/movemail/Imakefile
+++ b/
src/appl/movemail/Imakefile
@@
-28,6
+28,8
@@
DEPLIBS = $(DEPKLIB)
LOCAL_LIBRARIES = $(KLIB) $(HESLIBS)
DEFINES = -DKERBEROS -DKRB5 -DMAIL_USE_POP $(OSDEFS) $(HESDEFS)
+#ifndef AIXArchitecture
OSDEFS = -DMAIL_USE_FLOCK -DBSD
+#endif
SimpleTestProgramTarget(movemail)