github.com/cptmikhailov/conmon@v2.0.20+incompatible/src/config.h (about)

     1  
     2  #if !defined(CONFIG_H)
     3  #define CONFIG_H
     4  
     5  #define BUF_SIZE 8192
     6  #define STDIO_BUF_SIZE 8192
     7  #define CONN_SOCK_BUF_SIZE 32768
     8  #define DEFAULT_SOCKET_PATH "/var/run/crio"
     9  #define WIN_RESIZE_EVENT 1
    10  #define REOPEN_LOGS_EVENT 2
    11  #define TIMED_OUT_MESSAGE "command timed out"
    12  
    13  #endif // CONFIG_H