Include the file windows.in instead of pre.in
authorTheodore Tso <tytso@mit.edu>
Sat, 7 Oct 1995 02:25:33 +0000 (02:25 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 7 Oct 1995 02:25:33 +0000 (02:25 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6945 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/wconfig.c

index 61339b6a9dda36f2c5df01f713053b66959952b8..259a4be9ace37729206ca67f2648a20bccfef654 100644 (file)
@@ -1,5 +1,7 @@
 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.
 
index 9081f1d43bd6d50cb18998950923c295f1893ee3..ae4a856103eb357668d60555485205933a2db4a4 100644 (file)
@@ -46,7 +46,7 @@ int main(int argc, char *argv[]) {
     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)