/[groff]/groff/src/include/nonposix.h
ViewVC logotype

Diff of /groff/src/include/nonposix.h

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

revision 1.18 by wlemb, Sun Feb 29 00:07:07 2004 UTC revision 1.19 by wl, Sat Apr 2 12:49:11 2005 UTC
# Line 1  Line 1 
1  /* Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.  /* Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005
2       Free Software Foundation, Inc.
3       Written by Eli Zaretskii (eliz@is.elta.co.il)       Written by Eli Zaretskii (eliz@is.elta.co.il)
4    
5  This file is part of groff.  This file is part of groff.
# Line 101  Foundation, 59 Temple Place - Suite 330, Line 102  Foundation, 59 Temple Place - Suite 330,
102  /* The executable extension.  */  /* The executable extension.  */
103  # define EXE_EXT        ".exe"  # define EXE_EXT        ".exe"
104    
105    /* Possible executable extensions.  */
106    # define PATH_EXT       ".com;.exe;.bat;.cmd"
107    
108  /* The system null device.  */  /* The system null device.  */
109  # define NULL_DEV       "NUL"  # define NULL_DEV       "NUL"
110    
# Line 209  Foundation, 59 Temple Place - Suite 330, Line 213  Foundation, 59 Temple Place - Suite 330,
213  #ifndef EXE_EXT  #ifndef EXE_EXT
214  # define EXE_EXT        ""  # define EXE_EXT        ""
215  #endif  #endif
216    #ifndef PATH_EXT
217    # define PATH_EXT       ""
218    #endif
219  #ifndef NULL_DEV  #ifndef NULL_DEV
220  # define NULL_DEV       "/dev/null"  # define NULL_DEV       "/dev/null"
221  #endif  #endif

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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