| 1 |
/* |
/* config.h.in. Generated automatically from configure.in by autoheader. */ |
|
* $Id$ |
|
|
*/ |
|
|
|
|
|
/* |
|
|
* FreeWnn is a network-extensible Kana-to-Kanji conversion system. |
|
|
* This file is part of FreeWnn. |
|
|
* |
|
|
* Copyright Kyoto University Research Institute for Mathematical Sciences |
|
|
* 1987, 1988, 1989, 1990, 1991, 1992 |
|
|
* Copyright OMRON Corporation. 1987, 1988, 1989, 1990, 1991, 1992, 1999 |
|
|
* Copyright ASTEC, Inc. 1987, 1988, 1989, 1990, 1991, 1992 |
|
|
* Copyright FreeWnn Project 1999, 2000 |
|
|
* |
|
|
* Maintainer: FreeWnn Project <freewnn@tomo.gr.jp> |
|
|
* |
|
|
* This program is free software; you can redistribute it and/or modify |
|
|
* it under the terms of the GNU General Public License as published by |
|
|
* the Free Software Foundation; either version 2 of the License, or |
|
|
* (at your option) any later version. |
|
|
* |
|
|
* This program is distributed in the hope that it will be useful, |
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
* GNU General Public License for more details. |
|
|
* |
|
|
* You should have received a copy of the GNU General Public License |
|
|
* along with this program; if not, write to the Free Software |
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
|
*/ |
|
| 2 |
|
|
| 3 |
#undef HAVE_UNISTD_H |
/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ |
| 4 |
#undef HAVE_SYS_TYPES_H |
#undef HAVE_SYS_WAIT_H |
| 5 |
#undef HAVE_MKDIR |
|
| 6 |
|
/* Define if you have the wait3 system call. */ |
| 7 |
|
#undef HAVE_WAIT3 |
| 8 |
|
|
| 9 |
|
/* Define to `int' if <sys/types.h> doesn't define. */ |
| 10 |
|
#undef mode_t |
| 11 |
|
|
| 12 |
|
/* Define as the return type of signal handlers (int or void). */ |
| 13 |
|
#undef RETSIGTYPE |
| 14 |
|
|
| 15 |
/* *_t が定義されているか? (定義されていればここでは undef になる) */ |
/* Define if the `setpgrp' function takes no argument. */ |
| 16 |
|
#undef SETPGRP_VOID |
| 17 |
|
|
| 18 |
|
/* Define if you have the ANSI C header files. */ |
| 19 |
|
#undef STDC_HEADERS |
| 20 |
|
|
| 21 |
|
/* Define if you can safely include both <sys/time.h> and <time.h>. */ |
| 22 |
|
#undef TIME_WITH_SYS_TIME |
| 23 |
|
|
| 24 |
|
/* Define to `long' if <sys/types.h> doesn't define. */ |
| 25 |
#undef time_t |
#undef time_t |
| 26 |
|
|
| 27 |
|
/* Define to 'socklen_t' if <sys/socket.h> does'n define. */ |
| 28 |
#undef socklen_t |
#undef socklen_t |
| 29 |
|
|
| 30 |
|
/* Define to 'RAND_MAX' if <stdlib.h> does'n define. */ |
| 31 |
|
#undef HAVE_RAND_MAX |
| 32 |
|
|
| 33 |
/* |
/* Define if you have the closesocket function. */ |
| 34 |
* drand48() があるかどうかを調べる。あれば srand48() もあるはずなので |
#undef HAVE_CLOSESOCKET |
| 35 |
* HAVE_SRAND48 は作らず、これで兼用させる。 |
|
| 36 |
*/ |
/* Define if you have the drand48 function. */ |
| 37 |
#undef HAVE_DRAND48 |
#undef HAVE_DRAND48 |
| 38 |
|
|
| 39 |
/* |
/* Define if you have the gethostname function. */ |
| 40 |
* RAND_MAX が定義されていればこれも定義される。ちなみにこれは rand() が |
#undef HAVE_GETHOSTNAME |
|
* 返す値の最大値である。 |
|
|
*/ |
|
|
#undef HAVE_RAND_MAX |
|
| 41 |
|
|
| 42 |
/* |
/* Define if you have the mkdir function. */ |
| 43 |
* perror() が定義されていればこれも定義される。 |
#undef HAVE_MKDIR |
| 44 |
*/ |
|
| 45 |
|
/* Define if you have the perror function. */ |
| 46 |
#undef HAVE_PERROR |
#undef HAVE_PERROR |
| 47 |
|
|
| 48 |
/* |
/* Define if you have the recv function. */ |
|
* その他イロイロ |
|
|
*/ |
|
|
#undef HAVE_SETSOCKOPT |
|
|
#undef HAVE_CLOSESOCKET |
|
|
#undef HAVE_SEND |
|
| 49 |
#undef HAVE_RECV |
#undef HAVE_RECV |
| 50 |
#undef HAVE_SETPGRP |
|
| 51 |
#undef SETPGRP_VOID |
/* Define if you have the select function. */ |
| 52 |
|
#undef HAVE_SELECT |
| 53 |
|
|
| 54 |
|
/* Define if you have the send function. */ |
| 55 |
|
#undef HAVE_SEND |
| 56 |
|
|
| 57 |
|
/* Define if you have the setsockopt function. */ |
| 58 |
|
#undef HAVE_SETSOCKOPT |
| 59 |
|
|
| 60 |
|
/* Define if you have the socket function. */ |
| 61 |
|
#undef HAVE_SOCKET |
| 62 |
|
|
| 63 |
|
/* Define if you have the strtol function. */ |
| 64 |
|
#undef HAVE_STRTOL |
| 65 |
|
|
| 66 |
|
/* Define if you have the <fcntl.h> header file. */ |
| 67 |
|
#undef HAVE_FCNTL_H |
| 68 |
|
|
| 69 |
|
/* Define if you have the <limits.h> header file. */ |
| 70 |
|
#undef HAVE_LIMITS_H |
| 71 |
|
|
| 72 |
|
/* Define if you have the <malloc.h> header file. */ |
| 73 |
|
#undef HAVE_MALLOC_H |
| 74 |
|
|
| 75 |
|
/* Define if you have the <sgtty.h> header file. */ |
| 76 |
|
#undef HAVE_SGTTY_H |
| 77 |
|
|
| 78 |
|
/* Define if you have the <strings.h> header file. */ |
| 79 |
|
#undef HAVE_STRINGS_H |
| 80 |
|
|
| 81 |
|
/* Define if you have the <sys/file.h> header file. */ |
| 82 |
|
#undef HAVE_SYS_FILE_H |
| 83 |
|
|
| 84 |
|
/* Define if you have the <sys/ioctl.h> header file. */ |
| 85 |
|
#undef HAVE_SYS_IOCTL_H |
| 86 |
|
|
| 87 |
|
/* Define if you have the <sys/param.h> header file. */ |
| 88 |
|
#undef HAVE_SYS_PARAM_H |
| 89 |
|
|
| 90 |
|
/* Define if you have the <sys/time.h> header file. */ |
| 91 |
|
#undef HAVE_SYS_TIME_H |
| 92 |
|
|
| 93 |
|
/* Define if you have the <sys/types.h> header file. */ |
| 94 |
|
#undef HAVE_SYS_TYPES_H |
| 95 |
|
|
| 96 |
|
/* Define if you have the <termio.h> header file. */ |
| 97 |
|
#undef HAVE_TERMIO_H |
| 98 |
|
|
| 99 |
|
/* Define if you have the <unistd.h> header file. */ |
| 100 |
|
#undef HAVE_UNISTD_H |
| 101 |
|
|
| 102 |
|
/* Define if you have the crypt library (-lcrypt). */ |
| 103 |
|
#undef HAVE_LIBCRYPT |
| 104 |
|
|
| 105 |
|
/* Define if you have the nsl library (-lnsl). */ |
| 106 |
|
#undef HAVE_LIBNSL |
| 107 |
|
|
| 108 |
|
/* Define if you have the socket library (-lsocket). */ |
| 109 |
|
#undef HAVE_LIBSOCKET |