summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-07-16 15:35:44 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-07-16 15:35:44 +0000
commita9ce7af50e34fda149d3e33aaf4138a8b4016fab (patch)
tree5eb0dca243ec0b4313a73e9c2dd1025357816bb5
parent2d70b1e637d8fc4dc25f58006ed6f6770ea4bbdd (diff)
(CFLAGS): Define EWOULDBLOCK here to work around new libc bug.
-rw-r--r--Makeconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index 2f4f9572..6afca45c 100644
--- a/Makeconf
+++ b/Makeconf
@@ -66,7 +66,7 @@ else
top_srcdirinc=-I$(top_srcdir)
endif
CPPFLAGS += -I. $(srcdirinc) -I.. $(top_srcdirinc) -I$(top_srcdir)/include -D_GNU_SOURCE
-CFLAGS += -Wall -g -O3
+CFLAGS += -Wall -g -O3 -DEWOULDBLOCK=EAGAIN
# Local programs: