/[fgs]/fgs/src/nngsconfig.h
ViewVC logotype

Diff of /fgs/src/nngsconfig.h

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

revision 1.6 by drysdam, Sat Sep 6 00:15:17 2003 UTC revision 1.7 by dougm, Sat Sep 6 22:47:31 2003 UTC
# Line 104  Line 104 
104  #define MAILPROGRAM "/bin/mail"  #define MAILPROGRAM "/bin/mail"
105  #elif FREEBSD  #elif FREEBSD
106  #define MAILPROGRAM "/usr/bin/mail"  #define MAILPROGRAM "/usr/bin/mail"
107    #elif DARWIN
108    typedef unsigned long ulong;
109    #define MAILPROGRAM "/usr/bin/mail"
110  #else  #else
111  #define MAILPROGRAM "/bin/mailx"  #define MAILPROGRAM "/bin/mailx"
112  #endif  #endif
# Line 137  extern char *index(const char *s, int c) Line 140  extern char *index(const char *s, int c)
140  extern char *rindex(const char *s, int c);  extern char *rindex(const char *s, int c);
141  #endif  #endif
142    
143    
144  #endif /* _CONFIG_H */  #endif /* _CONFIG_H */
145    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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