summaryrefslogtreecommitdiff
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 886ad9408..060b6f356 100644
--- a/defines.h
+++ b/defines.h
@@ -1,7 +1,7 @@
1#ifndef _DEFINES_H 1#ifndef _DEFINES_H
2#define _DEFINES_H 2#define _DEFINES_H
3 3
4/* $Id: defines.h,v 1.73 2001/10/22 00:53:59 tim Exp $ */ 4/* $Id: defines.h,v 1.74 2001/10/30 02:50:40 tim Exp $ */
5 5
6/* Necessary headers */ 6/* Necessary headers */
7 7
@@ -454,7 +454,7 @@ struct winsize {
454 * Define this to use pipes instead of socketpairs for communicating with the 454 * Define this to use pipes instead of socketpairs for communicating with the
455 * client program. Socketpairs do not seem to work on all systems. 455 * client program. Socketpairs do not seem to work on all systems.
456 * 456 *
457 * configure.in sets this for a few OS's which are known to have problems 457 * configure.ac sets this for a few OS's which are known to have problems
458 * but you may need to set it yourself 458 * but you may need to set it yourself
459 */ 459 */
460/* #define USE_PIPES 1 */ 460/* #define USE_PIPES 1 */