#ifndef CONFIG_H_ #define CONFIG_H_ #define PORT 5003 #define KERNEL_SECTOR_SIZE 512 #define DNBD3_BLOCK_SIZE 4096 #endif /* CONFIG_H_ */