comparison src/os_unix.h @ 48:67300faee616 v7-3-618

v7-3-618
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 01 Aug 2012 18:08:28 +0900
parents c16898406ff2
children
comparison
equal deleted inserted replaced
47:6c0584ec21b1 48:67300faee616
181 #if !defined(MAXNAMLEN) 181 #if !defined(MAXNAMLEN)
182 # define MAXNAMLEN 512 /* for all other Unix */ 182 # define MAXNAMLEN 512 /* for all other Unix */
183 #endif 183 #endif
184 184
185 #define BASENAMELEN (MAXNAMLEN - 5) 185 #define BASENAMELEN (MAXNAMLEN - 5)
186
187 #ifdef HAVE_ERRNO_H
188 # include <errno.h>
189 #endif
190 186
191 #ifdef HAVE_PWD_H 187 #ifdef HAVE_PWD_H
192 # include <pwd.h> 188 # include <pwd.h>
193 #endif 189 #endif
194 190