diff options
author | Slávek Banko <[email protected]> | 2021-11-05 13:28:23 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-11-05 13:28:23 +0100 |
commit | 8c787c3591c1c885b91a54128835b400858c5cca (patch) | |
tree | eca1b776912a305c4d45b3964038278a2fae1ead /debian/htdig/htdig-3.2.0b6/db/db_config.h.win32 | |
parent | fe188b907cdf30dfdfe0eba9412e7f8749fec158 (diff) | |
download | extra-dependencies-8c787c3591c1c885b91a54128835b400858c5cca.tar.gz extra-dependencies-8c787c3591c1c885b91a54128835b400858c5cca.zip |
DEB htdig: Added to repository.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'debian/htdig/htdig-3.2.0b6/db/db_config.h.win32')
-rw-r--r-- | debian/htdig/htdig-3.2.0b6/db/db_config.h.win32 | 159 |
1 files changed, 159 insertions, 0 deletions
diff --git a/debian/htdig/htdig-3.2.0b6/db/db_config.h.win32 b/debian/htdig/htdig-3.2.0b6/db/db_config.h.win32 new file mode 100644 index 00000000..625ee17d --- /dev/null +++ b/debian/htdig/htdig-3.2.0b6/db/db_config.h.win32 @@ -0,0 +1,159 @@ +/* db_config.h. */ +/* WIN32 Navtive Header File */ + +/* Define to empty if the keyword does not work. */ +/* #undef const */ + +/* Define if your struct stat has st_blksize. */ +/* #define HAVE_ST_BLKSIZE 1 */ + +/* Define to `int' if <sys/types.h> doesn't define. */ +/* #undef mode_t */ + +/* Define to `long' if <sys/types.h> doesn't define. */ +/* #undef off_t */ + +/* Define to `int' if <sys/types.h> doesn't define. */ +/* #undef pid_t */ + +/* Define to `unsigned' if <sys/types.h> doesn't define. */ +/* #undef size_t */ + +/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */ +/* #undef STAT_MACROS_BROKEN */ + +/* Define if you have the ANSI C header files. */ +#define STDC_HEADERS 1 + +/* Define if you can safely include both <sys/time.h> and <time.h>. */ +/* #define TIME_WITH_SYS_TIME 1 */ + +/* Define if your processor stores words with the most significant + byte first (like Motorola and SPARC, unlike Intel and VAX). */ +/* #undef WORDS_BIGENDIAN */ + +/* Define if you want a debugging version. */ +/* #undef DEBUG */ + +/* Define if you want a version that logs read operations. */ +/* #undef DEBUG_ROP */ + +/* Define if you want a version that logs write operations. */ +/* #undef DEBUG_WOP */ + +/* Define if you want a version with run-time diagnostic checking. */ +/* #undef DIAGNOSTIC */ + +/* Define if fcntl/F_SETFD denies child access to file descriptors. */ +/* #define HAVE_FCNTL_F_SETFD 1 */ + +/* Define if building big-file environment (e.g., Solaris, HP/UX). */ +/* #undef HAVE_FILE_OFFSET_BITS */ + +/* Define if building big-file environment (Linux). */ +/* #undef HAVE_LARGEFILE_SOURCE */ + +/* Mutex possibilities. */ +/* #undef HAVE_MUTEX_FCNTL */ +#define HAVE_MUTEX_TAS 1 +/* #undef HAVE_MUTEX_PTHREAD */ + +/* #undef HAVE_MUTEX_68K_GCC_ASSEMBLY */ +/* #undef HAVE_MUTEX_AIX_CHECK_LOCK */ +/* #undef HAVE_MUTEX_ALPHA_GCC_ASSEMBLY */ +/* #undef HAVE_MUTEX_HPPA_GCC_ASSEMBLY */ +/* #undef HAVE_MUTEX_HPPA_MSEM_INIT */ +/* #undef HAVE_MUTEX_MACOS */ +/* #undef HAVE_MUTEX_MSEM_INIT */ +/* #undef HAVE_MUTEX_PTHREADS */ +/* #undef HAVE_MUTEX_RELIANTUNIX_INITSPIN */ +/* #undef HAVE_MUTEX_SCO_X86_CC_ASSEMBLY */ +/* #undef HAVE_MUTEX_SEMA_INIT */ +/* #undef HAVE_MUTEX_SGI_INIT_LOCK */ +/* #undef HAVE_MUTEX_SOLARIS_LOCK_TRY */ +/* #undef HAVE_MUTEX_SOLARIS_LWP */ +/* #undef HAVE_MUTEX_SPARC_GCC_ASSEMBLY */ +#define HAVE_MUTEX_THREADS 1 +/* #undef HAVE_MUTEX_UI_THREADS */ +/* #undef HAVE_MUTEX_UTS_CC_ASSEMBLY */ +/* #undef HAVE_MUTEX_VMS */ +/* #undef HAVE_MUTEX_WIN16 */ +#define HAVE_MUTEX_WIN32 1 +/* #define HAVE_MUTEX_X86_GCC_ASSEMBLY 1 */ + +/* Define if you have the sigfillset function. */ +/* #define HAVE_SIGFILLSET 1 */ + +/* Define if your sprintf returns a pointer, not a length. */ +/* #undef SPRINTF_RET_CHARPNT */ + +/* Define if you have the getuid function. */ +/* #define HAVE_GETUID 1 */ + +/* Define if you have the mlock function. */ +/* #undef HAVE_MLOCK */ + +/* Define if you have the mmap function. */ +/* #define HAVE_MMAP 1 */ + +/* Define if you have the munlock function. */ +/* #undef HAVE_MUNLOCK */ + +/* Define if you have the munmap function. */ +#define HAVE_MUNMAP 1 + +/* Define if you have the pread function. */ +/* #undef HAVE_PREAD */ + +/* Define if you have the pstat_getdynamic function. */ +/* #undef HAVE_PSTAT_GETDYNAMIC */ + +/* Define if you have the qsort function. */ +#define HAVE_QSORT 1 + +/* Define if you have the sched_yield function. */ +/* #undef HAVE_SCHED_YIELD */ + +/* Define if you have the select function. */ +#define HAVE_SELECT 1 + +/* Define if you have the shmget function. */ +/* #undef HAVE_SHMGET */ + +/* Define if you have the sysconf function. */ +#define HAVE_SYSCONF 1 + +/* Define if you have the yield function. */ +/* #undef HAVE_YIELD */ + +/* Define if you have the <dirent.h> header file. */ +/* #define HAVE_DIRENT_H 1 */ + +/* Define if you have the <ndir.h> header file. */ +/* #undef HAVE_NDIR_H */ + +/* Define if you have the <sys/dir.h> header file. */ +/* #undef HAVE_SYS_DIR_H */ + +/* Define if you have the <sys/ndir.h> header file. */ +/* #undef HAVE_SYS_NDIR_H */ + +/* Define if you have the <sys/select.h> header file. */ +/* #define HAVE_SYS_SELECT_H 1 */ + +/* Define if you have the <sys/time.h> header file. */ +/* #define HAVE_SYS_TIME_H 1 */ + +/* Define if you have the z library (-lz). */ +#define HAVE_LIBZ 1 + +/* + * Big-file configuration. + */ +#ifdef HAVE_FILE_OFFSET_BITS +#define _FILE_OFFSET_BITS 64 +#endif + +#ifdef HAVE_LARGEFILE_SOURCE +#define _LARGEFILE_SOURCE +#endif |