~siretart/x2go/x2go-pinentry-gtk-FAU-trunk

2 by Moritz Morty Strübe
Copy from pinentry-x2go-gtk-0.7.5
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3
/* The GUI pinentries should fall back to curses if X is not available. */
4
#undef FALLBACK_CURSES
5
6
/* Defined if the mlock() call does not work */
7
#undef HAVE_BROKEN_MLOCK
8
9
/* Defined if a `byte' is typedef'd */
10
#undef HAVE_BYTE_TYPEDEF
11
12
/* Defined if we run on some of the PCDOS like systems (DOS, Windoze. OS/2)
13
   with special properties like no file modes */
14
#undef HAVE_DOSISH_SYSTEM
15
16
/* defined if we must run on a stupid file system */
17
#undef HAVE_DRIVE_LETTERS
18
19
/* Defined if GTK is available */
20
#undef HAVE_GTK
21
22
/* Define if you have the iconv() function. */
23
#undef HAVE_ICONV
24
25
/* Define to 1 if you have the <inttypes.h> header file. */
26
#undef HAVE_INTTYPES_H
27
28
/* Define to 1 if you have the <langinfo.h> header file. */
29
#undef HAVE_LANGINFO_H
30
31
/* Define if you have a working libpthread (will enable threaded code) */
32
#undef HAVE_LIBPTHREAD
33
34
/* Define to 1 if you have the `rt' library (-lrt). */
35
#undef HAVE_LIBRT
36
37
/* Define to 1 if you have the <locale.h> header file. */
38
#undef HAVE_LOCALE_H
39
40
/* Define to 1 if you have the <memory.h> header file. */
41
#undef HAVE_MEMORY_H
42
43
/* Defined if the system supports an mlock() call */
44
#undef HAVE_MLOCK
45
46
/* Define to 1 if you have the `mmap' function. */
47
#undef HAVE_MMAP
48
49
/* Define to 1 if you have the `plock' function. */
50
#undef HAVE_PLOCK
51
52
/* Define to 1 if you have the <pthread/linuxthreads/pthread.h> header file.
53
   */
54
#undef HAVE_PTHREAD_LINUXTHREADS_PTHREAD_H
55
56
/* Define to 1 if you have the `seteuid' function. */
57
#undef HAVE_SETEUID
58
59
/* Define to 1 if you have the <stdint.h> header file. */
60
#undef HAVE_STDINT_H
61
62
/* Define to 1 if you have the <stdlib.h> header file. */
63
#undef HAVE_STDLIB_H
64
65
/* Define to 1 if you have the `stpcpy' function. */
66
#undef HAVE_STPCPY
67
68
/* Define to 1 if you have the <strings.h> header file. */
69
#undef HAVE_STRINGS_H
70
71
/* Define to 1 if you have the <string.h> header file. */
72
#undef HAVE_STRING_H
73
74
/* Define to 1 if you have the <sys/mman.h> header file. */
75
#undef HAVE_SYS_MMAN_H
76
77
/* Define to 1 if you have the <sys/stat.h> header file. */
78
#undef HAVE_SYS_STAT_H
79
80
/* Define to 1 if you have the <sys/types.h> header file. */
81
#undef HAVE_SYS_TYPES_H
82
83
/* Define to 1 if you have the <termio.h> header file. */
84
#undef HAVE_TERMIO_H
85
86
/* Defined if a `ulong' is typedef'd */
87
#undef HAVE_ULONG_TYPEDEF
88
89
/* Define to 1 if you have the <unistd.h> header file. */
90
#undef HAVE_UNISTD_H
91
92
/* Define to 1 if you have the <utime.h> header file. */
93
#undef HAVE_UTIME_H
94
95
/* Defined if we run on a W32 API based system */
96
#undef HAVE_W32_SYSTEM
97
98
/* Define as const if the declaration of iconv() needs const. */
99
#undef ICONV_CONST
100
101
/* Name of package */
102
#undef PACKAGE
103
104
/* Define to the address where bug reports for this package should be sent. */
105
#undef PACKAGE_BUGREPORT
106
107
/* Define to the full name of this package. */
108
#undef PACKAGE_NAME
109
110
/* Define to the full name and version of this package. */
111
#undef PACKAGE_STRING
112
113
/* Define to the one symbol short name of this package. */
114
#undef PACKAGE_TARNAME
115
116
/* Define to the version of this package. */
117
#undef PACKAGE_VERSION
118
119
/* The Curses version of Pinentry is to be build */
120
#undef PINENTRY_CURSES
121
122
/* The GTK+ version of Pinentry is to be build */
123
#undef PINENTRY_GTK
124
125
/* The Qt version of Pinentry is to be build */
126
#undef PINENTRY_QT
127
128
/* Define to 1 if you have the ANSI C header files. */
129
#undef STDC_HEADERS
130
131
/* The capabilities support library is installed */
132
#undef USE_CAPABILITIES
133
134
/* set this to limit filenames to the 8.3 format */
135
#undef USE_ONLY_8DOT3
136
137
/* Version number of package */
138
#undef VERSION
139
140
/* Define to 1 if the X Window System is missing or not being used. */
141
#undef X_DISPLAY_MISSING
142
143
/* Enable GNU extensions on systems that have them.  */
144
#ifndef _GNU_SOURCE
145
# undef _GNU_SOURCE
146
#endif