Mercurial > hg > xemacs-beta
comparison lib-src/make-path.c @ 438:84b14dcb0985 r21-2-27
Import from CVS: tag r21-2-27
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:32:25 +0200 |
parents | 3ecd8885ac67 |
children | 023b83f4e54b |
comparison
equal
deleted
inserted
replaced
437:e2a4e8b94b82 | 438:84b14dcb0985 |
---|---|
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 emacs |
30 #include <../src/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> |
35 #include <stdio.h> | 35 #include <stdio.h> |