ali@9: #ifndef BL_MKDTEMP_H ali@9: #define BL_MKDTEMP_H ali@9: ali@9: #if !HAVE_G_MKDTEMP ali@9: char *g_mkdtemp(char *template); ali@9: #endif ali@9: ali@9: #endif /* BL_MKDTEMP_H */