From 6fa7a247a1037be08d7a8e0b4c4fd3785b2f268c Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Mon, 23 Jul 2001 17:37:48 +0000 Subject: [PATCH] don't use C++ comment syntax --- config.h.win32 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.h.win32 b/config.h.win32 index 703378d241..51fd81b9a1 100644 --- a/config.h.win32 +++ b/config.h.win32 @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: config.h.win32,v 1.4 2001/07/22 05:54:22 mayer Exp $ */ +/* $Id: config.h.win32,v 1.5 2001/07/23 17:37:48 gson Exp $ */ /* * win32 configuration file @@ -155,7 +155,7 @@ #define utime _utime #define utimbuf _utimbuf -//#define EAFNOSUPPORT EINVAL +/* #define EAFNOSUPPORT EINVAL */ #define chmod _chmod #define getpid _getpid #define getppid _getpid /* WARNING!!! For now this gets the same pid */ @@ -182,7 +182,7 @@ typedef long off_t; * DO NOT REMOVE TRAILING COMMENT, even though it is not conformant * to C standards */ -#define RNDC_SYSCONFDIR isc_ntpaths_get(RNDC_CONF_PATH); // Done +#define RNDC_SYSCONFDIR isc_ntpaths_get(RNDC_CONF_PATH); /* Done */ /* We actually are using the CryptAPI and not a device */ #define PATH_RANDOMDEV "CryptAPI"