~ubuntu-branches/ubuntu/maverick/uim/maverick

« back to all changes in this revision

Viewing changes to uim/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Masahito Omote
  • Date: 2008-06-25 19:56:33 UTC
  • mfrom: (3.1.18 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080625195633-8jljph4rfq00l8o7
Tags: 1:1.5.1-2
* uim-tcode: provide tutcode-custom.scm, tutcode-bushudic.scm
  and tutcode-rule.scm (Closes: #482659)
* Fix FTBFS: segv during compile (Closes: #483078).
  I personally think this bug is not specific for uim but is a optimization
  problem on gcc-4.3.1. (https://bugs.freedesktop.org/show_bug.cgi?id=16477)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* uim/config.h.in.  Generated from configure.ac by autoheader.  */
2
2
 
 
3
/* Define if your snprintf is busted */
 
4
#undef BROKEN_SNPRINTF
 
5
 
3
6
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
4
7
   systems. This function is required for `alloca.c' support on those systems.
5
8
   */
11
14
/* read-only architecture-independent data dir */
12
15
#undef DATADIR
13
16
 
 
17
/* Define if EB Library supports remote access. */
 
18
#undef EBCONF_ENABLE_EBNET
 
19
 
 
20
/* Define if EB Library supports native language. */
 
21
#undef EBCONF_ENABLE_NLS
 
22
 
 
23
/* Define if EB Library supports pthread. */
 
24
#undef EBCONF_ENABLE_PTHREAD
 
25
 
 
26
/* set notify interface with knotify3 */
 
27
#undef ENABLE_KNOTIFY3
 
28
 
 
29
/* set notify interface with libnotify */
 
30
#undef ENABLE_LIBNOTIFY
 
31
 
14
32
/* Define to 1 if translation of program messages to the user's native
15
33
   language is requested. */
16
34
#undef ENABLE_NLS
37
55
/* Define to 1 if you have the <assert.h> header file. */
38
56
#undef HAVE_ASSERT_H
39
57
 
40
 
/* Define to 1 if you have the `bzero' function. */
41
 
#undef HAVE_BZERO
42
 
 
43
 
/* define if you have vsnprintf with C99 semantics (set by configure) */
44
 
#undef HAVE_C99_VSNPRINTF
45
 
 
46
58
/* Define to 1 if you have the <canna/RK.h> header file. */
47
59
#undef HAVE_CANNA_RK_H
48
60
 
52
64
/* Define to 1 if you have the `chmod' function. */
53
65
#undef HAVE_CHMOD
54
66
 
 
67
/* Define if gai_strerror() returns const char * */
 
68
#undef HAVE_CONST_GAI_STRERROR_PROTO
 
69
 
55
70
/* Define to 1 if you have the <ctype.h> header file. */
56
71
#undef HAVE_CTYPE_H
57
72
 
89
104
/* Define to 1 if you have the `forkpty' function. */
90
105
#undef HAVE_FORKPTY
91
106
 
 
107
/* Define to 1 if you have the `freeaddrinfo' function. */
 
108
#undef HAVE_FREEADDRINFO
 
109
 
 
110
/* Define to 1 if you have the `gai_strerror' function. */
 
111
#undef HAVE_GAI_STRERROR
 
112
 
 
113
/* Define to 1 if you have the `getaddrinfo' function. */
 
114
#undef HAVE_GETADDRINFO
 
115
 
 
116
/* Define to 1 if you have the `getnameinfo' function. */
 
117
#undef HAVE_GETNAMEINFO
 
118
 
92
119
/* Define to 1 if you have the <getopt.h> header file. */
93
120
#undef HAVE_GETOPT_H
94
121
 
104
131
/* Define if the GNU gettext() function is already present or preinstalled. */
105
132
#undef HAVE_GETTEXT
106
133
 
 
134
/* Define to 1 if you have the GNU libc. */
 
135
#undef HAVE_GLIBC
 
136
 
107
137
/* Define if you have the iconv() function. */
108
138
#undef HAVE_ICONV
109
139
 
 
140
/* Define to 1 if the system has the type `intmax_t'. */
 
141
#undef HAVE_INTMAX_T
 
142
 
 
143
/* Define to 1 if the system has the type `intptr_t'. */
 
144
#undef HAVE_INTPTR_T
 
145
 
110
146
/* Define to 1 if you have the <inttypes.h> header file. */
111
147
#undef HAVE_INTTYPES_H
112
148
 
113
149
/* Define to 1 if you have the `isascii' function. */
114
150
#undef HAVE_ISASCII
115
151
 
 
152
/* Define to 1 if you have the `issetugid' function. */
 
153
#undef HAVE_ISSETUGID
 
154
 
 
155
/* Define to 1 if you have the <jllib.h> header file. */
 
156
#undef HAVE_JLLIB_H
 
157
 
116
158
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
117
159
#undef HAVE_LANGINFO_CODESET
118
160
 
125
167
/* Define to 1 if you have the <libutil.h> header file. */
126
168
#undef HAVE_LIBUTIL_H
127
169
 
 
170
/* Define to 1 if you have the <limits.h> header file. */
 
171
#undef HAVE_LIMITS_H
 
172
 
128
173
/* Define to 1 if you have the <locale.h> header file. */
129
174
#undef HAVE_LOCALE_H
130
175
 
 
176
/* Define to 1 if the system has the type `long long int'. */
 
177
#undef HAVE_LONG_LONG_INT
 
178
 
131
179
/* Define to 1 if `lstat' has the bug that it succeeds when given the
132
180
   zero-length file name argument. */
133
181
#undef HAVE_LSTAT_EMPTY_STRING_BUG
147
195
/* Define to 1 if you have the <ncurses/term.h> header file. */
148
196
#undef HAVE_NCURSES_TERM_H
149
197
 
 
198
/* Define to 1 if you have the <netdb.h> header file. */
 
199
#undef HAVE_NETDB_H
 
200
 
150
201
/* Define to 1 if you have the <pty.h> header file. */
151
202
#undef HAVE_PTY_H
152
203
 
163
214
/* Define to 1 if you have the <signal.h> header file. */
164
215
#undef HAVE_SIGNAL_H
165
216
 
 
217
/* Define to 1 if you have the `sigsetjmp' (and 'siglongjmp') function or
 
218
   macro. */
 
219
#undef HAVE_SIGSETJMP
 
220
 
166
221
/* Define to 1 if the system has the type `sig_atomic_t'. */
167
222
#undef HAVE_SIG_ATOMIC_T
168
223
 
211
266
/* Define to 1 if you have the `strsep' function. */
212
267
#undef HAVE_STRSEP
213
268
 
 
269
/* Define to 1 if you have the `strtoll' function. */
 
270
#undef HAVE_STRTOLL
 
271
 
 
272
/* Define to 1 if you have the `strtonum' function. */
 
273
#undef HAVE_STRTONUM
 
274
 
 
275
/* define if you have struct addrinfo data type */
 
276
#undef HAVE_STRUCT_ADDRINFO
 
277
 
 
278
/* define if you have struct in6_addr data type */
 
279
#undef HAVE_STRUCT_IN6_ADDR
 
280
 
 
281
/* define if you have struct sockaddr_in6 data type */
 
282
#undef HAVE_STRUCT_SOCKADDR_IN6
 
283
 
 
284
/* define if you have struct sockaddr_storage data type */
 
285
#undef HAVE_STRUCT_SOCKADDR_STORAGE
 
286
 
 
287
/* Define to 1 if you have the <sysexits.h> header file. */
 
288
#undef HAVE_SYSEXITS_H
 
289
 
 
290
/* Define to 1 if you have the <sys/inttypes.h> header file. */
 
291
#undef HAVE_SYS_INTTYPES_H
 
292
 
214
293
/* Define to 1 if you have the <sys/ioctl.h> header file. */
215
294
#undef HAVE_SYS_IOCTL_H
216
295
 
244
323
/* Define to 1 if you have the <term.h> header file. */
245
324
#undef HAVE_TERM_H
246
325
 
 
326
/* Define to 1 if the system has the type `uintmax_t'. */
 
327
#undef HAVE_UINTMAX_T
 
328
 
 
329
/* Define to 1 if the system has the type `uintptr_t'. */
 
330
#undef HAVE_UINTPTR_T
 
331
 
247
332
/* Define to 1 if you have the <unistd.h> header file. */
248
333
#undef HAVE_UNISTD_H
249
334
 
250
335
/* Define to 1 if you have the `unsetenv' function. */
251
336
#undef HAVE_UNSETENV
252
337
 
 
338
/* Define to 1 if the system has the type `unsigned long long int'. */
 
339
#undef HAVE_UNSIGNED_LONG_LONG_INT
 
340
 
253
341
/* Define to 1 if you have the <util.h> header file. */
254
342
#undef HAVE_UTIL_H
255
343
 
298
386
/* libpanel-applet have set_background api */
299
387
#undef LIBPANEL_APPLET_HAVE_SET_BACKGROUND_WIDGET
300
388
 
 
389
/* max value of long long calculated by configure */
 
390
#undef LLONG_MAX
 
391
 
 
392
/* min value of long long calculated by configure */
 
393
#undef LLONG_MIN
 
394
 
301
395
/* locale dir */
302
396
#undef LOCALEDIR
303
397
 
323
417
/* Define to the version of this package. */
324
418
#undef PACKAGE_VERSION
325
419
 
 
420
/* Define to 1 if the C compiler supports function prototypes. */
 
421
#undef PROTOTYPES
 
422
 
326
423
/* Define as the return type of signal handlers (`int' or `void'). */
327
424
#undef RETSIGTYPE
328
425
 
335
432
/* Define to the type of arg 5 for `select'. */
336
433
#undef SELECT_TYPE_ARG5
337
434
 
338
 
/* The size of a `char', as computed by sizeof. */
339
 
#undef SIZEOF_CHAR
340
 
 
341
 
/* The size of a `int', as computed by sizeof. */
342
 
#undef SIZEOF_INT
343
 
 
344
 
/* The size of a `long', as computed by sizeof. */
345
 
#undef SIZEOF_LONG
346
 
 
347
 
/* The size of a `short', as computed by sizeof. */
348
 
#undef SIZEOF_SHORT
349
 
 
350
 
/* The size of a `void*', as computed by sizeof. */
351
 
#undef SIZEOF_VOIDP
 
435
/* Define as const if snprintf() can declare const char *fmt */
 
436
#undef SNPRINTF_CONST
352
437
 
353
438
/* If using the C implementation of alloca, define if you know the
354
439
   direction of stack growth for your system; otherwise it will be
355
 
   automatically deduced at run-time.
 
440
   automatically deduced at runtime.
356
441
        STACK_DIRECTION > 0 => grows toward higher addresses
357
442
        STACK_DIRECTION < 0 => grows toward lower addresses
358
443
        STACK_DIRECTION = 0 => direction of growth unknown */
361
446
/* Define to 1 if you have the ANSI C header files. */
362
447
#undef STDC_HEADERS
363
448
 
364
 
/* Enable obsolete part of uim-scm API */
365
 
#undef UIM_COMPAT_SCM
 
449
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 
450
#undef TIME_WITH_SYS_TIME
366
451
 
367
452
/* libexec dir */
368
453
#undef UIM_LIBEXECDIR
370
455
/* pixmaps directory */
371
456
#undef UIM_PIXMAPSDIR
372
457
 
 
458
/* Define to 1 if you want to use longjmp-based error handlings */
 
459
#undef UIM_USE_ERROR_GUARD
 
460
 
 
461
/* Define to 1 if you want to use uim-notify */
 
462
#undef UIM_USE_NOTIFY
 
463
 
373
464
/* use gtk2 */
374
465
#undef USE_GTK2
375
466
 
379
470
/* font antialiasing support */
380
471
#undef WITH_XFT
381
472
 
 
473
/* Wnn library directory */
 
474
#undef WNNLIBDIR
 
475
 
382
476
/* X11 Library Directory */
383
477
#undef XLIB_DIR
384
478
 
390
484
# undef _GNU_SOURCE
391
485
#endif
392
486
 
 
487
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
 
488
   <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
 
489
   #define below would cause a syntax error. */
 
490
#undef _UINT32_T
 
491
 
 
492
/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
 
493
   <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
 
494
   #define below would cause a syntax error. */
 
495
#undef _UINT64_T
 
496
 
 
497
/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
 
498
   <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
 
499
   #define below would cause a syntax error. */
 
500
#undef _UINT8_T
 
501
 
 
502
/* Define like PROTOTYPES; this can be used by system headers. */
 
503
#undef __PROTOTYPES
 
504
 
393
505
/* Define to empty if `const' does not conform to ANSI C. */
394
506
#undef const
395
507
 
 
508
/* Define to the type of a signed integer type of width exactly 16 bits if
 
509
   such a type exists and the standard includes do not define it. */
 
510
#undef int16_t
 
511
 
 
512
/* Define to the type of a signed integer type of width exactly 32 bits if
 
513
   such a type exists and the standard includes do not define it. */
 
514
#undef int32_t
 
515
 
 
516
/* Define to the type of a signed integer type of width exactly 64 bits if
 
517
   such a type exists and the standard includes do not define it. */
 
518
#undef int64_t
 
519
 
 
520
/* Define to the type of a signed integer type of width exactly 8 bits if such
 
521
   a type exists and the standard includes do not define it. */
 
522
#undef int8_t
 
523
 
 
524
/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
 
525
   not define. */
 
526
#undef intmax_t
 
527
 
 
528
/* Define to the type of a signed integer type wide enough to hold a pointer,
 
529
   if such a type exists, and if the system does not define it. */
 
530
#undef intptr_t
 
531
 
 
532
/* Define to `long int' if <sys/types.h> does not define. */
 
533
#undef off_t
 
534
 
396
535
/* Define to `int' if <sys/types.h> does not define. */
397
536
#undef pid_t
398
537
 
399
538
/* Define to rpl_realloc if the replacement function should be used. */
400
539
#undef realloc
401
540
 
402
 
/* Define to `unsigned' if <sys/types.h> does not define. */
 
541
/* Define to `unsigned int' if <sys/types.h> does not define. */
403
542
#undef size_t
404
543
 
 
544
/* Define to `int' if <sys/types.h> does not define. */
 
545
#undef ssize_t
 
546
 
 
547
/* Define to the type of an unsigned integer type of width exactly 16 bits if
 
548
   such a type exists and the standard includes do not define it. */
 
549
#undef uint16_t
 
550
 
 
551
/* Define to the type of an unsigned integer type of width exactly 32 bits if
 
552
   such a type exists and the standard includes do not define it. */
 
553
#undef uint32_t
 
554
 
 
555
/* Define to the type of an unsigned integer type of width exactly 64 bits if
 
556
   such a type exists and the standard includes do not define it. */
 
557
#undef uint64_t
 
558
 
 
559
/* Define to the type of an unsigned integer type of width exactly 8 bits if
 
560
   such a type exists and the standard includes do not define it. */
 
561
#undef uint8_t
 
562
 
 
563
/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
 
564
   do not define. */
 
565
#undef uintmax_t
 
566
 
 
567
/* Define to the type of an unsigned integer type wide enough to hold a
 
568
   pointer, if such a type exists, and if the system does not define it. */
 
569
#undef uintptr_t
 
570
 
405
571
/* Define as `fork' if `vfork' does not work. */
406
572
#undef vfork
407
573