From 46a28f1b14ee9d42cdec82d24c962a1274bbd076 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 13 Jan 2000 18:26:18 +0000 Subject: Fixed everything in and surrounding createdb and dropdb to make it more error-proof. Rearranged some old code and removed dead sections. --- src/include/c.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/include/c.h') diff --git a/src/include/c.h b/src/include/c.h index 53fe14e70a2..e80b9fd2850 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.62 1999/12/20 00:51:21 tgl Exp $ + * $Id: c.h,v 1.63 2000/01/13 18:26:15 petere Exp $ * *------------------------------------------------------------------------- */ @@ -767,7 +767,6 @@ extern char *vararg_format(const char *fmt,...); /* These are for things that are one way on Unix and another on NT */ #define NULL_DEV "/dev/null" -#define COPY_CMD "cp" #define SEP_CHAR '/' /* defines for dynamic linking on Win32 platform */ -- cgit v1.2.3