comparison lib-src/make-path.c @ 5178:97eb4942aec8

merge
author Ben Wing <ben@xemacs.org>
date Mon, 29 Mar 2010 21:28:13 -0500
parents ed624ab64583
children cd167465bf69 061f4f90f874
comparison
equal deleted inserted replaced
5177:b785049378e3 5178:97eb4942aec8
24 intermediate directories if they don't exist. This is just like 24 intermediate directories if they don't exist. This is just like
25 the `mkdir -p' command on most systems; unfortunately, the mkdir 25 the `mkdir -p' command on most systems; unfortunately, the mkdir
26 command on some of the purer BSD systems (like Mt. Xinu) don't have 26 command on some of the purer BSD systems (like Mt. Xinu) don't have
27 that option. */ 27 that option. */
28 28
29 #ifdef emacs 29 #ifdef HAVE_CONFIG_H
30 #include <config.h> 30 #include <config.h>
31 #endif 31 #endif
32 32
33 #include <sys/types.h> 33 #include <sys/types.h>
34 #include <sys/stat.h> 34 #include <sys/stat.h>