Moved some #ifdefs down below #include "busybox.h" where they belong.
[oweals/busybox.git] / libbb / read_text_file_to_buffer.c
2001-04-15 Glenn L McGrathRead a FILE* till an empty line or eof and return it...