summaryrefslogtreecommitdiffstats
path: root/defines.h
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2001-10-29 18:50:39 -0800
committerTim Rice <tim@multitalents.net>2001-10-29 18:50:39 -0800
commitb89e694b4c785076f9d4ad2d069cf678da29ec50 (patch)
tree469e961e3c38d55fe6b99ae5e596b61ce2fcad04 /defines.h
parentc3ad02e54bcdd4cc66dac087023f4104bde237b0 (diff)
[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 */