1 /* Local acconfig.h . Contains local definitions to be integrated 2 in config.h . */ 3 4 /* The RIP VERSION number */ 5 #undef VERSION 6 7 /* Define uint32_t as u_int32_t if it does not exist */ 8 #define uint32_t uint32_t 9 10 /* Define uint64_t as u_int64_t if it does not exist */ 11 #define uint64_t uint64_t