summaryrefslogtreecommitdiff
path: root/devel/py-expect/patches/patch-ac
blob: 61fc83d55979ed766deb33b659a654e076b5b704 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$NetBSD: patch-ac,v 1.1.1.1 2001/03/21 23:36:07 jwise Exp $
--- explib/exp_clib.c.orig	Wed Mar 21 12:00:27 2001
+++ explib/exp_clib.c	Wed Mar 21 11:59:49 2001
@@ -7,7 +7,10 @@
 would appreciate credit if this program or parts of it are used.
 */
 
-#include "expect_cf.h"
+#define TRUE 1
+#define FALSE 0
+
+/* #include "expect_cf.h" */
 #include <stdio.h>
 #include <setjmp.h>
 #ifdef HAVE_INTTYPES_H
@@ -634,7 +637,7 @@
  */
 
 #include "expect.h"
-#include "exp_int.h"
+/* #include "exp_int.h" */
 
 /* exp_glob.c - expect functions for doing glob
  *