/[global]/global/libutil/env.c
ViewVC logotype

Diff of /global/libutil/env.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by shigio, Mon Oct 24 17:11:57 2005 UTC revision 1.13 by h-iwamoto, Sun Oct 30 14:54:52 2005 UTC
# Line 29  Line 29 
29  #else  #else
30  #include <strings.h>  #include <strings.h>
31  #endif  #endif
 #ifdef HAVE_LIMITS_H  
 #include <limits.h>  
 #endif  
32  #ifdef HAVE_HOME_ETC_H  #ifdef HAVE_HOME_ETC_H
33  #include <home_etc.h>  #include <home_etc.h>
34  #endif  #endif
# Line 42  Line 39 
39    
40  extern char **environ;  extern char **environ;
41    
 #if !defined(ARG_MAX) && defined(_SC_ARG_MAX)  
 #define ARG_MAX         sysconf(_SC_ARG_MAX)  
 #endif  
   
42  /*  /*
43   * set_env: put environment variable.   * set_env: put environment variable.
44   *   *

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26