Mercurial > hg > xemacs-beta
comparison src/sysdir.h @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 3a7e78e1142d |
children | abe6d1db359e |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
17 along with XEmacs; see the file COPYING. If not, write to | 17 along with XEmacs; see the file COPYING. If not, write to |
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
19 Boston, MA 02111-1307, USA. */ | 19 Boston, MA 02111-1307, USA. */ |
20 | 20 |
21 /* Synched up with: Not really in FSF. */ | 21 /* Synched up with: Not really in FSF. */ |
22 | |
23 #ifndef INCLUDED_sysdir_h_ | |
24 #define INCLUDED_sysdir_h_ | |
22 | 25 |
23 #ifdef HAVE_UNISTD_H | 26 #ifdef HAVE_UNISTD_H |
24 #include <unistd.h> | 27 #include <unistd.h> |
25 #endif | 28 #endif |
26 | 29 |
127 #endif | 130 #endif |
128 #if !defined (ENCAPSULATE_RMDIR) && defined (DONT_ENCAPSULATE) | 131 #if !defined (ENCAPSULATE_RMDIR) && defined (DONT_ENCAPSULATE) |
129 # define sys_rmdir rmdir | 132 # define sys_rmdir rmdir |
130 #endif | 133 #endif |
131 | 134 |
135 #endif /* INCLUDED_sysdir_h_ */ |