[kde-solaris] Patch in kdeadmin for kuser/globals.h

James F.Hranicky jfh at cise.ufl.edu
Thu Nov 27 02:28:21 CET 2003


Sorry, updated patch:

*** globals.h.orig      Wed Nov 26 20:22:23 2003
--- globals.h   Wed Nov 26 20:25:52 2003
***************
*** 4,10 ****
--- 4,12 ----
  #define _KU_VERSION "1.0"
  
  #include <config.h>
+ #ifdef HAVE_PATHS_H
  #include <paths.h>
+ #endif
  #include <kconfig.h>
  #include "kerror.h"
  
***************
*** 21,28 ****
    #define SHELL_FILE _PATH_SHELLS
    #define MAIL_SPOOL_DIR _PATH_MAILDIR
  #else
!   #define SHELL_FILE /etc/shells
!   #define MAIL_SPOOL_DIR /var/spool/mail
  #endif
  
  #if defined(__FreeBSD__) || defined(__bsdi__)
--- 23,30 ----
    #define SHELL_FILE _PATH_SHELLS
    #define MAIL_SPOOL_DIR _PATH_MAILDIR
  #else
!   #define SHELL_FILE "/etc/shells"
!   #define MAIL_SPOOL_DIR "/var/spool/mail"
  #endif
  
  #if defined(__FreeBSD__) || defined(__bsdi__)


More information about the kde-solaris mailing list