LICENSE MIT
as part of the restructuring of code to separate the smb layer
from the cm layer, large file support was broken. Define AFS_LARGEFILES
in the right place so that it will be used in the cm.
#ifndef __CM_H_ENV__
#define __CM_H_ENV__ 1
+/* We use pthreads in the cache manager (not LWP) */
#ifndef AFS_PTHREAD_ENV
#define AFS_PTHREAD_ENV 1
#endif
+
+/* Support largefiles by default */
+#ifndef AFS_LARGEFILES
+#define AFS_LARGEFILES 1
+#endif
+
#include <rx/rx.h>
#include <afs/vldbint.h>
#include <afs/afsint.h>
#include <cm_nls.h>
-/* Support largefiles by default */
-#define AFS_LARGEFILES
-
/* basic core protocol SMB structure */
#pragma pack(push, 1)
typedef struct smb {