Prefix global defines
[openafs.git] / src / afs / afs_consts.h
index 14e2635..363d6b2 100644 (file)
 #ifndef _AFS_CONSTS_H_
 #define _AFS_CONSTS_H_
 
-#define        MAXHOSTS        13      /* max hosts per single volume */
-#define        OMAXHOSTS        8      /* backwards compatibility */
-#define MAXCELLHOSTS    8      /* max vldb servers per cell */
+#define        AFS_MAXHOSTS            13      /* max hosts per single volume */
+#define        AFS_OMAXHOSTS           8       /* backwards compatibility */
+#define AFS_MAXCELLHOSTS       8       /* max vldb servers per cell */
 
-#define MAXSIZE                2048    /* max returned from PIOCTL */
+#define AFS_PIOCTL_MAXSIZE             2048    /* max returned from PIOCTL */
 
 #endif /* _AFS_CONSTS_H_ */