Browse CVS Repository
Diff of /freewnn/FreeWnn/config.h.in
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 29 |
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 30 |
*/ |
*/ |
| 31 |
|
|
| 32 |
#define HAVE_UNISTD_H 0 |
#undef HAVE_UNISTD_H |
| 33 |
|
#undef HAVE_SYS_TYPES_H |
| 34 |
|
#undef HAVE_MKDIR |
| 35 |
|
|
| 36 |
/* *_t が定義されているか? (定義されていればここでは undef になる) */ |
/* *_t が定義されているか? (定義されていればここでは undef になる) */ |
| 37 |
#undef time_t |
#undef time_t |
| 54 |
* perror() が定義されていればこれも定義される。 |
* perror() が定義されていればこれも定義される。 |
| 55 |
*/ |
*/ |
| 56 |
#undef HAVE_PERROR |
#undef HAVE_PERROR |
| 57 |
|
|
| 58 |
|
/* |
| 59 |
|
* その他イロイロ |
| 60 |
|
*/ |
| 61 |
|
#undef HAVE_SETSOCKOPT |
| 62 |
|
#undef HAVE_CLOSESOCKET |
| 63 |
|
#undef HAVE_SEND |
| 64 |
|
#undef HAVE_RECV |
| 65 |
|
#undef HAVE_SETPGRP |
| 66 |
|
#undef SETPGRP_VOID |
|
|
Legend:
| Removed from v.1.4 |
|
| changed lines |
| |
Added in v.1.5 |
|
|
| |