/[tewi]/Server/config.c
ViewVC logotype

Diff of /Server/config.c

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by nishi, Thu Oct 17 09:53:38 2024 UTC Revision 1.2 by nishi, Sun Nov 3 05:19:57 2024 UTC
# Line 10  Line 10 
10  #include <string.h>  #include <string.h>
11  #include <sys/stat.h>  #include <sys/stat.h>
12    
13    #ifdef NEED_DIRECT
14    #include <direct.h>
15    #endif
16    
17  #if !defined(_MSC_VER) && !defined(__BORLANDC__)  #if !defined(_MSC_VER) && !defined(__BORLANDC__)
18  #include <unistd.h>  #include <unistd.h>
19  #endif  #endif


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

nishi@chaotic.ninja
ViewVC Help
Powered by ViewVC 1.3.0-dev