e2fsprogs/util/android_config.h

8 lines
146 B
C

/* work around bug in AndroidConfig.h */
#ifdef HAVE_MALLOC_H
#undef HAVE_MALLOC_H
#define HAVE_MALLOC_H 1
#endif
#define ROOT_SYSCONFDIR "/etc"