diff options
Diffstat (limited to 'gnu/usr.bin/cvs/windows-NT/config.h')
-rw-r--r-- | gnu/usr.bin/cvs/windows-NT/config.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/gnu/usr.bin/cvs/windows-NT/config.h b/gnu/usr.bin/cvs/windows-NT/config.h index 383fb08fe63..8e8ab9d7442 100644 --- a/gnu/usr.bin/cvs/windows-NT/config.h +++ b/gnu/usr.bin/cvs/windows-NT/config.h @@ -345,14 +345,6 @@ extern void convert_file (char *INFILE, int INFLAGS, /* This is where old bits go to die under Windows NT. */ #define DEVNULL "nul" -/* Comment markers for some Windows NT-specific file types. */ -#define SYSTEM_COMMENT_TABLE \ - "mak", "# ", /* makefile */ \ - "rc", " * ", /* MS Windows resource file */ \ - "dlg", " * ", /* MS Windows dialog file */ \ - "frm", "' ", /* Visual Basic form */ \ - "bas", "' ", /* Visual Basic code */ - /* Make sure that we don't try to perform operations on RCS files on the local machine. I think I neglected to apply some changes from MHI's port in that area of code, or found some issues I didn't want @@ -373,3 +365,5 @@ extern void wnt_shutdown_server (int fd); #define INITIALIZE_SOCKET_SUBSYSTEM init_winsock extern void init_winsock(); + +#define HAVE_WINSOCK_H |