Get rid of support of ancient signal handler return type int

Such environments are missing void type, older K&R C, and
such supports already had been removed in various places.
Furthermore, current hardcoded 'SIGNALRETURNSINT' is wrong.
This commit is contained in:
OBATA Akio
2021-09-19 18:08:41 +09:00
parent 3e81d4c4de
commit 692771fb07
5 changed files with 4 additions and 24 deletions

View File

@@ -2,7 +2,7 @@ MAINTAINERCLEANFILES = Makefile.in
bin_PROGRAMS = ttauth
ttauth_CFLAGS = -I../../slib -I../../lib -DSIGNALRETURNSINT
ttauth_CFLAGS = -I../../slib -I../../lib
ttauth_LDADD = @LIBTT@ $(X_LIBS)