Whamcloud - gitweb
LU-5018 libcfs: don't depend on configure for lustre_user.h
[fs/lustre-release.git] / libcfs / include / libcfs / linux / kp30.h
index 2dfdf6c..e100620 100644 (file)
 
 #define _LWORDSIZE BITS_PER_LONG
 
-#if (defined(__KERNEL__) && defined(HAVE_KERN__U64_LONG_LONG)) || \
-    (!defined(__KERNEL__) && defined(HAVE_USER__U64_LONG_LONG))
+#if defined(HAVE_KERN__U64_LONG_LONG)
 # define LPU64 "%llu"
 # define LPD64 "%lld"
 # define LPX64 "%#llx"