Skip to content

Commit

Permalink
Implement struct sigaction as pimpl idiom
Browse files Browse the repository at this point in the history
  • Loading branch information
gansm committed Jun 11, 2023
1 parent ba1d728 commit d7d088e
Show file tree
Hide file tree
Showing 15 changed files with 216 additions and 1,116 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ final/dialog/.depend
final/dialog/.deps/
final/dialog/.dirstamp
final/dialog/.libs/
final/eventloop/.depend
final/eventloop/.deps/
final/eventloop/.dirstamp
final/eventloop/.libs/
final/input/.depend
final/input/.deps/
final/input/.dirstamp
Expand Down
3 changes: 1 addition & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ AC_CHECK_FUNCS( \
geteuid \
getttynam \
select \
sigaction \
strdup \
strstr \
vsnprintf \
wcwidth )


# Checks for 'tgetent'
AC_SEARCH_LIBS([tgetent], [terminfo mytinfo termlib termcap tinfo ncurses curses])
# Checks for 'tparm'
Expand All @@ -62,7 +62,6 @@ AC_SEARCH_LIBS([timer_create], [rt])
# Checks for 'timer_create'
AC_SEARCH_LIBS([timer_settime], [rt])


AC_SUBST([FINAL_LIBS])
AC_SUBST([TERMCAP_LIB])
TERMCAP_LIB="$LIBS"
Expand Down
Empty file removed final/eventloop/.deps/.dirstamp
Empty file.
361 changes: 0 additions & 361 deletions final/eventloop/.deps/eventloop.Plo

This file was deleted.

98 changes: 0 additions & 98 deletions final/eventloop/.deps/io_monitor.Plo

This file was deleted.

142 changes: 0 additions & 142 deletions final/eventloop/.deps/monitor.Plo

This file was deleted.

Loading

0 comments on commit d7d088e

Please sign in to comment.