]> andersk Git - moira.git/blobdiff - clients/passwd/chsh.c
Switch from Imake-based build system to autoconf-based.
[moira.git] / clients / passwd / chsh.c
index c308ee4f47268e33453eefc4f620ac85598f2106..8a5e40b5f4576c3f1486b53b2a340e4539e94c82 100644 (file)
@@ -32,7 +32,7 @@ int leave(int status);
 int chsh(char *uname);
 int get_shell(int argc, char **argv, void *uname);
 void check_shell(char *shell);
-#if defined(NEED_GETUSERSHELL) || defined(SOLARIS)
+#ifndef HAVE_GETUSERSHELL
 char *getusershell(void);
 #endif
 
@@ -253,7 +253,7 @@ int usage(void)
   exit(1);
 }
 
-#ifdef NEED_GETUSERSHELL
+#ifndef HAVE_GETUSERSHELL
 char *getusershell(void)
 {
   static int count = 1;
This page took 0.038391 seconds and 4 git commands to generate.