Browse CVS Repository
Diff of /freewnn/FreeWnn/config.h.in
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 21 |
/* Define if you can safely include both <sys/time.h> and <time.h>. */ |
/* Define if you can safely include both <sys/time.h> and <time.h>. */ |
| 22 |
#undef TIME_WITH_SYS_TIME |
#undef TIME_WITH_SYS_TIME |
| 23 |
|
|
| 24 |
/* Define to `long' if <sys/types.h> doesn't define. */ |
/* Define to `long' if <sys/types.h> does not define. */ |
| 25 |
#undef time_t |
#undef time_t |
| 26 |
|
|
| 27 |
/* Define to 'socklen_t' if <sys/socket.h> does'n define. */ |
/* Define to 'socklen_t' if <sys/socket.h> does not define. */ |
| 28 |
#undef socklen_t |
#undef socklen_t |
| 29 |
|
|
| 30 |
/* Define to 'RAND_MAX' if <stdlib.h> does'n define. */ |
/* Define to 'RAND_MAX' if <stdlib.h> does not define. */ |
| 31 |
#undef HAVE_RAND_MAX |
#undef HAVE_RAND_MAX |
| 32 |
|
|
| 33 |
|
/* |
| 34 |
|
* Defined if you allow creating a file in an arbitrary path |
| 35 |
|
* which is the traditional feature. |
| 36 |
|
*/ |
| 37 |
|
#undef WNN_ALLOW_UNSAFE_PATH |
| 38 |
|
|
| 39 |
/* Define if you have the closesocket function. */ |
/* Define if you have the closesocket function. */ |
| 40 |
#undef HAVE_CLOSESOCKET |
#undef HAVE_CLOSESOCKET |
| 41 |
|
|
|
|
Legend:
| Removed from v.1.7 |
|
| changed lines |
| |
Added in v.1.8 |
|
|
|