summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
authortim <tim>2001-10-30 02:50:39 +0000
committertim <tim>2001-10-30 02:50:39 +0000
commit551d6ca7d623ab75ca8e8a93808f798f02070d50 (patch)
tree91656cb1c44710c458c0c64e3f4dbfba6f7c64bd /defines.h
parent9ee4de399ea7c653a118381c05474b8fd579e0fd (diff)
downloadopenssh-551d6ca7d623ab75ca8e8a93808f798f02070d50.tar.gz
[TODO defines.h loginrec.c] Change the references to configure.in
to configure.ac
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/defines.h b/defines.h
index 886ad940..060b6f35 100644
--- a/defines.h
+++ b/defines.h
@@ -1,7 +1,7 @@
#ifndef _DEFINES_H
#define _DEFINES_H
-/* $Id: defines.h,v 1.73 2001/10/22 00:53:59 tim Exp $ */
+/* $Id: defines.h,v 1.74 2001/10/30 02:50:40 tim Exp $ */
/* Necessary headers */
@@ -454,7 +454,7 @@ struct winsize {
* Define this to use pipes instead of socketpairs for communicating with the
* client program. Socketpairs do not seem to work on all systems.
*
- * configure.in sets this for a few OS's which are known to have problems
+ * configure.ac sets this for a few OS's which are known to have problems
* but you may need to set it yourself
*/
/* #define USE_PIPES 1 */