mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 09:06:49 -04:00
10 lines
145 B
Modula-2
10 lines
145 B
Modula-2
|
|
/* -*- Mode: Text -*- */
|
||
|
|
|
||
|
|
#ifndef __windows__
|
||
|
|
rcfile = ".ntprc";
|
||
|
|
#else
|
||
|
|
rcfile = "ntp.ini";
|
||
|
|
#endif
|
||
|
|
|
||
|
|
homerc = $HOME, ".";
|