aboutsummaryrefslogtreecommitdiff
path: root/src/wconfig.c
diff options
context:
space:
mode:
authorDanilo Almeida <dalmeida@mit.edu>1999-05-18 00:50:25 +0000
committerDanilo Almeida <dalmeida@mit.edu>1999-05-18 00:50:25 +0000
commit6f34044ccb29cce60dbc691b175ebd5f353f3b74 (patch)
tree36e68c24eafafa54c38846bbbbc77b956b9fcc98 /src/wconfig.c
parent28acc49f0c32bddbf1f1aadf4d322a956b20769b (diff)
downloadkrb5-6f34044ccb29cce60dbc691b175ebd5f353f3b74.zip
krb5-6f34044ccb29cce60dbc691b175ebd5f353f3b74.tar.gz
krb5-6f34044ccb29cce60dbc691b175ebd5f353f3b74.tar.bz2
Rename config/windows.in to config/win-pre.in
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11462 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/wconfig.c')
-rw-r--r--src/wconfig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wconfig.c b/src/wconfig.c
index 9a52376..acf888a 100644
--- a/src/wconfig.c
+++ b/src/wconfig.c
@@ -25,7 +25,7 @@
* The makefile.in files are constructed in such a way that all this
* program needs to do is uncomment lines beginning ##DOS by removing the
* first 5 characters of the line. This will allow lines like:
- * ##DOS!include windows.in to become: !include windows.in
+ * ##DOS!include win-pre.in to become: !include win-pre.in
*
* We also turn any line beginning with '@' into a blank line.
*
@@ -128,7 +128,7 @@ int main(int argc, char *argv[])
printf("WCONFIG_FLAGS=%s\n", wflags);
if (argc > 0)
- copy_file (*argv, "windows.in");
+ copy_file (*argv, "win-pre.in");
copy_file("", "-");