On 2024-04-23 20:50, Collin Funk wrote:
In pty.c we have:

     #include <config.h>
     #include "telnetd.h"

in telnetd.h:

      #include <config.h>

Why is telnetd.h including config.h? Only a top-level C file should include config.h, and it should so so at the start.


Reply via email to