proto for getusershell, if there isn't any

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3880 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-11-09 11:58:13 +00:00
parent 35f52acdbf
commit a68d3511bb
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ int setenv(const char *var, const char *val, int rewrite);
void unsetenv(const char *name);
#endif
#ifndef HAVE_GETUSERSHELL
#if !defined(HAVE_GETUSERSHELL) || defined(NEED_GETUSERSHELL_PROTO)
char *getusershell(void);
#endif

View File

@@ -107,7 +107,7 @@ int setenv(const char *var, const char *val, int rewrite);
void unsetenv(const char *name);
#endif
#ifndef HAVE_GETUSERSHELL
#if !defined(HAVE_GETUSERSHELL) || defined(NEED_GETUSERSHELL_PROTO)
char *getusershell(void);
#endif