IRC channel logs
2023-11-29.log
back to list of logs
<werdahias>hwo can I define ECHO in hurd ? I get the follwong compilation error because ECHO is undefined. what's the equivalent under HURD ? <azeem>what kind of flag is that supposed to be, terminal stuff? <youpi>you're probably just missing including the proper header <youpi>actually, this code looks just wrong <youpi>Mmm, I'm a bit lost, let me check further <youpi>so, yes, it is defined, like on linux, are you sure you included <termios.h> ? <youpi>int main(void) { printf("%d\n", ECHO); return 0;}