~x2go/x2go/pinentry-x2go_master

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Mike Gabriel
  • Date: 2012-06-13 12:55:37 UTC
  • Revision ID: git-v1:d2060291d5cc7beb92f78168e48ececfe765d552
Strip code project down to its essentials, remove a lot of unneeded cruft. / Make code tree fully build with autotools, see README file for further info.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
2
 
3
 
/* The GUI pinentries should fall back to curses if X is not available. */
4
 
#undef FALLBACK_CURSES
5
 
 
6
3
/* Defined if the mlock() call does not work */
7
4
#undef HAVE_BROKEN_MLOCK
8
5
 
16
13
/* defined if we must run on a stupid file system */
17
14
#undef HAVE_DRIVE_LETTERS
18
15
 
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
16
/* Define to 1 if you have the <inttypes.h> header file. */
26
17
#undef HAVE_INTTYPES_H
27
18
 
28
19
/* Define to 1 if you have the <langinfo.h> header file. */
29
20
#undef HAVE_LANGINFO_H
30
21
 
31
 
/* Define if you have a working libpthread (will enable threaded code) */
32
 
#undef HAVE_LIBPTHREAD
33
 
 
34
22
/* Define to 1 if you have the `rt' library (-lrt). */
35
23
#undef HAVE_LIBRT
36
24
 
49
37
/* Define to 1 if you have the `plock' function. */
50
38
#undef HAVE_PLOCK
51
39
 
52
 
/* Define to 1 if you have the <pthread/linuxthreads/pthread.h> header file.
53
 
   */
54
 
#undef HAVE_PTHREAD_LINUXTHREADS_PTHREAD_H
55
 
 
56
40
/* Define to 1 if you have the `seteuid' function. */
57
41
#undef HAVE_SETEUID
58
42
 
95
79
/* Defined if we run on a W32 API based system */
96
80
#undef HAVE_W32_SYSTEM
97
81
 
98
 
/* Define as const if the declaration of iconv() needs const. */
99
 
#undef ICONV_CONST
100
 
 
101
82
/* Name of package */
102
83
#undef PACKAGE
103
84
 
113
94
/* Define to the one symbol short name of this package. */
114
95
#undef PACKAGE_TARNAME
115
96
 
 
97
/* Define to the home page for this package. */
 
98
#undef PACKAGE_URL
 
99
 
116
100
/* Define to the version of this package. */
117
101
#undef PACKAGE_VERSION
118
102
 
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
103
/* Define to 1 if you have the ANSI C header files. */
129
104
#undef STDC_HEADERS
130
105
 
134
109
/* set this to limit filenames to the 8.3 format */
135
110
#undef USE_ONLY_8DOT3
136
111
 
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
 
 
 
112
/* Enable extensions on AIX 3, Interix.  */
 
113
#ifndef _ALL_SOURCE
 
114
# undef _ALL_SOURCE
 
115
#endif
143
116
/* Enable GNU extensions on systems that have them.  */
144
117
#ifndef _GNU_SOURCE
145
118
# undef _GNU_SOURCE
146
119
#endif
 
120
/* Enable threading extensions on Solaris.  */
 
121
#ifndef _POSIX_PTHREAD_SEMANTICS
 
122
# undef _POSIX_PTHREAD_SEMANTICS
 
123
#endif
 
124
/* Enable extensions on HP NonStop.  */
 
125
#ifndef _TANDEM_SOURCE
 
126
# undef _TANDEM_SOURCE
 
127
#endif
 
128
/* Enable general extensions on Solaris.  */
 
129
#ifndef __EXTENSIONS__
 
130
# undef __EXTENSIONS__
 
131
#endif
 
132
 
 
133
 
 
134
/* Version number of package */
 
135
#undef VERSION
 
136
 
 
137
/* Define to 1 if on MINIX. */
 
138
#undef _MINIX
 
139
 
 
140
/* Define to 2 if the system does not provide POSIX.1 features except with
 
141
   this defined. */
 
142
#undef _POSIX_1_SOURCE
 
143
 
 
144
/* Define to 1 if you need to in order for `stat' and other things to work. */
 
145
#undef _POSIX_SOURCE