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

« back to all changes in this revision

Viewing changes to sigscheme/src/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Masahito Omote
  • Date: 2008-05-18 22:18:10 UTC
  • mfrom: (1.1.8 upstream)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20080518221810-4d2rd0ca18xnu8kc
Tags: 1:1.5.1-1
* New upstream release
* uim-qt3: Add uim inputcontext plugin for Qt3. And due to uim-*-qt are
  not supported in Qt4 for now officially, uim-*-qt are contained in
  this package.
* uim-qt: Depends uim-qt3 because of described above.
* libuim6: New package for syncing with upstream upgrade soversion.
* 05_qmake_bug_workaround.dpatch: patch for the workaround that qmake does
  not add link option against other libraries(e.g. -lX11) by default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
/* Define to 1 if f(va_list va){ &va; } works as expected. */
120
120
#undef HAVE_REFERENCEABLE_PASSED_VA_LIST
121
121
 
 
122
/* Define to 1 if you have the `sigsetjmp' (and 'siglongjmp') function or
 
123
   macro. */
 
124
#undef HAVE_SIGSETJMP
 
125
 
122
126
/* Define to 1 if you have the <stddef.h> header file. */
123
127
#undef HAVE_STDDEF_H
124
128
 
323
327
/* int_fixnum */
324
328
#undef SCM_USE_INT_FIXNUM
325
329
 
326
 
/* 'define-macro' (not implemented yet) */
 
330
/* 'define-macro' syntactic closure */
327
331
#undef SCM_USE_LEGACY_MACRO
328
332
 
329
333
/* building libsscm */
350
354
/* R5RS ports */
351
355
#undef SCM_USE_PORT
352
356
 
353
 
/* R5RS promise (not implemented yet) */
 
357
/* R5RS promises */
354
358
#undef SCM_USE_PROMISE
355
359
 
356
360
/* R5RS quasiquotation */
357
361
#undef SCM_USE_QUASIQUOTE
358
362
 
 
363
/* R6RS characters (preliminary) */
 
364
#undef SCM_USE_R6RS_CHARS
 
365
 
 
366
/* named characters of R6RS (preliminary) */
 
367
#undef SCM_USE_R6RS_NAMED_CHARS
 
368
 
359
369
/* R5RS rational numbers (not implemented yet) */
360
370
#undef SCM_USE_RATIONAL
361
371
 
380
390
/* sjis_as_default */
381
391
#undef SCM_USE_SJIS_AS_DEFAULT
382
392
 
383
 
/* SRFI-1 list library (broken) */
 
393
/* SRFI-0 'cond-expand' */
 
394
#undef SCM_USE_SRFI0
 
395
 
 
396
/* SRFI-1 list library */
384
397
#undef SCM_USE_SRFI1
385
398
 
386
399
/* SRFI-2 'and-let*' */
401
414
/* SRFI-38 'write/ss' ('read/ss' is not provided) */
402
415
#undef SCM_USE_SRFI38
403
416
 
 
417
/* SRFI-43 vector library */
 
418
#undef SCM_USE_SRFI43
 
419
 
404
420
/* SRFI-48 'format' (superset of SRFI-28) */
405
421
#undef SCM_USE_SRFI48
406
422
 
 
423
/* SRFI-55 'require-extension' */
 
424
#undef SCM_USE_SRFI55
 
425
 
407
426
/* SRFI-6 basic string ports */
408
427
#undef SCM_USE_SRFI6
409
428
 
410
429
/* SRFI-60 integers as bits (partial) */
411
430
#undef SCM_USE_SRFI60
412
431
 
413
 
/* SRFI-75 R6RS unicode data (partial and obsolete) */
414
 
#undef SCM_USE_SRFI75
415
 
 
416
 
/* named characters of SRFI-75 R6RS unicode data */
417
 
#undef SCM_USE_SRFI75_NAMED_CHARS
 
432
/* SRFI-69 basic hash tables */
 
433
#undef SCM_USE_SRFI69
418
434
 
419
435
/* SRFI-8 'receive' */
420
436
#undef SCM_USE_SRFI8
421
437
 
 
438
/* SRFI-9 defining record types */
 
439
#undef SCM_USE_SRFI9
 
440
 
 
441
/* SRFI-95 sorting and merging */
 
442
#undef SCM_USE_SRFI95
 
443
 
422
444
/* SigScheme-specific extensions */
423
445
#undef SCM_USE_SSCM_EXTENSIONS
424
446