File: config.h.in

package info (click to toggle)
clisp 1%3A2.48-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 42,820 kB
  • ctags: 14,003
  • sloc: lisp: 79,876; ansic: 39,797; xml: 26,508; sh: 11,756; fortran: 7,281; cpp: 2,663; makefile: 1,287; perl: 164
file content (596 lines) | stat: -rw-r--r-- 18,762 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
/* config.h.in.  Generated from configure.in by autoheader.  */

/* Define to 1 if you have the `add_history' function. */
#undef HAVE_ADD_HISTORY

/* Define to 1 if you have the `append_history' function. */
#undef HAVE_APPEND_HISTORY

/* Define to 1 if you have the `clear_history' function. */
#undef HAVE_CLEAR_HISTORY

/* Define to 1 if you have the declaration of `rl_already_prompted', and to 0
   if you don't. */
#undef HAVE_DECL_RL_ALREADY_PROMPTED

/* Define to 1 if you have the declaration of `rl_attempted_completion_over',
   and to 0 if you don't. */
#undef HAVE_DECL_RL_ATTEMPTED_COMPLETION_OVER

/* Define to 1 if you have the declaration of
   `rl_completion_append_character', and to 0 if you don't. */
#undef HAVE_DECL_RL_COMPLETION_APPEND_CHARACTER

/* Define to 1 if you have the declaration of `rl_completion_found_quote', and
   to 0 if you don't. */
#undef HAVE_DECL_RL_COMPLETION_FOUND_QUOTE

/* Define to 1 if you have the declaration of `rl_completion_invoking_key',
   and to 0 if you don't. */
#undef HAVE_DECL_RL_COMPLETION_INVOKING_KEY

/* Define to 1 if you have the declaration of
   `rl_completion_mark_symlink_dirs', and to 0 if you don't. */
#undef HAVE_DECL_RL_COMPLETION_MARK_SYMLINK_DIRS

/* Define to 1 if you have the declaration of `rl_completion_query_items', and
   to 0 if you don't. */
#undef HAVE_DECL_RL_COMPLETION_QUERY_ITEMS

/* Define to 1 if you have the declaration of `rl_completion_quote_character',
   and to 0 if you don't. */
#undef HAVE_DECL_RL_COMPLETION_QUOTE_CHARACTER

/* Define to 1 if you have the declaration of `rl_completion_suppress_append',
   and to 0 if you don't. */
#undef HAVE_DECL_RL_COMPLETION_SUPPRESS_APPEND

/* Define to 1 if you have the declaration of `rl_completion_suppress_quote',
   and to 0 if you don't. */
#undef HAVE_DECL_RL_COMPLETION_SUPPRESS_QUOTE

/* Define to 1 if you have the declaration of `rl_completion_type', and to 0
   if you don't. */
#undef HAVE_DECL_RL_COMPLETION_TYPE

/* Define to 1 if you have the declaration of `rl_dispatching', and to 0 if
   you don't. */
#undef HAVE_DECL_RL_DISPATCHING

/* Define to 1 if you have the declaration of `rl_display_prompt', and to 0 if
   you don't. */
#undef HAVE_DECL_RL_DISPLAY_PROMPT

/* Define to 1 if you have the declaration of `rl_done', and to 0 if you
   don't. */
#undef HAVE_DECL_RL_DONE

/* Define to 1 if you have the declaration of `rl_editing_mode', and to 0 if
   you don't. */
#undef HAVE_DECL_RL_EDITING_MODE

/* Define to 1 if you have the declaration of `rl_end', and to 0 if you don't.
   */
#undef HAVE_DECL_RL_END

/* Define to 1 if you have the declaration of `rl_erase_empty_line', and to 0
   if you don't. */
#undef HAVE_DECL_RL_ERASE_EMPTY_LINE

/* Define to 1 if you have the declaration of `rl_event_hook', and to 0 if you
   don't. */
#undef HAVE_DECL_RL_EVENT_HOOK

/* Define to 1 if you have the declaration of `rl_executing_macro', and to 0
   if you don't. */
#undef HAVE_DECL_RL_EXECUTING_MACRO

/* Define to 1 if you have the declaration of `rl_explicit_arg', and to 0 if
   you don't. */
#undef HAVE_DECL_RL_EXPLICIT_ARG

/* Define to 1 if you have the declaration of `rl_filename_quoting_desired',
   and to 0 if you don't. */
#undef HAVE_DECL_RL_FILENAME_QUOTING_DESIRED

/* Define to 1 if you have the declaration of `rl_getc_function', and to 0 if
   you don't. */
#undef HAVE_DECL_RL_GETC_FUNCTION

/* Define to 1 if you have the declaration of `rl_gnu_readline_p', and to 0 if
   you don't. */
#undef HAVE_DECL_RL_GNU_READLINE_P

/* Define to 1 if you have the declaration of
   `rl_ignore_completion_duplicates', and to 0 if you don't. */
#undef HAVE_DECL_RL_IGNORE_COMPLETION_DUPLICATES

/* Define to 1 if you have the declaration of `rl_inhibit_completion', and to
   0 if you don't. */
#undef HAVE_DECL_RL_INHIBIT_COMPLETION

/* Define to 1 if you have the declaration of `rl_insert_mode', and to 0 if
   you don't. */
#undef HAVE_DECL_RL_INSERT_MODE

/* Define to 1 if you have the declaration of `rl_instream', and to 0 if you
   don't. */
#undef HAVE_DECL_RL_INSTREAM

/* Define to 1 if you have the declaration of `rl_last_func', and to 0 if you
   don't. */
#undef HAVE_DECL_RL_LAST_FUNC

/* Define to 1 if you have the declaration of `rl_library_version', and to 0
   if you don't. */
#undef HAVE_DECL_RL_LIBRARY_VERSION

/* Define to 1 if you have the declaration of `rl_line_buffer', and to 0 if
   you don't. */
#undef HAVE_DECL_RL_LINE_BUFFER

/* Define to 1 if you have the declaration of `rl_mark', and to 0 if you
   don't. */
#undef HAVE_DECL_RL_MARK

/* Define to 1 if you have the declaration of `rl_numeric_arg', and to 0 if
   you don't. */
#undef HAVE_DECL_RL_NUMERIC_ARG

/* Define to 1 if you have the declaration of `rl_num_chars_to_read', and to 0
   if you don't. */
#undef HAVE_DECL_RL_NUM_CHARS_TO_READ

/* Define to 1 if you have the declaration of `rl_outstream', and to 0 if you
   don't. */
#undef HAVE_DECL_RL_OUTSTREAM

/* Define to 1 if you have the declaration of `rl_pending_input', and to 0 if
   you don't. */
#undef HAVE_DECL_RL_PENDING_INPUT

/* Define to 1 if you have the declaration of `rl_point', and to 0 if you
   don't. */
#undef HAVE_DECL_RL_POINT

/* Define to 1 if you have the declaration of `rl_prefer_env_winsize', and to
   0 if you don't. */
#undef HAVE_DECL_RL_PREFER_ENV_WINSIZE

/* Define to 1 if you have the declaration of `rl_pre_input_hook', and to 0 if
   you don't. */
#undef HAVE_DECL_RL_PRE_INPUT_HOOK

/* Define to 1 if you have the declaration of `rl_prompt', and to 0 if you
   don't. */
#undef HAVE_DECL_RL_PROMPT

/* Define to 1 if you have the declaration of `rl_readline_name', and to 0 if
   you don't. */
#undef HAVE_DECL_RL_READLINE_NAME

/* Define to 1 if you have the declaration of `rl_readline_state', and to 0 if
   you don't. */
#undef HAVE_DECL_RL_READLINE_STATE

/* Define to 1 if you have the declaration of `rl_readline_version', and to 0
   if you don't. */
#undef HAVE_DECL_RL_READLINE_VERSION

/* Define to 1 if you have the declaration of `rl_sort_completion_matches',
   and to 0 if you don't. */
#undef HAVE_DECL_RL_SORT_COMPLETION_MATCHES

/* Define to 1 if you have the declaration of `rl_startup_hook', and to 0 if
   you don't. */
#undef HAVE_DECL_RL_STARTUP_HOOK

/* Define to 1 if you have the declaration of `rl_terminal_name', and to 0 if
   you don't. */
#undef HAVE_DECL_RL_TERMINAL_NAME

/* Define to 1 if you have the `history_is_stifled' function. */
#undef HAVE_HISTORY_IS_STIFLED

/* Define to 1 if you have the `history_search' function. */
#undef HAVE_HISTORY_SEARCH

/* Define to 1 if you have the `history_search_pos' function. */
#undef HAVE_HISTORY_SEARCH_POS

/* Define to 1 if you have the `history_search_prefix' function. */
#undef HAVE_HISTORY_SEARCH_PREFIX

/* Define to 1 if you have the `history_set_pos' function. */
#undef HAVE_HISTORY_SET_POS

/* Define to 1 if you have the `history_total_bytes' function. */
#undef HAVE_HISTORY_TOTAL_BYTES

/* Define to 1 if you have the `history_truncate_file' function. */
#undef HAVE_HISTORY_TRUNCATE_FILE

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

/* have a working modern GNU readline */
#undef HAVE_READLINE

/* Define to 1 if you have the <readline/readline.h> header file. */
#undef HAVE_READLINE_READLINE_H

/* Define to 1 if you have the `read_history' function. */
#undef HAVE_READ_HISTORY

/* Define to 1 if you have the `read_history_range' function. */
#undef HAVE_READ_HISTORY_RANGE

/* Define to 1 if you have the `rl_add_defun' function. */
#undef HAVE_RL_ADD_DEFUN

/* Define to 1 if you have the `rl_add_funmap_entry' function. */
#undef HAVE_RL_ADD_FUNMAP_ENTRY

/* Define to 1 if you have the `rl_add_undo' function. */
#undef HAVE_RL_ADD_UNDO

/* Define to 1 if you have the `rl_alphabetic' function. */
#undef HAVE_RL_ALPHABETIC

/* Define to 1 if you have the `rl_begin_undo_group' function. */
#undef HAVE_RL_BEGIN_UNDO_GROUP

/* Define to 1 if you have the `rl_bind_key' function. */
#undef HAVE_RL_BIND_KEY

/* Define to 1 if you have the `rl_bind_keyseq' function. */
#undef HAVE_RL_BIND_KEYSEQ

/* Define to 1 if you have the `rl_bind_keyseq_if_unbound' function. */
#undef HAVE_RL_BIND_KEYSEQ_IF_UNBOUND

/* Define to 1 if you have the `rl_bind_keyseq_if_unbound_in_map' function. */
#undef HAVE_RL_BIND_KEYSEQ_IF_UNBOUND_IN_MAP

/* Define to 1 if you have the `rl_bind_keyseq_in_map' function. */
#undef HAVE_RL_BIND_KEYSEQ_IN_MAP

/* Define to 1 if you have the `rl_bind_key_if_unbound' function. */
#undef HAVE_RL_BIND_KEY_IF_UNBOUND

/* Define to 1 if you have the `rl_bind_key_if_unbound_in_map' function. */
#undef HAVE_RL_BIND_KEY_IF_UNBOUND_IN_MAP

/* Define to 1 if you have the `rl_bind_key_in_map' function. */
#undef HAVE_RL_BIND_KEY_IN_MAP

/* Define to 1 if you have the `rl_callback_handler_install' function. */
#undef HAVE_RL_CALLBACK_HANDLER_INSTALL

/* Define to 1 if you have the `rl_callback_handler_remove' function. */
#undef HAVE_RL_CALLBACK_HANDLER_REMOVE

/* Define to 1 if you have the `rl_callback_read_char' function. */
#undef HAVE_RL_CALLBACK_READ_CHAR

/* Define to 1 if you have the `rl_clear_message' function. */
#undef HAVE_RL_CLEAR_MESSAGE

/* Define to 1 if you have the `rl_clear_pending_input' function. */
#undef HAVE_RL_CLEAR_PENDING_INPUT

/* Define to 1 if you have the `rl_copy_keymap' function. */
#undef HAVE_RL_COPY_KEYMAP

/* Define to 1 if you have the `rl_copy_text' function. */
#undef HAVE_RL_COPY_TEXT

/* Define to 1 if you have the `rl_crlf' function. */
#undef HAVE_RL_CRLF

/* Define to 1 if you have the `rl_delete_text' function. */
#undef HAVE_RL_DELETE_TEXT

/* Define to 1 if you have the `rl_deprep_terminal' function. */
#undef HAVE_RL_DEPREP_TERMINAL

/* Define to 1 if you have the `rl_ding' function. */
#undef HAVE_RL_DING

/* Define to 1 if you have the `rl_discard_keymap' function. */
#undef HAVE_RL_DISCARD_KEYMAP

/* Define to 1 if you have the `rl_display_match_list' function. */
#undef HAVE_RL_DISPLAY_MATCH_LIST

/* Define to 1 if you have the `rl_do_undo' function. */
#undef HAVE_RL_DO_UNDO

/* Define to 1 if you have the `rl_echo_signal_char' function. */
#undef HAVE_RL_ECHO_SIGNAL_CHAR

/* Define to 1 if you have the `rl_end_undo_group' function. */
#undef HAVE_RL_END_UNDO_GROUP

/* Define to 1 if you have the `rl_execute_next' function. */
#undef HAVE_RL_EXECUTE_NEXT

/* Define to 1 if you have the `rl_expand_prompt' function. */
#undef HAVE_RL_EXPAND_PROMPT

/* Define to 1 if you have the `rl_extend_line_buffer' function. */
#undef HAVE_RL_EXTEND_LINE_BUFFER

/* Define to 1 if you have the `rl_filename_completion_function' function. */
#undef HAVE_RL_FILENAME_COMPLETION_FUNCTION

/* Define to 1 if you have the `rl_forced_update_display' function. */
#undef HAVE_RL_FORCED_UPDATE_DISPLAY

/* Define to 1 if you have the `rl_free' function. */
#undef HAVE_RL_FREE

/* Define to 1 if you have the `rl_free_undo_list' function. */
#undef HAVE_RL_FREE_UNDO_LIST

/* Define to 1 if you have the `rl_function_dumper' function. */
#undef HAVE_RL_FUNCTION_DUMPER

/* Define to 1 if you have the `rl_function_of_keyseq' function. */
#undef HAVE_RL_FUNCTION_OF_KEYSEQ

/* Define to 1 if you have the `rl_funmap_names' function. */
#undef HAVE_RL_FUNMAP_NAMES

/* Define to 1 if you have the `rl_generic_bind' function. */
#undef HAVE_RL_GENERIC_BIND

/* Define to 1 if you have the `rl_getc' function. */
#undef HAVE_RL_GETC

/* Define to 1 if you have the `rl_get_keymap' function. */
#undef HAVE_RL_GET_KEYMAP

/* Define to 1 if you have the `rl_get_keymap_by_name' function. */
#undef HAVE_RL_GET_KEYMAP_BY_NAME

/* Define to 1 if you have the `rl_get_screen_size' function. */
#undef HAVE_RL_GET_SCREEN_SIZE

/* Define to 1 if you have the `rl_get_termcap' function. */
#undef HAVE_RL_GET_TERMCAP

/* Define to 1 if you have the `rl_initialize' function. */
#undef HAVE_RL_INITIALIZE

/* Define to 1 if you have the `rl_insert_text' function. */
#undef HAVE_RL_INSERT_TEXT

/* Define to 1 if you have the `rl_invoking_keyseqs' function. */
#undef HAVE_RL_INVOKING_KEYSEQS

/* Define to 1 if you have the `rl_invoking_keyseqs_in_map' function. */
#undef HAVE_RL_INVOKING_KEYSEQS_IN_MAP

/* Define to 1 if you have the `rl_kill_text' function. */
#undef HAVE_RL_KILL_TEXT

/* Define to 1 if you have the `rl_list_funmap_names' function. */
#undef HAVE_RL_LIST_FUNMAP_NAMES

/* Define to 1 if you have the `rl_macro_dumper' function. */
#undef HAVE_RL_MACRO_DUMPER

/* Define to 1 if you have the `rl_make_bare_keymap' function. */
#undef HAVE_RL_MAKE_BARE_KEYMAP

/* Define to 1 if you have the `rl_make_keymap' function. */
#undef HAVE_RL_MAKE_KEYMAP

/* Define to 1 if you have the `rl_message' function. */
#undef HAVE_RL_MESSAGE

/* Define to 1 if you have the `rl_modifying' function. */
#undef HAVE_RL_MODIFYING

/* Define to 1 if you have the `rl_named_function' function. */
#undef HAVE_RL_NAMED_FUNCTION

/* Define to 1 if you have the `rl_on_new_line' function. */
#undef HAVE_RL_ON_NEW_LINE

/* Define to 1 if you have the `rl_on_new_line_with_prompt' function. */
#undef HAVE_RL_ON_NEW_LINE_WITH_PROMPT

/* Define to 1 if you have the `rl_parse_and_bind' function. */
#undef HAVE_RL_PARSE_AND_BIND

/* Define to 1 if you have the `rl_prep_terminal' function. */
#undef HAVE_RL_PREP_TERMINAL

/* Define to 1 if you have the `rl_push_macro_input' function. */
#undef HAVE_RL_PUSH_MACRO_INPUT

/* Define to 1 if you have the `rl_read_init_file' function. */
#undef HAVE_RL_READ_INIT_FILE

/* Define to 1 if you have the `rl_read_key' function. */
#undef HAVE_RL_READ_KEY

/* Define to 1 if you have the `rl_redisplay' function. */
#undef HAVE_RL_REDISPLAY

/* Define to 1 if you have the `rl_replace_line' function. */
#undef HAVE_RL_REPLACE_LINE

/* Define to 1 if you have the `rl_reset_line_state' function. */
#undef HAVE_RL_RESET_LINE_STATE

/* Define to 1 if you have the `rl_reset_screen_size' function. */
#undef HAVE_RL_RESET_SCREEN_SIZE

/* Define to 1 if you have the `rl_reset_terminal' function. */
#undef HAVE_RL_RESET_TERMINAL

/* Define to 1 if you have the `rl_resize_terminal' function. */
#undef HAVE_RL_RESIZE_TERMINAL

/* Define to 1 if you have the `rl_restore_prompt' function. */
#undef HAVE_RL_RESTORE_PROMPT

/* Define to 1 if you have the `rl_save_prompt' function. */
#undef HAVE_RL_SAVE_PROMPT

/* Define to 1 if you have the `rl_set_keyboard_input_timeout' function. */
#undef HAVE_RL_SET_KEYBOARD_INPUT_TIMEOUT

/* Define to 1 if you have the `rl_set_keymap' function. */
#undef HAVE_RL_SET_KEYMAP

/* Define to 1 if you have the `rl_set_paren_blink_timeout' function. */
#undef HAVE_RL_SET_PAREN_BLINK_TIMEOUT

/* Define to 1 if you have the `rl_set_prompt' function. */
#undef HAVE_RL_SET_PROMPT

/* Define to 1 if you have the `rl_set_screen_size' function. */
#undef HAVE_RL_SET_SCREEN_SIZE

/* Define to 1 if you have the `rl_show_char' function. */
#undef HAVE_RL_SHOW_CHAR

/* Define to 1 if you have the `rl_stuff_char' function. */
#undef HAVE_RL_STUFF_CHAR

/* Define to 1 if you have the `rl_tty_set_default_bindings' function. */
#undef HAVE_RL_TTY_SET_DEFAULT_BINDINGS

/* Define to 1 if you have the `rl_unbind_command_in_map' function. */
#undef HAVE_RL_UNBIND_COMMAND_IN_MAP

/* Define to 1 if you have the `rl_unbind_function_in_map' function. */
#undef HAVE_RL_UNBIND_FUNCTION_IN_MAP

/* Define to 1 if you have the `rl_unbind_key' function. */
#undef HAVE_RL_UNBIND_KEY

/* Define to 1 if you have the `rl_unbind_key_in_map' function. */
#undef HAVE_RL_UNBIND_KEY_IN_MAP

/* Define to 1 if you have the `rl_variable_bind' function. */
#undef HAVE_RL_VARIABLE_BIND

/* Define to 1 if you have the `rl_variable_dumper' function. */
#undef HAVE_RL_VARIABLE_DUMPER

/* Define to 1 if you have the `rl_variable_value' function. */
#undef HAVE_RL_VARIABLE_VALUE

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define to 1 if you have the `stifle_history' function. */
#undef HAVE_STIFLE_HISTORY

/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* Define to 1 if you have the `tilde_expand' function. */
#undef HAVE_TILDE_EXPAND

/* Define to 1 if you have the <time.h> header file. */
#undef HAVE_TIME_H

/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Define to 1 if you have the `unstifle_history' function. */
#undef HAVE_UNSTIFLE_HISTORY

/* Define to 1 if you have the `using_history' function. */
#undef HAVE_USING_HISTORY

/* Define to 1 if you have the `where_history' function. */
#undef HAVE_WHERE_HISTORY

/* Define to 1 if you have the `write_history' function. */
#undef HAVE_WRITE_HISTORY

/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

/* Define to the full name of this package. */
#undef PACKAGE_NAME

/* Define to the full name and version of this package. */
#undef PACKAGE_STRING

/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the version of this package. */
#undef PACKAGE_VERSION

/* declaration of filename_completion_function() needs const in the first
   argument */
#undef READLINE_CONST

/* The readline built-in filename completion function, either
   rl_filename_completion_function() or filename_completion_function() */
#undef READLINE_FILE_COMPLETE

/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS

/* Define to 1 if on MINIX. */
#undef _MINIX

/* Define to 2 if the system does not provide POSIX.1 features except with
   this defined. */
#undef _POSIX_1_SOURCE

/* Define to 1 if you need to in order for `stat' and other things to work. */
#undef _POSIX_SOURCE

/* Define to 500 only on HP-UX. */
#undef _XOPEN_SOURCE

/* Enable extensions on AIX 3, Interix.  */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE
#endif
/* Enable GNU extensions on systems that have them.  */
#ifndef _GNU_SOURCE
# undef _GNU_SOURCE
#endif
/* Enable threading extensions on Solaris.  */
#ifndef _POSIX_PTHREAD_SEMANTICS
# undef _POSIX_PTHREAD_SEMANTICS
#endif
/* Enable extensions on HP NonStop.  */
#ifndef _TANDEM_SOURCE
# undef _TANDEM_SOURCE
#endif
/* Enable general extensions on Solaris.  */
#ifndef __EXTENSIONS__
# undef __EXTENSIONS__
#endif