2015-12-30 15:04:18 +01:00
|
|
|
# This file is part of telegram-purple
|
|
|
|
#
|
|
|
|
# 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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
|
|
|
|
#
|
|
|
|
# Copyright Matthias Jentsch, Vitaly Valtman, Christopher Althaus, Markus Endres, Eion Robb 2014-2015
|
|
|
|
|
2015-10-24 12:31:11 +13:00
|
|
|
/* config.h. Generated from config.h.in by configure. */
|
|
|
|
/* config.h.in. Generated from configure.ac by autoheader. */
|
|
|
|
|
|
|
|
/* Define the gettext package to be used */
|
|
|
|
#define GETTEXT_PACKAGE "telegram-purple"
|
|
|
|
|
|
|
|
#define ENABLE_NLS 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <arpa/inet.h> header file. */
|
|
|
|
/* #undef HAVE_ARPA_INET_H */
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <fcntl.h> header file. */
|
|
|
|
#define HAVE_FCNTL_H 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
|
|
#define HAVE_INTTYPES_H 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `gcrypt' library (-lgcrypt). */
|
|
|
|
#define HAVE_LIBGCRYPT 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `rt' library (-lrt). */
|
|
|
|
/* #undef HAVE_LIBRT */
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `webp' library (-lwebp). */
|
|
|
|
#define HAVE_LIBWEBP 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have `z' library (-lz) */
|
|
|
|
#define HAVE_LIBZ 1
|
|
|
|
|
|
|
|
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
|
|
|
|
to 0 otherwise. */
|
|
|
|
#define HAVE_MALLOC 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
|
|
|
#define HAVE_MEMORY_H 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `memset' function. */
|
|
|
|
#define HAVE_MEMSET 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <netdb.h> header file. */
|
|
|
|
/* #undef HAVE_NETDB_H */
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <netinet/in.h> header file. */
|
|
|
|
/* #undef HAVE_NETINET_IN_H */
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */
|
|
|
|
#define HAVE_STDINT_H 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
|
|
|
#define HAVE_STDLIB_H 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `strdup' function. */
|
|
|
|
#define HAVE_STRDUP 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <strings.h> header file. */
|
|
|
|
#define HAVE_STRINGS_H 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <string.h> header file. */
|
|
|
|
#define HAVE_STRING_H 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/socket.h> header file. */
|
|
|
|
/* #undef HAVE_SYS_SOCKET_H */
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
|
|
|
#define HAVE_SYS_STAT_H 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/time.h> header file. */
|
|
|
|
#define HAVE_SYS_TIME_H 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/types.h> header file. */
|
|
|
|
#define HAVE_SYS_TYPES_H 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
|
|
#define HAVE_UNISTD_H 1
|
|
|
|
|
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
|
|
|
#define PACKAGE_BUGREPORT ""
|
|
|
|
|
|
|
|
/* Define to the full name of this package. */
|
|
|
|
#define PACKAGE_NAME "telegram-purple"
|
|
|
|
|
|
|
|
/* Define to the full name and version of this package. */
|
2015-10-24 19:17:29 +13:00
|
|
|
#define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION
|
2015-10-24 12:31:11 +13:00
|
|
|
|
|
|
|
/* Define to the one symbol short name of this package. */
|
2015-10-24 19:17:29 +13:00
|
|
|
#define PACKAGE_TARNAME PACKAGE_NAME
|
2015-10-24 12:31:11 +13:00
|
|
|
|
|
|
|
/* Define to the home page for this package. */
|
|
|
|
#define PACKAGE_URL ""
|
|
|
|
|
|
|
|
/* Define to 1 if you have the ANSI C header files. */
|
|
|
|
#define STDC_HEADERS 1
|
|
|
|
|
|
|
|
/* Define to rpl_malloc if the replacement function should be used. */
|
|
|
|
/* #undef malloc */
|
|
|
|
|
|
|
|
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
|
|
|
/* #undef size_t */
|