*: mass renaming of USE_XXXX to IF_XXXX
[oweals/busybox.git] / libbb / mtab_file.c
index 030b148d38459cf1e480077097530922c197c8d5..c9d9a695e73ff03c7a1e8eae0f1b9ae7393bd589 100644 (file)
@@ -12,4 +12,4 @@
 /* Busybox mount uses either /proc/mounts or /etc/mtab to
  * get the list of currently mounted filesystems */
 const char bb_path_mtab_file[] ALIGN1 =
-USE_FEATURE_MTAB_SUPPORT("/etc/mtab")SKIP_FEATURE_MTAB_SUPPORT("/proc/mounts");
+IF_FEATURE_MTAB_SUPPORT("/etc/mtab")IF_NOT_FEATURE_MTAB_SUPPORT("/proc/mounts");