Fri Oct 6 00:57:25 1995 Theodore Y. Ts'o <tytso@dcl>
+ * wconfig.c: Include the file windows.in instead of pre.in
+
* Makefile.in (ekrbsrc.mac): Build the list of files *after*
building files using awk-windows-mac.
char *ptr; /* For parsing the input */
if (argc == 2) /* Config directory given */
- copy_file (argv[1], "\\pre.in"); /* Send out prefix */
+ copy_file (argv[1], "\\windows.in"); /* Send out prefix */
while ((ptr = gets(buf)) != NULL) { /* Filter stdin */
if (memcmp ("##DOS", buf, 5) == 0)