1 #ifndef __STORAGE_CONSTANTS_H
2 #define __STORAGE_CONSTANTS_H
3 
4 enum { HUMAN_NAME_LEN=20 };
5 
6 #endif // !__STORAGE_CONSTANTS_H
7