bk: 3ee7eaedXhgrfoBTstyf7PmG47kOJw
break;
#else
case 'd':
-/*
- * We need to do this in order to have a way of running
- * without running as a service
- */
-#ifdef SYS_WINNT
- NoWinService = TRUE;
- break;
-#endif
case 'D':
msyslog(LOG_ERR, "ntpd not compiled with -DDEBUG option - no DEBUG support");
fprintf(stderr, "ntpd not compiled with -DDEBUG option - no DEBUG support");
case 'n':
case 'q':
++nofork;
+#ifdef SYS_WINNT
+ NoWinService = TRUE;
+#endif
break;
case 'N':
case 'd':
#ifdef DEBUG
debug++;
-#else
-/*
- * We need to do this in order to have a way of running
- * without running as a service
- */
-#ifdef SYS_WINNT
- NoWinService = TRUE;
#else
errflg++;
-#endif
#endif /* DEBUG */
break;