diff options
Diffstat (limited to 'contrib/ntp/sntp/include/homerc.def')
| -rw-r--r-- | contrib/ntp/sntp/include/homerc.def | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/ntp/sntp/include/homerc.def b/contrib/ntp/sntp/include/homerc.def new file mode 100644 index 000000000000..18b4dcb74a98 --- /dev/null +++ b/contrib/ntp/sntp/include/homerc.def @@ -0,0 +1,9 @@ +/* -*- Mode: Text -*- */ + +#ifndef __windows__ +rcfile = ".ntprc"; +#else +rcfile = "ntp.ini"; +#endif + +homerc = $HOME, "."; |
