mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@27 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: bc5bd4154e
Author: mrcolor <mrcolor@e54a6e83-5905-42d5-8d5c-058d10e6a962>
Date: 2009-12-08 (Tue, 08 Dec 2009)
119 lines
3.1 KiB
C
119 lines
3.1 KiB
C
/* include/config.h. Generated automatically by configure. */
|
|
/* include/config.h.in. Generated automatically from configure.in by autoheader. */
|
|
|
|
/* Define if on AIX 3.
|
|
System headers sometimes define this.
|
|
We just want to avoid a redefinition error message. */
|
|
#ifndef _ALL_SOURCE
|
|
/* #undef _ALL_SOURCE */
|
|
#endif
|
|
|
|
/* Define to empty if the keyword does not work. */
|
|
/* #undef const */
|
|
|
|
/* Define to `unsigned' if <sys/types.h> doesn't define. */
|
|
/* #undef size_t */
|
|
|
|
/* 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 on AIX 3.
|
|
System headers sometimes define this.
|
|
We just want to avoid a redefinition error message. */
|
|
#ifndef _ALL_SOURCE
|
|
/* #undef _ALL_SOURCE */
|
|
#endif
|
|
|
|
/* Define to empty if the keyword does not work. */
|
|
/* #undef const */
|
|
|
|
/* Define to `unsigned' if <sys/types.h> doesn't define. */
|
|
/* #undef size_t */
|
|
|
|
/* 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 debugging */
|
|
/* #undef DEBUG */
|
|
|
|
/* Define if openssl should be used for https support */
|
|
#define HAVE_SSL 1
|
|
|
|
/* Define if you have the gethostbyname function. */
|
|
#define HAVE_GETHOSTBYNAME 1
|
|
|
|
/* Define if you have the memcpy function. */
|
|
#define HAVE_MEMCPY 1
|
|
|
|
/* Define if you have the socket function. */
|
|
#define HAVE_SOCKET 1
|
|
|
|
/* Define if you have the strcasecmp function. */
|
|
#define HAVE_STRCASECMP 1
|
|
|
|
/* Define if you have the strchr function. */
|
|
#define HAVE_STRCHR 1
|
|
|
|
/* Define if you have the strcmp function. */
|
|
#define HAVE_STRCMP 1
|
|
|
|
/* Define if you have the strlen function. */
|
|
#define HAVE_STRLEN 1
|
|
|
|
/* Define if you have the strncasecmp function. */
|
|
#define HAVE_STRNCASECMP 1
|
|
|
|
/* Define if you have the strncmp function. */
|
|
#define HAVE_STRNCMP 1
|
|
|
|
/* Define if you have the strncpy function. */
|
|
#define HAVE_STRNCPY 1
|
|
|
|
/* Define if you have the strstr function. */
|
|
#define HAVE_STRSTR 1
|
|
|
|
/* Define if you have the <arpa/inet.h> header file. */
|
|
#define HAVE_ARPA_INET_H 1
|
|
|
|
/* Define if you have the <netdb.h> header file. */
|
|
#define HAVE_NETDB_H 1
|
|
|
|
/* Define if you have the <netinet/in.h> header file. */
|
|
#define HAVE_NETINET_IN_H 1
|
|
|
|
/* Define if you have the <netinet/in_systm.h> header file. */
|
|
#define HAVE_NETINET_IN_SYSTM_H 1
|
|
|
|
/* Define if you have the <stdlib.h> header file. */
|
|
#define HAVE_STDLIB_H 1
|
|
|
|
/* Define if you have the <sys/socket.h> header file. */
|
|
#define HAVE_SYS_SOCKET_H 1
|
|
|
|
/* Define if you have the <sys/time.h> header file. */
|
|
#define HAVE_SYS_TIME_H 1
|
|
|
|
/* Define if you have the <sys/times.h> header file. */
|
|
#define HAVE_SYS_TIMES_H 1
|
|
|
|
/* Define if you have the <unistd.h> header file. */
|
|
#define HAVE_UNISTD_H 1
|
|
|
|
/* Define if you have the resolv library (-lresolv). */
|
|
#define HAVE_LIBRESOLV 1
|
|
|
|
/* Define if you have the socket library (-lsocket). */
|
|
/* #undef HAVE_LIBSOCKET */
|
|
|
|
/* Name of package */
|
|
#define PACKAGE "libping"
|
|
|
|
/* Version number of package */
|
|
#define VERSION "1.14"
|