loudmouth/inc/config.h
changeset 10 59927b2d3b75
parent 0 d0f3a028347a
equal deleted inserted replaced
0:d0f3a028347a 10:59927b2d3b75
     1 /* 
       
     2  * © .  All rights reserved.
       
     3  */
       
     4 /*
       
     5  * Copyright (C) 2003 Imendio AB
       
     6  *
       
     7  * This program is free software; you can redistribute it and/or
       
     8  * modify it under the terms of the GNU Lesser General Public License as
       
     9  * published by the Free Software Foundation; either version 2 of the
       
    10  * License, or (at your option) any later version.
       
    11  *
       
    12  * This program is distributed in the hope that it will be useful,
       
    13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    15  * Lesser General Public License for more details.
       
    16  *
       
    17  * You should have received a copy of the GNU Lesser General Public
       
    18  * License along with this program; if not, write to the
       
    19  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
       
    20  * Boston, MA 02111-1307, USA.
       
    21  */
       
    22  
       
    23 /* config.h.  Generated from config.h.in by configure.  */
       
    24 /* config.h.in.  Generated from configure.ac by autoheader.  */
       
    25 
       
    26 /* Define to 1 if you have the <arpa/inet.h> header file. */
       
    27 #define HAVE_ARPA_INET_H 1
       
    28 
       
    29 /* Define to 1 if you have the <dlfcn.h> header file. */
       
    30 #define HAVE_DLFCN_H 1
       
    31 
       
    32 /* Define to 1 if you have the <fcntl.h> header file. */
       
    33 #define HAVE_FCNTL_H 1
       
    34 
       
    35 /* whether to use GnuTSL support. */
       
    36 /* #undef HAVE_GNUTLS */
       
    37 
       
    38 /* Define if IDN support is included */
       
    39 /* #define HAVE_IDN 1 */
       
    40 
       
    41 /* Define to 1 if you have the <inttypes.h> header file. */
       
    42 #define HAVE_INTTYPES_H 1
       
    43 
       
    44 /* Define to 1 if you have the `nsl' library (-lnsl). */
       
    45 #define HAVE_LIBNSL 1
       
    46 
       
    47 /* Define to 1 if you have the `socket' library (-lsocket). */
       
    48 /* #undef HAVE_LIBSOCKET */
       
    49 
       
    50 /* Define to 1 if you have the <memory.h> header file. */
       
    51 #define HAVE_MEMORY_H 1
       
    52 
       
    53 /* Define to 1 if you have the <netdb.h> header file. */
       
    54 #define HAVE_NETDB_H 1
       
    55 
       
    56 /* Define to 1 if you have the <netinet/in.h> header file. */
       
    57 #define HAVE_NETINET_IN_H 1
       
    58 
       
    59 /* Have OpenSSL */
       
    60 #define HAVE_OPENSSL 
       
    61 
       
    62 /* Define to 1 if you have the <openssl/ssl.h> header file. */
       
    63 #define HAVE_OPENSSL_SSL_H 1
       
    64 
       
    65 /* whether to use SSL support. */
       
    66 #define HAVE_SSL 1
       
    67 
       
    68 /* Define to 1 if you have the <stdint.h> header file. */
       
    69 #define HAVE_STDINT_H 1
       
    70 
       
    71 /* Define to 1 if you have the <stdlib.h> header file. */
       
    72 #define HAVE_STDLIB_H 1
       
    73 
       
    74 /* Define to 1 if you have the <strings.h> header file. */
       
    75 #define HAVE_STRINGS_H 1
       
    76 
       
    77 /* Define to 1 if you have the <string.h> header file. */
       
    78 #define HAVE_STRING_H 1
       
    79 
       
    80 /* Define to 1 if you have the <sys/socket.h> header file. */
       
    81 #define HAVE_SYS_SOCKET_H 1
       
    82 
       
    83 /* Define to 1 if you have the <sys/stat.h> header file. */
       
    84 #define HAVE_SYS_STAT_H 1
       
    85 
       
    86 /* Define to 1 if you have the <sys/time.h> header file. */
       
    87 #define HAVE_SYS_TIME_H 1
       
    88 
       
    89 /* Define to 1 if you have the <sys/types.h> header file. */
       
    90 #define HAVE_SYS_TYPES_H 1
       
    91 
       
    92 /* Define if libc defines a timezone variable */
       
    93 /* #undef HAVE_TIMEZONE */
       
    94 
       
    95 /* Define if struct tm has a tm_gmtoff member */
       
    96 #define HAVE_TM_GMTOFF 1
       
    97 
       
    98 /* Define to 1 if you have the <unistd.h> header file. */
       
    99 #define HAVE_UNISTD_H 1
       
   100 
       
   101 /* Define to 1 if you have the <winsock2.h> header file. */
       
   102 /* #undef HAVE_WINSOCK2_H */
       
   103 
       
   104 /* Define to the address where bug reports for this package should be sent. */
       
   105 #define PACKAGE_BUGREPORT "loudmouth"
       
   106 
       
   107 /* Define to the full name of this package. */
       
   108 #define PACKAGE_NAME "Loudmouth"
       
   109 
       
   110 /* Define to the full name and version of this package. */
       
   111 #define PACKAGE_STRING "Loudmouth 1.2.0"
       
   112 
       
   113 /* Define to the one symbol short name of this package. */
       
   114 #define PACKAGE_TARNAME "loudmouth"
       
   115 
       
   116 /* Define to the version of this package. */
       
   117 #define PACKAGE_VERSION "1.2.0"
       
   118 
       
   119 /* Define to 1 if you have the ANSI C header files. */
       
   120 #define STDC_HEADERS 1