00001 /* Copyright (C) 2000 MySQL AB & Yuri Dario 00002 All the above parties has a full, independent copyright to 00003 the following code, including the right to use the code in 00004 any manner without any demands from the other parties. 00005 00006 This library is free software; you can redistribute it and/or 00007 modify it under the terms of the GNU Library General Public 00008 License as published by the Free Software Foundation; either 00009 version 2 of the License, or (at your option) any later version. 00010 00011 This library is distributed in the hope that it will be useful, 00012 but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00014 Library General Public License for more details. 00015 00016 You should have received a copy of the GNU Library General Public 00017 License along with this library; if not, write to the Free 00018 Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, 00019 MA 02111-1307, USA */ 00020 00021 /* Defines for OS2 to make it compatible for MySQL */ 00022 00023 #ifndef __CONFIG_OS2_H__ 00024 #define __CONFIG_OS2_H__ 00025 00026 #include <os2.h> 00027 #include <math.h> 00028 #include <io.h> 00029 #include <types.h> 00030 00031 /* Define to name of system eg solaris*/ 00032 #define SYSTEM_TYPE "IBM OS/2 Warp" 00033 /* Define to machine type name eg sun10 */ 00034 #define MACHINE_TYPE "i686" 00035 /* Name of package */ 00036 #define PACKAGE "mysql" 00037 /* Version number of package */ 00038 #define VERSION MYSQL_SERVER_VERSION 00039 /* Default socket */ 00040 #define MYSQL_UNIX_ADDR "\\socket\\MySQL" 00041 00042 #define FN_LIBCHAR '\\' 00043 #define FN_ROOTDIR "\\" 00044 #define MY_NFILE 1024 /* This is only used to save filenames */ 00045 00046 #define HAVE_ACCESS 00047 00048 #define DEFAULT_MYSQL_HOME "c:\\mysql" 00049 #define DEFAULT_BASEDIR "C:\\" 00050 #define SHAREDIR "share" 00051 #define DEFAULT_CHARSET_HOME "C:/mysql/" 00052 #define _POSIX_PATH_MAX 255 00053 #define DWORD ULONG 00054 00055 #define O_SHARE 0x1000 /* Open file in sharing mode */ 00056 #define FILE_BINARY O_BINARY /* my_fopen in binary mode */ 00057 #define S_IROTH S_IREAD /* for my_lib */ 00058 00059 #define CANT_DELETE_OPEN_FILES /* saves open files in a list, for delayed delete */ 00060 00061 #define O_NONBLOCK 0x10 00062 00063 #define NO_OPEN_3 /* For my_create() */ 00064 #define SIGQUIT SIGTERM /* No SIGQUIT */ 00065 #define SIGALRM 14 /* Alarm */ 00066 00067 #define NO_FCNTL_NONBLOCK 00068 00069 #define EFBIG E2BIG 00070 /*#define ENFILE EMFILE */ 00071 /*#define ENAMETOOLONG (EOS2ERR+2) */ 00072 /*#define ETIMEDOUT 145 */ 00073 /*#define EPIPE 146 */ 00074 #define EROFS 147 00075 00076 #define sleep(A) DosSleep((A)*1000) 00077 #define closesocket(A) soclose(A) 00078 00079 #define F_OK 0 00080 #define W_OK 2 00081 00082 #define bzero(x,y) memset((x),'\0',(y)) 00083 #define bcopy(x,y,z) memcpy((y),(x),(z)) 00084 #define bcmp(x,y,z) memcmp((y),(x),(z)) 00085 00086 #define F_RDLCK 4 /* Read lock. */ 00087 #define F_WRLCK 2 /* Write lock. */ 00088 #define F_UNLCK 0 /* Remove lock. */ 00089 00090 #define S_IFMT 0x17000 /* Mask for file type */ 00091 #define F_TO_EOF 0L /* Param to lockf() to lock rest of file */ 00092 00093 #define HUGE_PTR 00094 00095 #ifdef __cplusplus 00096 extern "C" 00097 #endif 00098 double _cdecl rint( double nr); 00099 00100 DWORD TlsAlloc( void); 00101 BOOL TlsFree( DWORD); 00102 PVOID TlsGetValue( DWORD); 00103 BOOL TlsSetValue( DWORD, PVOID); 00104 00105 /* support for > 2GB file size */ 00106 #define SIZEOF_OFF_T 8 00107 #define lseek(A,B,C) _lseek64( A, B, C) 00108 #define tell(A) _lseek64( A, 0, SEEK_CUR) 00109 00110 void* dlopen( char* path, int flag); 00111 char* dlerror( void); 00112 void* dlsym( void* hmod, char* fn); 00113 void dlclose( void* hmod); 00114 00115 /* Some typedefs */ 00116 typedef unsigned long long os_off_t; 00117 00118 /* config.h. Generated automatically by configure. */ 00119 /* config.h.in. Generated automatically from configure.in by autoheader. */ 00120 00121 /* Define if using alloca.c. */ 00122 /* #undef C_ALLOCA */ 00123 00124 /* Define to empty if the keyword does not work. */ 00125 /* #undef const */ 00126 00127 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. 00128 This function is required for alloca.c support on those systems. */ 00129 /* #undef CRAY_STACKSEG_END */ 00130 00131 /* Define if you have alloca, as a function or macro. */ 00132 #define HAVE_ALLOCA 1 00133 00134 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */ 00135 /* #define HAVE_ALLOCA_H 1 */ 00136 00137 /* Define if you don't have vprintf but do have _doprnt. */ 00138 /* #undef HAVE_DOPRNT */ 00139 00140 /* Define if you have a working `mmap' system call. */ 00141 /* #undef HAVE_MMAP */ 00142 00143 /* Define if system calls automatically restart after interruption 00144 by a signal. */ 00145 /* #undef HAVE_RESTARTABLE_SYSCALLS */ 00146 00147 /* Define if your struct stat has st_rdev. */ 00148 #define HAVE_ST_RDEV 1 00149 00150 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ 00151 /* #define HAVE_SYS_WAIT_H 1 */ 00152 00153 /* Define if you don't have tm_zone but do have the external array 00154 tzname. */ 00155 #define HAVE_TZNAME 1 00156 00157 /* Define if utime(file, NULL) sets file's timestamp to the present. */ 00158 #define HAVE_UTIME_NULL 1 00159 00160 /* Define if you have the vprintf function. */ 00161 #define HAVE_VPRINTF 1 00162 00163 /* Define as __inline if that's what the C compiler calls it. */ 00164 /* #undef inline */ 00165 00166 /* Define to `long' if <sys/types.h> doesn't define. */ 00167 /* #undef off_t */ 00168 00169 /* Define as the return type of signal handlers (int or void). */ 00170 #define RETSIGTYPE void 00171 00172 /* Define to `unsigned' if <sys/types.h> doesn't define. */ 00173 /* #undef size_t */ 00174 00175 /* If using the C implementation of alloca, define if you know the 00176 direction of stack growth for your system; otherwise it will be 00177 automatically deduced at run-time. 00178 STACK_DIRECTION > 0 => grows toward higher addresses 00179 STACK_DIRECTION < 0 => grows toward lower addresses 00180 STACK_DIRECTION = 0 => direction of growth unknown 00181 */ 00182 #define STACK_DIRECTION -1 00183 00184 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */ 00185 /* #undef STAT_MACROS_BROKEN */ 00186 00187 /* Define if you have the ANSI C header files. */ 00188 #define STDC_HEADERS 1 00189 00190 /* Define if you can safely include both <sys/time.h> and <time.h>. */ 00191 #define TIME_WITH_SYS_TIME 1 00192 00193 /* Define if your <sys/time.h> declares struct tm. */ 00194 /* #undef TM_IN_SYS_TIME */ 00195 00196 /* Define if your processor stores words with the most significant 00197 byte first (like Motorola and SPARC, unlike Intel and VAX). */ 00198 /* #undef WORDS_BIGENDIAN */ 00199 00200 /* Version of .frm files */ 00201 #define DOT_FRM_VERSION 6 00202 00203 /* READLINE: */ 00204 #define FIONREAD_IN_SYS_IOCTL 1 00205 00206 /* READLINE: Define if your system defines TIOCGWINSZ in sys/ioctl.h. */ 00207 /* #undef GWINSZ_IN_SYS_IOCTL */ 00208 00209 /* Do we have FIONREAD */ 00210 #define FIONREAD_IN_SYS_IOCTL 1 00211 00212 /* atomic_add() from <asm/atomic.h> (Linux only) */ 00213 /* #undef HAVE_ATOMIC_ADD */ 00214 00215 /* atomic_sub() from <asm/atomic.h> (Linux only) */ 00216 /* #undef HAVE_ATOMIC_SUB */ 00217 00218 /* bool is not defined by all C++ compilators */ 00219 #define HAVE_BOOL 1 00220 00221 /* Have berkeley db installed */ 00222 /* #define HAVE_BERKELEY_DB 1 */ 00223 00224 /* DSB style signals ? */ 00225 /* #undef HAVE_BSD_SIGNALS */ 00226 00227 /* Can netinet be included */ 00228 /* #undef HAVE_BROKEN_NETINET_INCLUDES */ 00229 00230 /* READLINE: */ 00231 /* #undef HAVE_BSD_SIGNALS */ 00232 00233 /* ZLIB and compress: */ 00234 #define HAVE_COMPRESS 1 00235 00236 /* Define if we are using OSF1 DEC threads */ 00237 /* #undef HAVE_DEC_THREADS */ 00238 00239 /* Define if we are using OSF1 DEC threads on 3.2 */ 00240 /* #undef HAVE_DEC_3_2_THREADS */ 00241 00242 /* fp_except from ieeefp.h */ 00243 /* #undef HAVE_FP_EXCEPT */ 00244 00245 /* READLINE: */ 00246 /* #undef HAVE_GETPW_DECLS */ 00247 00248 /* Solaris define gethostbyname_r with 5 arguments. glibc2 defines 00249 this with 6 arguments */ 00250 /* #undef HAVE_GETHOSTBYNAME_R_GLIBC2_STYLE */ 00251 00252 /* In OSF 4.0f the 3'd argument to gethostname_r is hostent_data * */ 00253 /* #undef HAVE_GETHOSTBYNAME_R_RETURN_INT */ 00254 00255 /* Define if int8, int16 and int32 types exist */ 00256 /* #undef HAVE_INT_8_16_32 */ 00257 00258 /* Define if have -lwrap */ 00259 /* #undef HAVE_LIBWRAP */ 00260 00261 /* Define if we are using Xavier Leroy's LinuxThreads */ 00262 /* #undef HAVE_LINUXTHREADS */ 00263 00264 /* Do we use user level threads */ 00265 /* #undef HAVE_mit_thread */ 00266 00267 /* For some non posix threads */ 00268 /* #undef HAVE_NONPOSIX_PTHREAD_GETSPECIFIC */ 00269 00270 /* For some non posix threads */ 00271 /* #undef HAVE_NONPOSIX_PTHREAD_MUTEX_INIT */ 00272 00273 /* READLINE: */ 00274 #define HAVE_POSIX_SIGNALS 0 00275 00276 /* sigwait with one argument */ 00277 /* #undef HAVE_NONPOSIX_SIGWAIT */ 00278 00279 /* pthread_attr_setscope */ 00280 #define HAVE_PTHREAD_ATTR_SETSCOPE 1 00281 00282 /* POSIX readdir_r */ 00283 /* #undef HAVE_READDIR_R */ 00284 00285 /* POSIX sigwait */ 00286 /* #undef HAVE_SIGWAIT */ 00287 00288 /* crypt */ 00289 #define HAVE_CRYPT 1 00290 00291 /* Solaris define gethostbyaddr_r with 7 arguments. glibc2 defines 00292 this with 8 arguments */ 00293 /* #undef HAVE_SOLARIS_STYLE_GETHOST */ 00294 00295 /* Timespec has a ts_sec instead of tv_sev */ 00296 #define HAVE_TIMESPEC_TS_SEC 1 00297 00298 /* Have the tzname variable */ 00299 #define HAVE_TZNAME 1 00300 00301 /* Define if the system files define uchar */ 00302 /* #undef HAVE_UCHAR */ 00303 00304 /* Define if the system files define uint */ 00305 /* #undef HAVE_UINT */ 00306 00307 /* Define if the system files define ulong */ 00308 /* #undef HAVE_ULONG */ 00309 00310 /* UNIXWARE7 threads are not posix */ 00311 /* #undef HAVE_UNIXWARE7_THREADS */ 00312 00313 /* new UNIXWARE7 threads that are not yet posix */ 00314 /* #undef HAVE_UNIXWARE7_POSIX */ 00315 00316 /* READLINE: */ 00317 /* #undef HAVE_USG_SIGHOLD */ 00318 00319 /* Define if want -lwrap */ 00320 /* #undef LIBWRAP */ 00321 00322 /* mysql client protocoll version */ 00323 #define PROTOCOL_VERSION 10 00324 00325 /* Define if qsort returns void */ 00326 #define QSORT_TYPE_IS_VOID 1 00327 00328 /* Define as the return type of qsort (int or void). */ 00329 #define RETQSORTTYPE void 00330 00331 /* Define as the base type of the last arg to accept */ 00332 #define SOCKET_SIZE_TYPE int 00333 00334 /* Last argument to get/setsockopt */ 00335 /* #undef SOCKOPT_OPTLEN_TYPE */ 00336 00337 /* #undef SPEED_T_IN_SYS_TYPES */ 00338 /* #undef SPRINTF_RETURNS_PTR */ 00339 #define SPRINTF_RETURNS_INT 1 00340 /* #undef SPRINTF_RETURNS_GARBAGE */ 00341 00342 /* #undef STRUCT_DIRENT_HAS_D_FILENO */ 00343 #define STRUCT_DIRENT_HAS_D_INO 1 00344 00345 /* Define if you want to have threaded code. This may be undef on client code */ 00346 #define THREAD 1 00347 00348 /* Should be client be thread safe */ 00349 /* #undef THREAD_SAFE_CLIENT */ 00350 00351 /* READLINE: */ 00352 /* #undef TIOCSTAT_IN_SYS_IOCTL */ 00353 00354 /* Use multi-byte character routines */ 00355 /* #undef USE_MB */ 00356 /* #undef USE_MB_IDENT */ 00357 00358 /* Use MySQL RAID */ 00359 /* #undef USE_RAID */ 00360 00361 /* Use strcoll() functions when comparing and sorting. */ 00362 /* #undef USE_STRCOLL */ 00363 00364 /* READLINE: */ 00365 #define VOID_SIGHANDLER 1 00366 00367 /* The number of bytes in a char. */ 00368 #define SIZEOF_CHAR 1 00369 00370 /* The number of bytes in a int. */ 00371 #define SIZEOF_INT 4 00372 00373 /* The number of bytes in a long. */ 00374 #define SIZEOF_LONG 4 00375 00376 /* The number of bytes in a long long. */ 00377 #define SIZEOF_LONG_LONG 8 00378 00379 /* Define if you have the alarm function. */ 00380 #define HAVE_ALARM 1 00381 00382 /* Define if you have the atod function. */ 00383 /* #undef HAVE_ATOD */ 00384 00385 /* Define if you have the bcmp function. */ 00386 #define HAVE_BCMP 1 00387 00388 /* Define if you have the bfill function. */ 00389 /* #undef HAVE_BFILL */ 00390 00391 /* Define if you have the bmove function. */ 00392 /* #undef HAVE_BMOVE */ 00393 00394 /* Define if you have the bzero function. */ 00395 #define HAVE_BZERO 1 00396 00397 /* Define if you have the chsize function. */ 00398 #define HAVE_CHSIZE 1 00399 00400 /* Define if you have the cuserid function. */ 00401 /* #define HAVE_CUSERID 1 */ 00402 00403 /* Define if you have the dlerror function. */ 00404 #define HAVE_DLERROR 1 00405 00406 /* Define if you have the dlopen function. */ 00407 #define HAVE_DLOPEN 1 00408 00409 /* Define if you have the fchmod function. */ 00410 /* #undef HAVE_FCHMOD */ 00411 00412 /* Define if you have the fcntl function. */ 00413 /* #define HAVE_FCNTL 1 */ 00414 00415 /* Define if you have the fconvert function. */ 00416 /* #undef HAVE_FCONVERT */ 00417 00418 /* Define if you have the finite function. */ 00419 /* #undef HAVE_FINITE */ 00420 00421 /* Define if you have the fpresetsticky function. */ 00422 /* #undef HAVE_FPRESETSTICKY */ 00423 00424 /* Define if you have the fpsetmask function. */ 00425 /* #undef HAVE_FPSETMASK */ 00426 00427 /* Define if you have the fseeko function. */ 00428 /* #undef HAVE_FSEEKO */ 00429 00430 /* Define if you have the ftruncate function. */ 00431 /* #define HAVE_FTRUNCATE 1 */ 00432 00433 /* Define if you have the getcwd function. */ 00434 #define HAVE_GETCWD 1 00435 00436 /* Define if you have the gethostbyaddr_r function. */ 00437 /* #undef HAVE_GETHOSTBYADDR_R */ 00438 00439 /* Define if you have the gethostbyname_r function. */ 00440 /* #undef HAVE_GETHOSTBYNAME_R */ 00441 00442 /* Define if you have the getpagesize function. */ 00443 #define HAVE_GETPAGESIZE 1 00444 00445 /* Define if you have the getpass function. */ 00446 /*#define HAVE_GETPASS 1 */ 00447 00448 /* Define if you have the getpassphrase function. */ 00449 /* #undef HAVE_GETPASSPHRASE */ 00450 00451 /* Define if you have the getpwnam function. */ 00452 /* #define HAVE_GETPWNAM 1 */ 00453 00454 /* Define if you have the getpwuid function. */ 00455 /* #define HAVE_GETPWUID 1 */ 00456 00457 /* Define if you have the getrlimit function. */ 00458 /* #undef HAVE_GETRLIMIT */ 00459 00460 /* Define if you have the getrusage function. */ 00461 /* #undef HAVE_GETRUSAGE */ 00462 00463 /* Define if you have the getwd function. */ 00464 #define HAVE_GETWD 1 00465 00466 /* Define to 1 if you have the `gmtime_r' function. */ 00467 #define HAVE_GMTIME_R 1 00468 00469 /* Define if you have the index function. */ 00470 #define HAVE_INDEX 1 00471 00472 /* Define if you have the initgroups function. */ 00473 /* #undef HAVE_INITGROUPS */ 00474 00475 /* Define if you have the localtime_r function. */ 00476 #define HAVE_LOCALTIME_R 1 00477 00478 /* Define if you have the locking function. */ 00479 /* #undef HAVE_LOCKING */ 00480 00481 /* Define if you have the longjmp function. */ 00482 #define HAVE_LONGJMP 1 00483 00484 /* Define if you have the lrand48 function. */ 00485 /* #undef HAVE_LRAND48 */ 00486 00487 /* Define if you have the lstat function. */ 00488 /* #undef HAVE_LSTAT */ 00489 00490 /* Define if you have the madvise function. */ 00491 /* #undef HAVE_MADVISE */ 00492 00493 /* Define if you have the memcpy function. */ 00494 #define HAVE_MEMCPY 1 00495 00496 /* Define if you have the memmove function. */ 00497 #define HAVE_MEMMOVE 1 00498 00499 /* Define if you have the mkstemp function. */ 00500 /* #define HAVE_MKSTEMP 1 */ 00501 00502 /* Define if you have the mlockall function. */ 00503 /* #undef HAVE_MLOCKALL */ 00504 00505 /* Define if you have the perror function. */ 00506 #define HAVE_PERROR 1 00507 00508 /* Define if you have the poll function. */ 00509 /* #undef HAVE_POLL */ 00510 00511 /* Define if you have the pread function. */ 00512 /* #undef HAVE_PREAD */ 00513 00514 /* Define if you have the pthread_attr_create function. */ 00515 /* #undef HAVE_PTHREAD_ATTR_CREATE */ 00516 00517 /* Define if you have the pthread_attr_setprio function. */ 00518 #define HAVE_PTHREAD_ATTR_SETPRIO 1 00519 00520 /* Define if you have the pthread_attr_setschedparam function. */ 00521 /* #undef HAVE_PTHREAD_ATTR_SETSCHEDPARAM */ 00522 00523 /* Define if you have the pthread_attr_setstacksize function. */ 00524 #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 00525 00526 /* Define if you have the pthread_condattr_create function. */ 00527 /* #undef HAVE_PTHREAD_CONDATTR_CREATE */ 00528 00529 /* Define if you have the pthread_getsequence_np function. */ 00530 /* #undef HAVE_PTHREAD_GETSEQUENCE_NP */ 00531 00532 /* Define if you have the pthread_init function. */ 00533 /* #undef HAVE_PTHREAD_INIT */ 00534 00535 /* Define if you have the pthread_rwlock_rdlock function. */ 00536 /* #undef HAVE_PTHREAD_RWLOCK_RDLOCK */ 00537 00538 /* Define if you have the pthread_setprio function. */ 00539 #define HAVE_PTHREAD_SETPRIO 1 00540 00541 /* Define if you have the pthread_setprio_np function. */ 00542 /* #undef HAVE_PTHREAD_SETPRIO_NP */ 00543 00544 /* Define if you have the pthread_setschedparam function. */ 00545 /* #undef HAVE_PTHREAD_SETSCHEDPARAM */ 00546 00547 /* Define if you have the pthread_sigmask function. */ 00548 #define HAVE_PTHREAD_SIGMASK 1 00549 00550 /* Define if you have the putenv function. */ 00551 #define HAVE_PUTENV 1 00552 00553 /* Define if you have the readlink function. */ 00554 /* #undef HAVE_READLINK */ 00555 00556 /* Define if you have the realpath function. */ 00557 /* #undef HAVE_REALPATH */ 00558 00559 /* Define if you have the rename function. */ 00560 #define HAVE_RENAME 1 00561 00562 /* Define if you have the rint function. */ 00563 #define HAVE_RINT 1 00564 00565 /* Define if you have the rwlock_init function. */ 00566 /* #undef HAVE_RWLOCK_INIT */ 00567 00568 /* Define if you have the select function. */ 00569 #define HAVE_SELECT 1 00570 00571 /* Define if you have the setenv function. */ 00572 /* #undef HAVE_SETENV */ 00573 00574 /* Define if you have the setlocale function. */ 00575 #define HAVE_SETLOCALE 1 00576 00577 /* Define if you have the setupterm function. */ 00578 /* #undef HAVE_SETUPTERM */ 00579 00580 /* Define if you have the sighold function. */ 00581 /* #undef HAVE_SIGHOLD */ 00582 00583 /* Define if you have the sigset function. */ 00584 /* #undef HAVE_SIGSET */ 00585 00586 /* Define if you have the sigthreadmask function. */ 00587 /* #undef HAVE_SIGTHREADMASK */ 00588 00589 /* Define if you have the snprintf function. */ 00590 /* #define HAVE_SNPRINTF 1 */ 00591 00592 /* Define if you have the socket function. */ 00593 #define HAVE_SOCKET 1 00594 00595 /* Define if you have the stpcpy function. */ 00596 /* #undef HAVE_STPCPY */ 00597 00598 /* Define if you have the strcasecmp function. */ 00599 /* #undef HAVE_STRCASECMP */ 00600 00601 /* Define if you have the strcoll function. */ 00602 #define HAVE_STRCOLL 1 00603 00604 /* Define if you have the strerror function. */ 00605 #define HAVE_STRERROR 1 00606 00607 /* Define if you have the strnlen function. */ 00608 /* #undef HAVE_STRNLEN */ 00609 00610 /* Define if you have the strpbrk function. */ 00611 #define HAVE_STRPBRK 1 00612 00613 /* Define if you have the strstr function. */ 00614 #define HAVE_STRSTR 1 00615 00616 /* Define if you have the strtok_r function. */ 00617 /* #undef HAVE_STRTOK_R */ 00618 00619 /* Define if you have the strtol function. */ 00620 #define HAVE_STRTOL 1 00621 00622 /* Define if you have the strtoul function. */ 00623 #define HAVE_STRTOUL 1 00624 00625 /* Define if you have the strtoull function. */ 00626 /* #undef HAVE_STRTOULL */ 00627 00628 /* Define if you have the tcgetattr function. */ 00629 #define HAVE_TCGETATTR 1 00630 00631 /* Define if you have the tell function. */ 00632 #define HAVE_TELL 1 00633 00634 /* Define if you have the tempnam function. */ 00635 #define HAVE_TEMPNAM 1 00636 00637 /* Define if you have the thr_setconcurrency function. */ 00638 /* #undef HAVE_THR_SETCONCURRENCY */ 00639 00640 /* Define if you have the vidattr function. */ 00641 /* #undef HAVE_VIDATTR */ 00642 00643 /* Define if you have the <alloca.h> header file. */ 00644 /* #define HAVE_ALLOCA_H 1 */ 00645 00646 /* Define if you have the <arpa/inet.h> header file. */ 00647 #define HAVE_ARPA_INET_H 1 00648 00649 /* Define if you have the <asm/termbits.h> header file. */ 00650 /* #undef HAVE_ASM_TERMBITS_H */ 00651 00652 /* Define if you have the <crypt.h> header file. */ 00653 #define HAVE_CRYPT_H 1 00654 00655 /* Define if you have the <curses.h> header file. */ 00656 /* #define HAVE_CURSES_H 1 */ 00657 00658 /* Define if you have the <dirent.h> header file. */ 00659 /* #define HAVE_DIRENT_H 1 */ 00660 00661 /* Define if you have the <fcntl.h> header file. */ 00662 #define HAVE_FCNTL_H 1 00663 00664 /* Define if you have the <float.h> header file. */ 00665 #define HAVE_FLOAT_H 1 00666 00667 /* Define if you have the <floatingpoint.h> header file. */ 00668 /* #undef HAVE_FLOATINGPOINT_H */ 00669 00670 /* Define if you have the <grp.h> header file. */ 00671 /* #define HAVE_GRP_H 1 */ 00672 00673 /* Define if you have the <ieeefp.h> header file. */ 00674 /* #undef HAVE_IEEEFP_H */ 00675 00676 /* Define if you have the <limits.h> header file. */ 00677 #define HAVE_LIMITS_H 1 00678 00679 /* Define if you have the <locale.h> header file. */ 00680 #define HAVE_LOCALE_H 1 00681 00682 /* Define if you have the <memory.h> header file. */ 00683 #define HAVE_MEMORY_H 1 00684 00685 /* Define if you have the <ndir.h> header file. */ 00686 /* #undef HAVE_NDIR_H */ 00687 00688 /* Define if you have the <netinet/in.h> header file. */ 00689 #define HAVE_NETINET_IN_H 1 00690 00691 /* Define if you have the <paths.h> header file. */ 00692 /* #undef HAVE_PATHS_H */ 00693 00694 /* Define if you have the <pwd.h> header file. */ 00695 /* #define HAVE_PWD_H 1 */ 00696 00697 /* Define if you have the <sched.h> header file. */ 00698 /* #undef HAVE_SCHED_H */ 00699 00700 /* Define if you have the <select.h> header file. */ 00701 /* #undef HAVE_SELECT_H */ 00702 00703 /* Define if you have the <stdarg.h> header file. */ 00704 #define HAVE_STDARG_H 1 00705 00706 /* Define if you have the <stddef.h> header file. */ 00707 #define HAVE_STDDEF_H 1 00708 00709 /* Define if you have the <stdlib.h> header file. */ 00710 #define HAVE_STDLIB_H 1 00711 00712 /* Define if you have the <string.h> header file. */ 00713 #define HAVE_STRING_H 1 00714 00715 /* Define if you have the <strings.h> header file. */ 00716 /* #define HAVE_STRINGS_H 1 */ 00717 00718 /* Define if you have the <synch.h> header file. */ 00719 /* #undef HAVE_SYNCH_H */ 00720 00721 /* Define if you have the <sys/dir.h> header file. */ 00722 /* #define HAVE_SYS_DIR_H 1 */ 00723 00724 /* Define if you have the <sys/file.h> header file. */ 00725 /* #define HAVE_SYS_FILE_H 1 */ 00726 00727 /* Define if you have the <sys/ioctl.h> header file. */ 00728 #define HAVE_SYS_IOCTL_H 1 00729 00730 /* Define if you have the <sys/mman.h> header file. */ 00731 /* #undef HAVE_SYS_MMAN_H */ 00732 00733 /* Define if you have the <sys/ndir.h> header file. */ 00734 /* #undef HAVE_SYS_NDIR_H */ 00735 00736 /* Define if you have the <sys/pte.h> header file. */ 00737 /* #undef HAVE_SYS_PTE_H */ 00738 00739 /* Define if you have the <sys/ptem.h> header file. */ 00740 /* #undef HAVE_SYS_PTEM_H */ 00741 00742 /* Define if you have the <sys/select.h> header file. */ 00743 #define HAVE_SYS_SELECT_H 1 00744 00745 /* Define if you have the <sys/socket.h> header file. */ 00746 #define HAVE_SYS_SOCKET_H 1 00747 00748 /* Define if you have the <sys/stream.h> header file. */ 00749 /* #undef HAVE_SYS_STREAM_H */ 00750 00751 /* Define if you have the <sys/timeb.h> header file. */ 00752 #define HAVE_SYS_TIMEB_H 1 00753 00754 /* Define if you have the <sys/types.h> header file. */ 00755 #define HAVE_SYS_TYPES_H 1 00756 00757 /* Define if you have the <sys/un.h> header file. */ 00758 #define HAVE_SYS_UN_H 1 00759 00760 /* Define if you have the <sys/utime.h> header file. */ 00761 #define HAVE_SYS_UTIME_H 1 00762 00763 /* Define if you have the <sys/vadvise.h> header file. */ 00764 /* #undef HAVE_SYS_VADVISE_H */ 00765 00766 /* Define if you have the <sys/wait.h> header file. */ 00767 /* #define HAVE_SYS_WAIT_H 1 */ 00768 00769 /* Define if you have the <term.h> header file. */ 00770 /* #undef HAVE_TERM_H */ 00771 00772 /* Define if you have the <termbits.h> header file. */ 00773 /* #undef HAVE_TERMBITS_H */ 00774 00775 /* Define if you have the <termcap.h> header file. */ 00776 /* #define HAVE_TERMCAP_H 1 */ 00777 00778 /* Define if you have the <termio.h> header file. */ 00779 /* /#define HAVE_TERMIO_H 1 */ 00780 00781 /* Define if you have the <termios.h> header file. */ 00782 /* #define HAVE_TERMIOS_H 1 */ 00783 00784 /* Define if you have the <unistd.h> header file. */ 00785 #define HAVE_UNISTD_H 1 00786 00787 /* Define if you have the <utime.h> header file. */ 00788 #define HAVE_UTIME_H 1 00789 00790 /* Define if you have the <varargs.h> header file. */ 00791 #define HAVE_VARARGS_H 1 00792 00793 /* Define if you have the bind library (-lbind). */ 00794 /* #undef HAVE_LIBBIND */ 00795 00796 /* Define if you have the c_r library (-lc_r). */ 00797 /* #undef HAVE_LIBC_R */ 00798 00799 /* Define if you have the compat library (-lcompat). */ 00800 /* #undef HAVE_LIBCOMPAT */ 00801 00802 /* Define if you have the crypt library (-lcrypt). */ 00803 #define HAVE_LIBCRYPT 1 00804 00805 /* Define if you have the dl library (-ldl). */ 00806 #define HAVE_LIBDL 1 00807 00808 /* Define if you have the gen library (-lgen). */ 00809 /* #undef HAVE_LIBGEN */ 00810 00811 /* Define if you have the m library (-lm). */ 00812 #define HAVE_LIBM 1 00813 00814 /* Define if you have the nsl library (-lnsl). */ 00815 /* #undef HAVE_LIBNSL */ 00816 00817 /* Define if you have the nsl_r library (-lnsl_r). */ 00818 /* #undef HAVE_LIBNSL_R */ 00819 00820 /* Define if you have the pthread library (-lpthread). */ 00821 /* #undef HAVE_LIBPTHREAD */ 00822 00823 /* Define if you have the socket library (-lsocket). */ 00824 /* #undef HAVE_LIBSOCKET */ 00825 00826 /* Number of bits in a file offset, on hosts where this is settable. */ 00827 /* #undef _FILE_OFFSET_BITS */ 00828 00829 /* Define to make fseeko etc. visible, on some hosts. */ 00830 /* #undef _LARGEFILE_SOURCE */ 00831 00832 /* Define for large files, on AIX-style hosts. */ 00833 /* #undef _LARGE_FILES */ 00834 00835 #endif /* __CONFIG_OS2_H__ */