diff options
Diffstat (limited to 'src/include/c.h')
| -rw-r--r-- | src/include/c.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/include/c.h b/src/include/c.h index 51851fd4081..877603f00d4 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -7,7 +7,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: c.h,v 1.8 1997/02/09 04:50:25 scrappy Exp $ + * $Id: c.h,v 1.9 1997/02/14 04:18:27 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -742,19 +742,9 @@ extern char *form(char *fmt, ...); #endif /* These are for things that are one way on Unix and another on NT */ -#ifndef WIN32 #define NULL_DEV "/dev/null" #define COPY_CMD "cp" #define SEP_CHAR '/' -#else -#define NULL_DEV "NUL" -#define COPY_CMD "copy" -#define SEP_CHAR '\\' -#endif /* WIN32 */ - -#if defined(WIN32) -#include "port/win32/nt.h" -#endif /* WIN32 */ /* ---------------- * end of c.h |
