git://git.openafs.org
/
openafs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
Windows: indicate that roken is a dynamic library for roken.h
[openafs.git]
/
src
/
config
/
afsconfig-windows.h
diff --git
a/src/config/afsconfig-windows.h
b/src/config/afsconfig-windows.h
index
e05792f
..
3ad26bb
100644
(file)
--- a/
src/config/afsconfig-windows.h
+++ b/
src/config/afsconfig-windows.h
@@
-234,3
+234,6
@@
typedef int errno_t;
#define HAVE_STRFTIME 1
#define HAVE_GETCWD 1
#define HAVE_STRUPR 1
+
+/* Build afsroken.dll as a dynamic library */
+#define ROKEN_LIB_DYNAMIC 1