OSDN Git Service

Default the EVMS_ABI_CODE if it is not defined to 1.2.0.
authorTheodore Ts'o <tytso@mit.edu>
Fri, 8 Nov 2002 18:59:11 +0000 (13:59 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 8 Nov 2002 18:59:11 +0000 (13:59 -0500)
lib/evms/fsimext2.h

index 326c9e9..178fc19 100644 (file)
  *
  */
 
+/* If EVMS_ABI_CODE is not defined, default to EVMS ABI 1.2 */
+#ifndef EVMS_ABI_CODE
+#define EVMS_ABI_CODE 120
+#endif
+
 /*
  * EVMS 1.0 backwards compatibility functions
  */