1 /* acconfig.h - used by autoheader to make config.h.in
2 * Copyright (C) 1998 Free Software Foundation, Inc.
4 * This file is part of GNUPG.
6 * GNUPG is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
11 * GNUPG is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
20 #ifndef GNUPG_CONFIG_H
21 #define GNUPG_CONFIG_H
23 /* need this, because some autoconf tests rely on this (e.g. stpcpy)
24 * and it should be used for new programs
34 #undef PRINTABLE_OS_NAME
35 #undef IS_DEVELOPMENT_VERSION
37 /* Define if your locale.h file contains LC_MESSAGES. */
38 #undef HAVE_LC_MESSAGES
40 /* Define to 1 if NLS is requested. */
43 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
46 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
49 /* libintl.h is available; this is obsolete because if we don't have
50 * this header we use a symlink to the one in intl/ */
59 #undef BIG_ENDIAN_HOST
60 #undef LITTLE_ENDIAN_HOST
62 #undef HAVE_BYTE_TYPEDEF
63 #undef HAVE_USHORT_TYPEDEF
64 #undef HAVE_ULONG_TYPEDEF
65 #undef HAVE_U16_TYPEDEF
66 #undef HAVE_U32_TYPEDEF
68 #undef HAVE_BROKEN_MLOCK
70 /* defined if we have a /dev/random and /dev/urandom */
71 #undef HAVE_DEV_RANDOM
72 /* and the real names of the random devices */
73 #undef NAME_OF_DEV_RANDOM
74 #undef NAME_OF_DEV_URANDOM
75 /* Linux has an ioctl */
76 #undef HAVE_DEV_RANDOM_IOCTL
77 /* see cipher/rndegd.c */
78 #undef EGD_SOCKET_NAME
81 #undef USE_DYNAMIC_LINKING
83 #undef HAVE_DL_SHL_LOAD
84 #undef HAVE_DLD_DLD_LINK
86 #undef USE_SHM_COPROCESSING
88 #undef IPC_HAVE_SHM_LOCK
89 #undef IPC_RMID_DEFERRED_RELEASE
91 /* set this to limit filenames to the 8.3 format */
93 /* defined if we must run on a stupid file system */
94 #undef HAVE_DRIVE_LETTERS
95 /* defined if we run on some of the PCDOS like systems (DOS, Windoze. OS/2)
96 * with special properties like no file modes */
97 #undef HAVE_DOSISH_SYSTEM
98 /* because the Unix gettext has to much overhead on MingW32 systems
99 * and these systems lack Posix functions, we use a simplified version
101 #undef USE_SIMPLE_GETTEXT
102 /* At some point in the system we need to know that we use the Windows
104 #undef USE_STATIC_RNDW32
106 #undef USE_CAPABILITIES
108 /* Some systems have mkdir that takes a single argument. */
109 #undef MKDIR_TAKES_ONE_ARG
114 #include "gnupg-defs.h"
116 #endif /*GNUPG_CONFIG_H*/