Whamcloud - gitweb
* Guarded #define EXPORT_SYMTAB
authoreeb <eeb>
Sat, 26 Jul 2003 16:59:25 +0000 (16:59 +0000)
committereeb <eeb>
Sat, 26 Jul 2003 16:59:25 +0000 (16:59 +0000)
*  Bit the bullet and #defined PTL_MTU
   NB currently defined in <portals/lib-types.h>; maybe should move...

lustre/obdclass/debug.c
lustre/obdclass/statfs_pack.c

index f824b98..9998e57 100644 (file)
@@ -23,7 +23,9 @@
 
 #define DEBUG_SUBSYSTEM D_OTHER
 
-#define EXPORT_SYMTAB
+#ifndef EXPORT_SYMTAB
+# define EXPORT_SYMTAB
+#endif
 #ifndef __KERNEL__
 # include <liblustre.h>
 #endif
index 8bb78cc..74fbc5b 100644 (file)
@@ -25,7 +25,9 @@
 
 #define DEBUG_SUBSYSTEM S_CLASS
 
-#define EXPORT_SYMTAB
+#ifndef EXPORT_SYMTAB
+# define EXPORT_SYMTAB
+#endif
 #ifndef __KERNEL__
 #include <liblustre.h>
 #else