annotate mac/inc/config.h @ 66703:6cfb275aa300

Use split-string OMIT-NULLS argument. (rcirc-print): Force redisplay before running hooks. Do long buffer truncation after making new text read-only. Deal with nil text when decoding strings. If TARGET is nil, use either the currently selected buffer, if it is an rcirc buffer and of the same process or the process buffer. (rcirc-mode): Remove header-line. Recompute short buffer names. Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create. (rcirc-short-buffer-name): Add variable. (rcirc-kill-buffer-hook): Recompute short buffer names. Remove nick from private channel. (rcirc-send-input): Send command text to current-buffer. Don't clear overlay arrow here. (rcirc-short-buffer-name): Return a short buffer name. (rcirc-update-short-buffer-names, rcirc-abbreviate) (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate buffer-name abbreviations. (rcirc-kill-buffer-hook-1): Split to make debugging easier. Do not touch nick-table when killing a parted channel. (rcirc-window-configuration-change): Rename from rcirc-update-activity. Clear arrow from current buffer if it is now hidden. (rcirc-current-buffer): Add variable. (rcirc-my-nick, rcirc-other-nick, rcirc-server) (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick): Remove -face from names. (rcirc-update-activity-string): Print "DND" when globally ignoring activity. (rcirc-ignore-buffer-activity-flag): Rename from rcirc-ignore-channel-activity. (rcirc-ignore-all-activity-flag): Doc fix. (rcirc-channels): Remove variable. (rcirc-kill-buffer-hook): (rcirc-get-buffer-create): Add nick to private channel. (rcirc-multiline-edit-submit): Remove tabs. (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case folded. (rcirc-remove-nick-channel): Bug fix. (rcirc-toggle-ignore-buffer-activity): Rename from rcirc-toggle-ignore-channel-activity. (rcirc-record-activity): Add buffers to the front of the list. (rcirc-update-activity): Remove killed buffers from list. (rcirc-process-server-response-1): Remove last argument if it is null before calling handler. (rcirc): Add "rcirc" defcustom prefix. (rcirc-prompt): Simplify default prompt. Use custom-initialize-default. (rcirc-private-chats): Remove variable. (rcirc-prompt): Change initialization. (rcirc-version): Remove function. (rcirc-id-string): Add constant. (rcirc-last-buffer): Remove variable. (rcirc-buffer-alist): Add variable. (rcirc-connect): Update variable setup. (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'. (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change default. (rcirc-handler-generic): Trigger activity. (rcirc-send-message): Create the buffor of the target. (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'. (rcirc-get-buffer): Just return nil if there is no matching buffer. (rcirc-multiline-edit-cancel): Remove function. (rcirc-set-last-buffer): Remove function. (rcirc-get-any-buffer): Add function. (rcirc-join-channels): Don't print /join text. (rcirc-toggle-ignore-channel-activity): Add and update echo area messages. (rcirc-cmd-ctcp): Use rcirc-send-string to send request. (rcirc-handler-NOTICE): Recognize CTCP responses. (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for constructing TOPIC string for buffers we are not JOINed. (rcirc-handler-CTCP-response): Add handler. (rcirc-multiline-edit-submit): Restore the window-configuration before adjusting point. (rcirc): Add customization group. (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name) (rcirc-user-full-name, rcirc-startup-channels-alist) (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix) (rcirc-ignore-all-activity-flag, rcirc-time-format) (rcirc-input-ring-size, rcirc-read-only-flag) (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name) (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks): Change defvar to defcustom. (rcirc-update-prompt): Add optional ALL arg, which will update prompts in all rcirc buffers. Regexp quote replacement text. (rcirc-fill-column): Accept 'frame-width as a value. (rcirc-set-changed): Add function. (rcirc-next-active-buffer): Write more meaningful messages. (rcirc-faces): Add customization group. (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face) (rcirc-nick-in-message-face, rcirc-prompt-face) (rcirc-mode-line-nick-face): Move into rcirc-faces group. (with-rcirc-process-buffer): Move before first usage. (rcirc-debug-buffer): Rename from `rcirc-log-buffer'. (rcirc-debug-flag): Rename from `rcirc-log-p'. (rcirc-debug): Rename from `rcirc-log'. (rcirc-format-response-string): Do not print '-' chars for a NOTICE with no sender. Simplify output of server responses. (rcirc-browse-url-map, rcirc-browse-url-at-point) (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls mouse and RET clickable.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 04 Nov 2005 15:05:11 +0000
parents a5a5d5e623b0
children 067115a6e738 fa0da9b57058
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
59866
bcd06c8b1930 Make it clear it's only used for Mac OS 9.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 59145
diff changeset
1 /* Handcrafted Emacs site configuration file for Mac OS 9. -*- C -*- */
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
2
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
3 /* GNU Emacs site configuration template file. -*- C -*-
64890
3723093a21fd Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 64083
diff changeset
4 Copyright (C) 1988, 1993, 1994, 1999, 2000, 2002, 2003, 2004,
3723093a21fd Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 64083
diff changeset
5 2005 Free Software Foundation, Inc.
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
6
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
7 This file is part of GNU Emacs.
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
8
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
9 GNU Emacs is free software; you can redistribute it and/or modify
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
10 it under the terms of the GNU General Public License as published by
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
11 the Free Software Foundation; either version 2, or (at your option)
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
12 any later version.
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
13
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
14 GNU Emacs is distributed in the hope that it will be useful,
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
17 GNU General Public License for more details.
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
18
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
19 You should have received a copy of the GNU General Public License
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
20 along with GNU Emacs; see the file COPYING. If not, write to the
64083
23a17af379b1 Update FSF's address.
Lute Kamstra <lute@gnu.org>
parents: 62289
diff changeset
21 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23a17af379b1 Update FSF's address.
Lute Kamstra <lute@gnu.org>
parents: 62289
diff changeset
22 Boston, MA 02110-1301, USA. */
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
23
44890
01b93e5e53a7 Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents: 32752
diff changeset
24 /* Contributed by Andrew Choi (akochoi@mac.com). */
01b93e5e53a7 Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents: 32752
diff changeset
25
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
26 /* No code in Emacs #includes config.h twice, but some bits of code
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 44890
diff changeset
27 intended to work with other packages as well (like gmalloc.c)
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
28 think they can include it as many times as they like. */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
29 #ifndef EMACS_CONFIG_H
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
30 #define EMACS_CONFIG_H
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
31
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
32
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
33 /* Define to 1 if the mktime function is broken. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
34 /* #undef BROKEN_MKTIME */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
35
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
36 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
37 systems. This function is required for `alloca.c' support on those systems.
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
38 */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
39 /* #undef CRAY_STACKSEG_END */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
40
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
41 /* Define to 1 if using `alloca.c'. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
42 #ifndef __MRC__ /* CodeWarrior */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
43 #define C_ALLOCA 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
44 #endif
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
45
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
46 /* Define to 1 if using `getloadavg.c'. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
47 /* #undef C_GETLOADAVG */
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
48
65577
a5a5d5e623b0 Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64890
diff changeset
49 /* Define C_SWITCH_X_SITE to contain any special flags your compiler may need
a5a5d5e623b0 Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64890
diff changeset
50 to deal with X Windows. For instance, if you've defined HAVE_X_WINDOWS
a5a5d5e623b0 Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64890
diff changeset
51 above and your X include files aren't in a place that your compiler can
a5a5d5e623b0 Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64890
diff changeset
52 find on its own, you might want to add "-I/..." or something similar. */
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
53 /* #undef C_SWITCH_X_SITE */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
54
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
55 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
56 /* #undef DGUX */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
57
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
58 /* Define to 1 if you are using the GNU C Library. */
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
59 /* #undef DOUG_LEA_MALLOC */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
60
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
61 /* Define to the canonical Emacs configuration name. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
62 #ifdef __MRC__
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
63 #define EMACS_CONFIGURATION "macos-mpw"
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
64 #else /* Assume CodeWarrior */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
65 #define EMACS_CONFIGURATION "macos-cw"
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
66 #endif
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
67
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
68 /* Define to the options passed to configure. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
69 #define EMACS_CONFIG_OPTIONS ""
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
70
65577
a5a5d5e623b0 Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64890
diff changeset
71 /* Define to 1 if the `getloadavg' function needs to be run setuid or setgid.
a5a5d5e623b0 Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64890
diff changeset
72 */
a5a5d5e623b0 Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64890
diff changeset
73 /* #undef GETLOADAVG_PRIVILEGED */
a5a5d5e623b0 Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64890
diff changeset
74
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
75 /* Define to 1 if the `getpgrp' function requires zero arguments. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
76 /* #undef GETPGRP_VOID */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
77
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
78 /* Define to 1 if gettimeofday accepts only one argument. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
79 #define GETTIMEOFDAY_ONE_ARGUMENT 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
80
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
81 /* Define to 1 if you want to use the GNU memory allocator. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
82 /* #undef GNU_MALLOC */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
83
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
84 /* Define to 1 if the file /usr/lpp/X11/bin/smt.exp exists. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
85 /* #undef HAVE_AIX_SMT_EXP */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
86
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
87 /* Define to 1 if you have the `alarm' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
88 /* #undef HAVE_ALARM */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
89
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
90 /* Define to 1 if you have `alloca', as a function or macro. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
91 #ifdef __MRC__
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
92 #define HAVE_ALLOCA 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
93 #endif
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
94
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
95 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
96 */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
97 #ifdef __MRC__
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
98 #define HAVE_ALLOCA_H 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
99 #endif
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
100
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
101 /* Define to 1 if you have the `bcmp' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
102 /* #define HAVE_BCMP */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
103
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
104 /* Define to 1 if you have the `bcopy' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
105 /* #define HAVE_BCOPY */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
106
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
107 /* Define to 1 if you have the `bzero' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
108 /* #define HAVE_BZERO */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
109
65577
a5a5d5e623b0 Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64890
diff changeset
110 /* Define to 1 if CancelMenuTracking is available (Mac OSX). */
a5a5d5e623b0 Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64890
diff changeset
111 /* #undef HAVE_CANCELMENUTRACKING */
a5a5d5e623b0 Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64890
diff changeset
112
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
113 /* Define to 1 if you are using the Carbon API on Mac OS X. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
114 /* #undef HAVE_CARBON */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
115
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
116 /* Define to 1 if you have the `cbrt' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
117 /* #undef HAVE_CBRT */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
118
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
119 /* Define to 1 if you have the `closedir' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
120 #define HAVE_CLOSEDIR 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
121
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
122 /* Define to 1 if you have the <coff.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
123 /* #undef HAVE_COFF_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
124
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
125 /* Define to 1 if you have the <com_err.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
126 /* #undef HAVE_COM_ERR_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
127
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
128 /* Define to 1 if you have /usr/lib/crti.o. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
129 /* #undef HAVE_CRTIN */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
130
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
131 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
132 don't. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
133 /* #undef HAVE_DECL_SYS_SIGLIST */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
134
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
135 /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
136 don't. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
137 /* #undef HAVE_DECL___SYS_SIGLIST */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
138
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
139 /* Define to 1 if you have the <des.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
140 /* #undef HAVE_DES_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
141
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
142 /* Define to 1 if dynamic ptys are supported. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
143 /* #undef HAVE_DEV_PTMX */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
144
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
145 /* Define to 1 if you have the `difftime' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
146 #define HAVE_DIFFTIME 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
147
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
148 /* Define to 1 if you have the `dup2' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
149 /* #undef HAVE_DUP2 */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
150
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
151 /* Define to 1 if you have the `euidaccess' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
152 /* #undef HAVE_EUIDACCESS */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
153
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
154 /* Define to 1 if you have the <fcntl.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
155 #define HAVE_FCNTL_H 1
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 44890
diff changeset
156
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
157 /* Define to 1 if you have the `fmod' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
158 #define HAVE_FMOD 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
159
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
160 /* Define to 1 if you have the `fork' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
161 /* #undef HAVE_FORK */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
162
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
163 /* Define to 1 if you have the `fpathconf' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
164 /* #undef HAVE_FPATHCONF */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
165
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
166 /* Define to 1 if you have the `frexp' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
167 #define HAVE_FREXP 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
168
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
169 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
170 /* #undef HAVE_FSEEKO */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
171
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
172 /* Define to 1 if you have the `fsync' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
173 /* #undef HAVE_FSYNC */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
174
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
175 /* Define to 1 if you have the `ftime' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
176 /* #undef HAVE_FTIME */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
177
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
178 /* Define to 1 if you have the `gai_strerror' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
179 /* #undef HAVE_GAI_STRERROR */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
180
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
181 /* Define to 1 if you have the `gdk_display_open' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
182 /* #undef HAVE_GDK_DISPLAY_OPEN */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
183
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
184 /* Define to 1 if you have the `getaddrinfo' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
185 /* #undef HAVE_GETADDRINFO */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
186
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
187 /* Define to 1 if you have the `getcwd' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
188 /* #undef HAVE_GETCWD */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
189
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
190 /* Define to 1 if you have the `getdelim' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
191 /* #undef HAVE_GETDELIM */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
192
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
193 /* Define to 1 if you have the `getdomainname' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
194 /* #undef HAVE_GETDOMAINNAME */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
195
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
196 /* Define to 1 if you have the `gethostname' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
197 /* #undef HAVE_GETHOSTNAME */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
198
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
199 /* Define to 1 if you have the `getline' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
200 /* #undef HAVE_GETLINE */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
201
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
202 /* Define to 1 if you have the `getloadavg' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
203 /* #undef HAVE_GETLOADAVG */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
204
65577
a5a5d5e623b0 Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64890
diff changeset
205 /* Define to 1 if you have the <getopt.h> header file. */
a5a5d5e623b0 Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64890
diff changeset
206 /* #undef HAVE_GETOPT_H */
a5a5d5e623b0 Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64890
diff changeset
207
a5a5d5e623b0 Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64890
diff changeset
208 /* Define to 1 if you have the `getopt_long_only' function. */
a5a5d5e623b0 Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64890
diff changeset
209 /* #undef HAVE_GETOPT_LONG_ONLY */
a5a5d5e623b0 Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64890
diff changeset
210
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
211 /* Define to 1 if you have the `getpagesize' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
212 /* #undef HAVE_GETPAGESIZE */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
213
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
214 /* Define to 1 if you have the `getpeername' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
215 /* #undef HAVE_GETPEERNAME */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
216
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
217 /* Define to 1 if you have the `getpt' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
218 /* #undef HAVE_GETPT */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
219
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
220 /* Define to 1 if you have the `getrusage' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
221 /* #undef HAVE_GETRUSAGE */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
222
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
223 /* Define to 1 if you have the `getsockname' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
224 /* #undef HAVE_GETSOCKNAME */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
225
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
226 /* Define to 1 if you have the `getsockopt' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
227 /* #undef HAVE_GETSOCKOPT */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
228
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
229 /* Define to 1 if you have the `gettimeofday' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
230 #define HAVE_GETTIMEOFDAY 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
231
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
232 /* Define to 1 if you have the `getwd' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
233 #define HAVE_GETWD 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
234
65577
a5a5d5e623b0 Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64890
diff changeset
235 /* Define to 1 if you have the `get_current_dir_name' function. */
a5a5d5e623b0 Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64890
diff changeset
236 /* #undef HAVE_GET_CURRENT_DIR_NAME */
a5a5d5e623b0 Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64890
diff changeset
237
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
238 /* Define to 1 if you have the ungif library (-lungif). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
239 /* #undef HAVE_GIF */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
240
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
241 /* Define to 1 if you have the `grantpt' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
242 /* #undef HAVE_GRANTPT */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
243
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
244 /* Define to 1 if using GTK. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
245 /* #undef HAVE_GTK */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
246
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
247 /* Define to 1 if you have GTK and pthread (-lpthread). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
248 /* #undef HAVE_GTK_AND_PTHREAD */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
249
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
250 /* Define to 1 if GTK has both file selection and chooser dialog. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
251 /* #undef HAVE_GTK_FILE_BOTH */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
252
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
253 /* Define to 1 if you have the `gtk_file_chooser_dialog_new' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
254 /* #undef HAVE_GTK_FILE_CHOOSER_DIALOG_NEW */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
255
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
256 /* Define to 1 if you have the `gtk_file_selection_new' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
257 /* #undef HAVE_GTK_FILE_SELECTION_NEW */
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
258
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
259 /* Define to 1 if GTK can handle more than one display. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
260 /* #undef HAVE_GTK_MULTIDISPLAY */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
261
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
262 /* Define to 1 if netdb.h declares h_errno. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
263 /* #undef HAVE_H_ERRNO */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
264
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
265 /* Define to 1 if you have the `index' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
266 /* #undef HAVE_INDEX */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
267
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
268 /* Define to 1 if you have inet sockets. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
269 /* #undef HAVE_INET_SOCKETS */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
270
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
271 /* Define to 1 if you have the <inttypes.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
272 /* #undef HAVE_INTTYPES_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
273
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
274 /* Define to 1 if you have the jpeg library (-ljpeg). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
275 /* #undef HAVE_JPEG */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
276
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
277 /* Define to 1 if you have the <kerberosIV/des.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
278 /* #undef HAVE_KERBEROSIV_DES_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
279
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
280 /* Define to 1 if you have the <kerberosIV/krb.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
281 /* #undef HAVE_KERBEROSIV_KRB_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
282
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
283 /* Define to 1 if you have the <kerberos/des.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
284 /* #undef HAVE_KERBEROS_DES_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
285
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
286 /* Define to 1 if you have the <kerberos/krb.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
287 /* #undef HAVE_KERBEROS_KRB_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
288
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
289 /* Define to 1 if you have the <krb5.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
290 /* #undef HAVE_KRB5_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
291
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
292 /* Define to 1 if you have the <krb.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
293 /* #undef HAVE_KRB_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
294
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
295 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
296 /* #undef HAVE_LANGINFO_CODESET */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
297
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
298 /* Define to 1 if you have the `com_err' library (-lcom_err). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
299 /* #undef HAVE_LIBCOM_ERR */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
300
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
301 /* Define to 1 if you have the `crypto' library (-lcrypto). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
302 /* #undef HAVE_LIBCRYPTO */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
303
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
304 /* Define to 1 if you have the `des' library (-ldes). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
305 /* #undef HAVE_LIBDES */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
306
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
307 /* Define to 1 if you have the `des425' library (-ldes425). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
308 /* #undef HAVE_LIBDES425 */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
309
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
310 /* Define to 1 if you have the `dgc' library (-ldgc). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
311 /* #undef HAVE_LIBDGC */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
312
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
313 /* Define to 1 if you have the `dnet' library (-ldnet). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
314 /* #undef HAVE_LIBDNET */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
315
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
316 /* Define to 1 if you have the hesiod library (-lhesiod). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
317 /* #undef HAVE_LIBHESIOD */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
318
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
319 /* Define to 1 if you have the `intl' library (-lintl). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
320 /* #undef HAVE_LIBINTL */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
321
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
322 /* Define to 1 if you have the `k5crypto' library (-lk5crypto). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
323 /* #undef HAVE_LIBK5CRYPTO */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
324
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
325 /* Define to 1 if you have the `krb' library (-lkrb). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
326 /* #undef HAVE_LIBKRB */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
327
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
328 /* Define to 1 if you have the `krb4' library (-lkrb4). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
329 /* #undef HAVE_LIBKRB4 */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
330
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
331 /* Define to 1 if you have the `krb5' library (-lkrb5). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
332 /* #undef HAVE_LIBKRB5 */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
333
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
334 /* Define to 1 if you have the `kstat' library (-lkstat). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
335 /* #undef HAVE_LIBKSTAT */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
336
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
337 /* Define to 1 if you have the `lockfile' library (-llockfile). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
338 /* #undef HAVE_LIBLOCKFILE */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
339
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
340 /* Define to 1 if you have the `m' library (-lm). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
341 /* #undef HAVE_LIBM */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
342
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
343 /* Define to 1 if you have the `mail' library (-lmail). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
344 /* #undef HAVE_LIBMAIL */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
345
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
346 /* Define to 1 if you have the `ncurses' library (-lncurses). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
347 /* #undef HAVE_LIBNCURSES */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
348
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
349 /* Define to 1 if you have the <libpng/png.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
350 /* #undef HAVE_LIBPNG_PNG_H */
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
351
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
352 /* Define to 1 if you have the `pthreads' library (-lpthreads). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
353 /* #undef HAVE_LIBPTHREADS */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
354
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
355 /* Define to 1 if you have the resolv library (-lresolv). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
356 /* #undef HAVE_LIBRESOLV */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
357
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
358 /* Define to 1 if you have the `Xext' library (-lXext). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
359 /* #undef HAVE_LIBXEXT */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
360
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
361 /* Define to 1 if you have the `Xmu' library (-lXmu). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
362 /* #undef HAVE_LIBXMU */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
363
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
364 /* Define to 1 if you have the Xp library (-lXp). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
365 /* #undef HAVE_LIBXP */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
366
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
367 /* Define to 1 if you have the <limits.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
368 #define HAVE_LIMITS_H 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
369
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
370 /* Define to 1 if you have the <linux/version.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
371 /* #undef HAVE_LINUX_VERSION_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
372
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
373 /* Define to 1 if you have the <locale.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
374 #define HAVE_LOCALE_H 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
375
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
376 /* Define to 1 if you have the `logb' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
377 #define HAVE_LOGB 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
378
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
379 /* Define to 1 if you support file names longer than 14 characters. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
380 /* #undef HAVE_LONG_FILE_NAMES */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
381
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
382 /* Define to 1 if you have the `lrand48' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
383 /* #undef HAVE_LRAND48 */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
384
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
385 /* Define to 1 if you have the <machine/soundcard.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
386 /* #undef HAVE_MACHINE_SOUNDCARD_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
387
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
388 /* Define to 1 if you have the <mach/mach.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
389 /* #undef HAVE_MACH_MACH_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
390
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
391 /* Define to 1 if you have the <maillock.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
392 /* #undef HAVE_MAILLOCK_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
393
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
394 /* Define to 1 if you have the <malloc/malloc.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
395 /* #undef HAVE_MALLOC_MALLOC_H */
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
396
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
397 /* Define to 1 if you have the `mblen' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
398 /* #undef HAVE_MBLEN */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
399
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
400 /* Define to 1 if you have the `mbrlen' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
401 /* #undef HAVE_MBRLEN */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
402
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
403 /* Define to 1 if you have the `mbsinit' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
404 /* #undef HAVE_MBSINIT */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
405
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
406 /* Define to 1 if <wchar.h> declares mbstate_t. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
407 /* #undef HAVE_MBSTATE_T */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
408
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
409 /* Define to 1 if you have the `memcmp' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
410 #define HAVE_MEMCMP 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
411
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
412 /* Define to 1 if you have the `memcpy' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
413 #define HAVE_MEMCPY 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
414
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
415 /* Define to 1 if you have the `memmove' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
416 #define HAVE_MEMMOVE 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
417
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
418 /* Define to 1 if you have the <memory.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
419 /* #undef HAVE_MEMORY_H */
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
420
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
421 /* Define to 1 if you have the `mempcpy' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
422 /* #undef HAVE_MEMPCPY */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
423
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
424 /* Define to 1 if you have the `memset' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
425 #define HAVE_MEMSET 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
426
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
427 /* Define to 1 if you have mouse menus. (This is automatic if you use X, but
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
428 the option to specify it remains.) It is also defined with other window
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
429 systems that support xmenu.c. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
430 #define HAVE_MENUS 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
431
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
432 /* Define to 1 if you have the `mkdir' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
433 #define HAVE_MKDIR 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
434
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
435 /* Define to 1 if you have the `mkstemp' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
436 /* #undef HAVE_MKSTEMP */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
437
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
438 /* Define to 1 if you have the `mktime' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
439 /* #undef HAVE_MKTIME */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
440
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
441 /* Define to 1 if you have a working `mmap' system call. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
442 /* #undef HAVE_MMAP */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
443
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
444 /* Define to 1 if you have Motif 2.1 or newer. */
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
445 /* #undef HAVE_MOTIF_2_1 */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
446
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
447 /* Define to 1 if you have the `mremap' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
448 /* #undef HAVE_MREMAP */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
449
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
450 /* Define to 1 if you have the <net/if.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
451 /* #define HAVE_NET_IF_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
452
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
453 /* Define to 1 if you have the <nlist.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
454 /* #undef HAVE_NLIST_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
455
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
456 /* Define to 1 if personality LINUX32 can be set. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
457 /* #undef HAVE_PERSONALITY_LINUX32 */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
458
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
459 /* Define to 1 if you have the png library (-lpng). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
460 /* #undef HAVE_PNG */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
461
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
462 /* Define to 1 if you have the <png.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
463 /* #undef HAVE_PNG_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
464
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
465 /* Define to 1 if you have the `posix_memalign' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
466 /* #undef HAVE_POSIX_MEMALIGN */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
467
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
468 /* Define to 1 if you have the `pstat_getdynamic' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
469 /* #undef HAVE_PSTAT_GETDYNAMIC */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
470
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
471 /* Define to 1 if you have the <pthread.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
472 /* #undef HAVE_PTHREAD_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
473
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
474 /* Define to 1 if you have the <pty.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
475 /* #undef HAVE_PTY_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
476
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
477 /* Define to 1 if you have the <pwd.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
478 #define HAVE_PWD_H 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
479
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
480 /* Define to 1 if you have the `random' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
481 /* #undef HAVE_RANDOM */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
482
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
483 /* Define to 1 if you have the `recvfrom' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
484 /* #undef HAVE_RECVFROM */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
485
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
486 /* Define to 1 if you have the `rename' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
487 #define HAVE_RENAME 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
488
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
489 /* Define to 1 if you have the `res_init' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
490 /* #undef HAVE_RES_INIT */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
491
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
492 /* Define to 1 if you have the `rindex' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
493 /* #undef HAVE_RINDEX */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
494
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
495 /* Define to 1 if you have the `rint' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
496 #ifdef __MRC__
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
497 #undef HAVE_RINT
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
498 #else /* CodeWarrior */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
499 #define HAVE_RINT
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
500 #endif
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
501
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
502 /* Define to 1 if you have the `rmdir' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
503 #define HAVE_RMDIR 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
504
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
505 /* Define to 1 if you have the `select' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
506 #define HAVE_SELECT 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
507
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
508 /* Define to 1 if you have the `sendto' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
509 /* #undef HAVE_SENDTO */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
510
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
511 /* Define to 1 if you have the `setitimer' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
512 #define HAVE_SETITIMER 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
513
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
514 /* Define to 1 if you have the `setlocale' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
515 #define HAVE_SETLOCALE 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
516
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
517 /* Define to 1 if you have the `setpgid' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
518 /* #undef HAVE_SETPGID */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
519
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
520 /* Define to 1 if you have the `setrlimit' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
521 /* #undef HAVE_SETRLIMIT */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
522
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
523 /* Define to 1 if you have the `setsid' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
524 /* #undef HAVE_SETSID */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
525
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
526 /* Define to 1 if you have the `setsockopt' function. */
65577
a5a5d5e623b0 Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64890
diff changeset
527 /* #undef HAVE_SETSOCKOPT */
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
528
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
529 /* Define to 1 if you have the `shutdown' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
530 /* #undef HAVE_SHUTDOWN */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
531
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
532 /* Define to 1 if the system has the type `size_t'. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
533 #define HAVE_SIZE_T 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
534
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
535 /* Define to 1 if you have the <soundcard.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
536 /* #undef HAVE_SOUNDCARD_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
537
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
538 /* Define to 1 if `speed_t' is declared by <termios.h>. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
539 /* #undef HAVE_SPEED_T */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
540
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
541 /* Define to 1 if you have the <stdint.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
542 /* #undef HAVE_STDINT_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
543
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
544 /* Define to 1 if you have the <stdio_ext.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
545 /* #undef HAVE_STDIO_EXT_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
546
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
547 /* Define to 1 if you have the <stdlib.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
548 #define HAVE_STDLIB_H 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
549
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
550 /* Define to 1 if you have the `strerror' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
551 #define HAVE_STRERROR 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
552
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
553 /* Define to 1 if you have the `strftime' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
554 #ifndef __MRC__ /* CodeWarrior */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
555 #define HAVE_STRFTIME 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
556 #endif
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
557
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
558 /* Define to 1 if you have the <strings.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
559 /* #undef HAVE_STRINGS_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
560
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
561 /* Define to 1 if you have the <string.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
562 #define HAVE_STRING_H 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
563
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
564 /* Define to 1 if you have the `strsignal' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
565 /* #undef HAVE_STRSIGNAL */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
566
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
567 /* Define to 1 if `ifr_addr' is member of `struct ifreq'. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
568 /* #undef HAVE_STRUCT_IFREQ_IFR_ADDR */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
569
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
570 /* Define to 1 if `ifr_broadaddr' is member of `struct ifreq'. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
571 /* #undef HAVE_STRUCT_IFREQ_IFR_BROADADDR */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
572
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
573 /* Define to 1 if `ifr_flags' is member of `struct ifreq'. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
574 /* #undef HAVE_STRUCT_IFREQ_IFR_FLAGS */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
575
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
576 /* Define to 1 if `ifr_hwaddr' is member of `struct ifreq'. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
577 /* #undef HAVE_STRUCT_IFREQ_IFR_HWADDR */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
578
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
579 /* Define to 1 if `ifr_netmask' is member of `struct ifreq'. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
580 /* #undef HAVE_STRUCT_IFREQ_IFR_NETMASK */
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
581
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
582 /* Define to 1 if `n_un.n_name' is member of `struct nlist'. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
583 /* #undef HAVE_STRUCT_NLIST_N_UN_N_NAME */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
584
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
585 /* Define to 1 if `tm_zone' is member of `struct tm'. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
586 /* #undef HAVE_STRUCT_TM_TM_ZONE */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
587
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
588 /* Define to 1 if `struct utimbuf' is declared by <utime.h>. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
589 #define HAVE_STRUCT_UTIMBUF 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
590
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
591 /* Define to 1 if you have the `sysinfo' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
592 /* #undef HAVE_SYSINFO */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
593
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
594 /* Define to 1 if you have the <sys/ioctl.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
595 #define HAVE_SYS_IOCTL_H 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
596
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
597 /* Define to 1 if you have the <sys/mman.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
598 /* #undef HAVE_SYS_MMAN_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
599
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
600 /* Define to 1 if you have the <sys/param.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
601 #define HAVE_SYS_PARAM_H 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
602
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
603 /* Define to 1 if you have the <sys/resource.h> header file. */
65577
a5a5d5e623b0 Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64890
diff changeset
604 /* #undef HAVE_SYS_RESOURCE_H */
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
605
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
606 /* Define to 1 if you have the <sys/select.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
607 /* #undef HAVE_SYS_SELECT_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
608
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
609 /* Define to 1 if you have the <sys/socket.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
610 /* #undef HAVE_SYS_SOCKET_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
611
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
612 /* Define to 1 if you have the <sys/soundcard.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
613 /* #undef HAVE_SYS_SOUNDCARD_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
614
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
615 /* Define to 1 if you have the <sys/stat.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
616 #define HAVE_SYS_STAT_H 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
617
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
618 /* Define to 1 if you have the <sys/systeminfo.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
619 /* #undef HAVE_SYS_SYSTEMINFO_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
620
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
621 /* Define to 1 if you have the <sys/timeb.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
622 /* #undef HAVE_SYS_TIMEB_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
623
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
624 /* Define to 1 if you have the <sys/time.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
625 #define HAVE_SYS_TIME_H 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
626
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
627 /* Define to 1 if you have the <sys/types.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
628 #define HAVE_SYS_TYPES_H 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
629
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
630 /* Define to 1 if you have the <sys/un.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
631 /* #undef HAVE_SYS_UN_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
632
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
633 /* Define to 1 if you have the <sys/utsname.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
634 /* #undef HAVE_SYS_UTSNAME_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
635
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
636 /* Define to 1 if you have the <sys/vlimit.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
637 /* #undef HAVE_SYS_VLIMIT_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
638
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
639 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
640 /* #undef HAVE_SYS_WAIT_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
641
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
642 /* Define to 1 if you have the <sys/_mbstate_t.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
643 /* #undef HAVE_SYS__MBSTATE_T_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
644
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
645 /* Define to 1 if you have the <termcap.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
646 /* #undef HAVE_TERMCAP_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
647
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
648 /* Define to 1 if you have the <termios.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
649 /* #undef HAVE_TERMIOS_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
650
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
651 /* Define to 1 if you have the <term.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
652 /* #undef HAVE_TERM_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
653
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
654 /* Define to 1 if you have the tiff library (-ltiff). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
655 /* #undef HAVE_TIFF */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
656
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
657 /* Define to 1 if `struct timeval' is declared by <sys/time.h>. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
658 #define HAVE_TIMEVAL 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
659
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
660 /* Define to 1 if `tm_gmtoff' is member of `struct tm'. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
661 /* #undef HAVE_TM_GMTOFF */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
662
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
663 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
664 `HAVE_STRUCT_TM_TM_ZONE' instead. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
665 /* #undef HAVE_TM_ZONE */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
666
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
667 /* Define to 1 if you have the `touchlock' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
668 /* #undef HAVE_TOUCHLOCK */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
669
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
670 /* Define to 1 if you don't have `tm_zone' but do have the external array
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
671 `tzname'. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
672 /* #undef HAVE_TZNAME */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
673
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
674 /* Define to 1 if you have the `tzset' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
675 /* #undef HAVE_TZSET */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
676
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
677 /* Define to 1 if you have the `ualarm' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
678 /* #undef HAVE_UALARM */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
679
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
680 /* Define to 1 if you have the <unistd.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
681 #ifdef __MRC__
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
682 #undef HAVE_UNISTD_H
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
683 #else /* CodeWarrior */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
684 #define HAVE_UNISTD_H 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
685 #endif
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
686
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
687 /* Define to 1 if you have the `utimes' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
688 /* #undef HAVE_UTIMES */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
689
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
690 /* Define to 1 if you have the <utime.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
691 #define HAVE_UTIME_H 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
692
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
693 /* Define to 1 if you have the `vfork' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
694 /* #undef HAVE_VFORK */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
695
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
696 /* Define to 1 if you have the <vfork.h> header file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
697 /* #undef HAVE_VFORK_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
698
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
699 /* Define to 1 if `fork' works. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
700 /* #undef HAVE_WORKING_FORK */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
701
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
702 /* Define to 1 if `vfork' works. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
703 /* #undef HAVE_WORKING_VFORK */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
704
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
705 /* Define to 1 if you want to use version 11 of X windows. Otherwise, Emacs
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
706 expects to use version 10. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
707 /* #undef HAVE_X11 */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
708
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
709 /* Define to 1 if you have the X11R5 or newer version of Xlib. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
710 /* #undef HAVE_X11R5 */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
711
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
712 /* Define to 1 if you have the X11R6 or newer version of Xlib. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
713 /* #undef HAVE_X11R6 */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
714
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
715 /* Define to 1 if you have the X11R6 or newer version of Xt. */
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
716 /* #undef HAVE_X11XTR6 */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
717
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
718 /* Define to 1 if you have the Xaw3d library (-lXaw3d). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
719 /* #undef HAVE_XAW3D */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
720
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
721 /* Define to 1 if you're using XFree386. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
722 /* #undef HAVE_XFREE386 */
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
723
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
724 /* Define to 1 if XIM is available */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
725 /* #undef HAVE_XIM */
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
726
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
727 /* Define to 1 if you have the XkbGetKeyboard function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
728 /* #undef HAVE_XKBGETKEYBOARD */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
729
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
730 /* Define to 1 if you have the Xpm libary (-lXpm). */
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
731 /* #undef HAVE_XPM */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
732
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
733 /* Define to 1 if you have the `XrmSetDatabase' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
734 /* #undef HAVE_XRMSETDATABASE */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
735
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
736 /* Define to 1 if you have the `XScreenNumberOfScreen' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
737 /* #undef HAVE_XSCREENNUMBEROFSCREEN */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
738
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
739 /* Define to 1 if you have the `XScreenResourceString' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
740 /* #undef HAVE_XSCREENRESOURCESTRING */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
741
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
742 /* Define to 1 if you have the `XSetWMProtocols' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
743 /* #undef HAVE_XSETWMPROTOCOLS */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
744
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
745 /* Define to 1 if you have the SM library (-lSM). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
746 /* #undef HAVE_X_SM */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
747
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
748 /* Define to 1 if you want to use the X window system. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
749 /* #undef HAVE_X_WINDOWS */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
750
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
751 /* Define to 1 if you have the `__fpending' function. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
752 /* #undef HAVE___FPENDING */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
753
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
754 /* Define to support using a Hesiod database to find the POP server. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
755 /* #undef HESIOD */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
756
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
757 /* Define to support Kerberos-authenticated POP mail retrieval. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
758 /* #undef KERBEROS */
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
759
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
760 /* Define to use Kerberos 5 instead of Kerberos 4. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
761 /* #undef KERBEROS5 */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
762
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
763 /* Define LD_SWITCH_X_SITE to contain any special flags your loader may need
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
764 to deal with X Windows. For instance, if you've defined HAVE_X_WINDOWS
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
765 above and your X libraries aren't in a place that your loader can find on
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
766 its own, you might want to add "-L/..." or something similar. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
767 /* #undef LD_SWITCH_X_SITE */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
768
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
769 /* Define LD_SWITCH_X_SITE_AUX with an -R option in case it's needed (for
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
770 Solaris, for example). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
771 /* #undef LD_SWITCH_X_SITE_AUX */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
772
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
773 /* Define to 1 if localtime caches TZ. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
774 /* #undef LOCALTIME_CACHE */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
775
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
776 /* Define to support POP mail retrieval. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
777 /* #undef MAIL_USE_POP 1 */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
778
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
779 /* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
780 on `HAVE_STRUCT_NLIST_N_UN_N_NAME */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
781 /* #undef NLIST_NAME_UNION */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
782
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
783 /* Define to 1 if you don't have struct exception in math.h. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
784 /* #undef NO_MATHERR */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
785
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
786 /* Define to the address where bug reports for this package should be sent. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
787 /* #undef PACKAGE_BUGREPORT */
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
788
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
789 /* Define to the full name of this package. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
790 /* #undef PACKAGE_NAME */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
791
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
792 /* Define to the full name and version of this package. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
793 /* #undef PACKAGE_STRING */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
794
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
795 /* Define to the one symbol short name of this package. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
796 /* #undef PACKAGE_TARNAME */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
797
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
798 /* Define to the version of this package. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
799 /* #undef PACKAGE_VERSION */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
800
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
801 /* Define as `void' if your compiler accepts `void *'; otherwise define as
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
802 `char'. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
803 #define POINTER_TYPE void
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
804
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
805 /* Define to 1 if the C compiler supports function prototypes. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
806 /* #undef PROTOTYPES */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
807
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
808 /* Define REL_ALLOC if you want to use the relocating allocator for buffer
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
809 space. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
810 /* #undef REL_ALLOC */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
811
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
812 /* Define as the return type of signal handlers (`int' or `void'). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
813 #define RETSIGTYPE void
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
814
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
815 /* If using the C implementation of alloca, define if you know the
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
816 direction of stack growth for your system; otherwise it will be
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
817 automatically deduced at run-time.
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
818 STACK_DIRECTION > 0 => grows toward higher addresses
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
819 STACK_DIRECTION < 0 => grows toward lower addresses
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
820 STACK_DIRECTION = 0 => direction of growth unknown */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
821 /* #undef STACK_DIRECTION */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
822
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
823 /* Define to 1 if you have the ANSI C header files. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
824 /* #undef STDC_HEADERS */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
825
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
826 /* Define to 1 on System V Release 4. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
827 /* #undef SVR4 */
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
828
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
829 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
830 #define TIME_WITH_SYS_TIME 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
831
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
832 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
833 /* #undef TM_IN_SYS_TIME */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
834
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
835 /* Define to 1 for Encore UMAX. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
836 /* #undef UMAX */
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
837
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
838 /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
839 <sys/cpustats.h>. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
840 /* #undef UMAX4_3 */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
841
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
842 /* Define to the unexec source file name. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
843 /* #undef UNEXEC_SRC */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
844
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
845 /* Define to 1 if we should use toolkit scroll bars. */
62101
ad0379779256 [HAVE_CARBON]: Define USE_TOOLKIT_SCROLL_BARS.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60367
diff changeset
846 #ifdef HAVE_CARBON
ad0379779256 [HAVE_CARBON]: Define USE_TOOLKIT_SCROLL_BARS.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60367
diff changeset
847 #define USE_TOOLKIT_SCROLL_BARS 1
ad0379779256 [HAVE_CARBON]: Define USE_TOOLKIT_SCROLL_BARS.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 60367
diff changeset
848 #endif
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
849
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
850 /* Define to 1 if we should use XIM, if it is available. */
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
851 /* #undef USE_XIM */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
852
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
853 /* Define to 1 if using an X toolkit. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
854 /* #undef USE_X_TOOLKIT */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
855
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
856 /* Define to the type of the 6th arg of XRegisterIMInstantiateCallback, either
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
857 XPointer or XPointer*. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
858 /* #undef XRegisterIMInstantiateCallback_arg6 */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
859
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
860 /* Define to 1 if on AIX 3.
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
861 System headers sometimes define this.
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
862 We just want to avoid a redefinition error message. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
863 #ifndef _ALL_SOURCE
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
864 /* #undef _ALL_SOURCE */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
865 #endif
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
866
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
867 /* Number of bits in a file offset, on hosts where this is settable. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
868 /* #undef _FILE_OFFSET_BITS */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
869
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
870 /* Enable GNU extensions on systems that have them. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
871 #ifndef _GNU_SOURCE
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
872 /* # undef _GNU_SOURCE */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
873 #endif
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
874
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
875 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
876 /* #undef _LARGEFILE_SOURCE */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
877
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
878 /* Define for large files, on AIX-style hosts. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
879 /* #undef _LARGE_FILES */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
880
65577
a5a5d5e623b0 Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64890
diff changeset
881 /* Define to rpl_ if the getopt replacement functions and variables should be
a5a5d5e623b0 Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64890
diff changeset
882 used. */
a5a5d5e623b0 Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64890
diff changeset
883 /* #undef __GETOPT_PREFIX */
a5a5d5e623b0 Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 64890
diff changeset
884
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
885 /* Define like PROTOTYPES; this can be used by system headers. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
886 /* #undef __PROTOTYPES */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
887
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
888 /* Define to compiler's equivalent of C99 restrict keyword. Don't define if
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
889 equivalent is `__restrict'. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
890 /* #undef __restrict */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
891
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
892 /* Define to compiler's equivalent of C99 restrict keyword in array
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
893 declarations. Define as empty for no equivalent. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
894 /* #undef __restrict_arr */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
895
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
896 /* Define to the used machine dependent file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
897 #define config_machfile "m-mac.h"
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
898
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
899 /* Define to the used os dependent file. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
900 #define config_opsysfile "s-mac.h"
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
901
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
902 /* Define to empty if `const' does not conform to ANSI C. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
903 /* #undef const */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
904
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
905 /* Define to a type if <wchar.h> does not define. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
906 /* #undef mbstate_t */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
907
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
908 /* Define to `int' if <sys/types.h> does not define. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
909 /* #undef pid_t */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
910
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
911 /* Define to any substitute for sys_siglist. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
912 /* #undef sys_siglist */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
913
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
914 /* Define as `fork' if `vfork' does not work. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
915 /* #undef vfork */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
916
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
917 /* Define to empty if the keyword `volatile' does not work. Warning: valid
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
918 code using `volatile' can become incorrect without. Disable with care. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
919 /* #undef volatile */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
920
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
921
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
922 /* If we're using any sort of window system, define some consequences. */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
923 #ifdef HAVE_X_WINDOWS
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
924 #define HAVE_WINDOW_SYSTEM
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
925 #define MULTI_KBOARD
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
926 #define HAVE_MOUSE
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
927 #endif
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
928
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
929 /* Define for MacOS */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
930 #define HAVE_WINDOW_SYSTEM 1
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
931 #define HAVE_MOUSE 1
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
932
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
933 /* Define USER_FULL_NAME to return a string
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
934 that is the user's full name.
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
935 It can assume that the variable `pw'
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
936 points to the password file entry for this user.
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
937
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
938 At some sites, the pw_gecos field contains
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
939 the user's full name. If neither this nor any other
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
940 field contains the right thing, use pw_name,
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
941 giving the user's login name, since that is better than nothing. */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
942 #define USER_FULL_NAME pw->pw_name
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
943
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
944 /* Define AMPERSAND_FULL_NAME if you use the convention
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
945 that & in the full name stands for the login id. */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
946 /* Turned on June 1996 supposing nobody will mind it. */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
947 /* #undef AMPERSAND_FULL_NAME */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
948
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
949 /* We have blockinput.h. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
950 #define DO_BLOCK_INPUT
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
951
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
952 /* Define HAVE_SOUND if we have sound support. We know it works
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
953 and compiles only on the specified platforms. For others,
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
954 it probably doesn't make sense to try. */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
955
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
956 #if defined __FreeBSD__ || defined __NetBSD__ || defined __linux__
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
957 #ifdef HAVE_MACHINE_SOUNDCARD_H
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
958 #define HAVE_SOUND 1
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
959 #endif
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
960 #ifdef HAVE_SYS_SOUNDCARD_H
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
961 #define HAVE_SOUND 1
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
962 #endif
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
963 #ifdef HAVE_SOUNDCARD_H
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
964 #define HAVE_SOUND 1
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
965 #endif
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
966 #endif /* __FreeBSD__ || __NetBSD__ || __linux__ */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
967
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
968 /* If using GNU, then support inline function declarations. */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
969 /* Don't try to switch on inline handling as detected by AC_C_INLINE
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
970 generally, because even if non-gcc compilers accept `inline', they
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
971 may reject `extern inline'. */
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
972 #if defined (__GNUC__) && defined (OPTIMIZE)
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
973 #define INLINE __inline__
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
974 #else
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
975 #define INLINE
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
976 #endif
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
977
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
978 #ifdef __MRC__
59145
c331d9c412f2 * makefile.MPW: Add dependencies for fringe.c.x, image.c.x, and
Steven Tamm <steventamm@mac.com>
parents: 52401
diff changeset
979 /* Use low-bits for tags. If ENABLE_CHECKING is turned on together
c331d9c412f2 * makefile.MPW: Add dependencies for fringe.c.x, image.c.x, and
Steven Tamm <steventamm@mac.com>
parents: 52401
diff changeset
980 with USE_LSB_TAG, optimization flags should be explicitly turned
c331d9c412f2 * makefile.MPW: Add dependencies for fringe.c.x, image.c.x, and
Steven Tamm <steventamm@mac.com>
parents: 52401
diff changeset
981 off. */
c331d9c412f2 * makefile.MPW: Add dependencies for fringe.c.x, image.c.x, and
Steven Tamm <steventamm@mac.com>
parents: 52401
diff changeset
982 #define USE_LSB_TAG
c331d9c412f2 * makefile.MPW: Add dependencies for fringe.c.x, image.c.x, and
Steven Tamm <steventamm@mac.com>
parents: 52401
diff changeset
983 #endif
c331d9c412f2 * makefile.MPW: Add dependencies for fringe.c.x, image.c.x, and
Steven Tamm <steventamm@mac.com>
parents: 52401
diff changeset
984
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
985 /* Include the os and machine dependent files. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
986 #include config_opsysfile
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
987 #include config_machfile
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
988
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
989 /* Load in the conversion definitions if this system
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
990 needs them and the source file being compiled has not
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
991 said to inhibit this. There should be no need for you
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
992 to alter these lines. */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
993
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
994 #ifdef SHORTNAMES
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
995 #ifndef NO_SHORTNAMES
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
996 #include "../shortnames/remap.h"
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
997 #endif /* not NO_SHORTNAMES */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
998 #endif /* SHORTNAMES */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
999
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1000 /* If no remapping takes place, static variables cannot be dumped as
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1001 pure, so don't worry about the `static' keyword. */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1002 #ifdef NO_REMAP
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1003 /* #undef static */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1004 #endif
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1005
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1006 /* Define `subprocesses' should be defined if you want to
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1007 have code for asynchronous subprocesses
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1008 (as used in M-x compile and M-x shell).
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1009 These do not work for some USG systems yet;
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1010 for the ones where they work, the s/SYSTEM.h file defines this flag. */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1011
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1012 #ifndef VMS
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1013 #ifndef USG
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1014 /* #define subprocesses */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1015 #endif
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1016 #endif
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1017
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1018 /* SIGTYPE is the macro we actually use. */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1019 #ifndef SIGTYPE
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1020 #define SIGTYPE RETSIGTYPE
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1021 #endif
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1022
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1023 #ifdef emacs /* Don't do this for lib-src. */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1024 /* Tell regex.c to use a type compatible with Emacs. */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1025 #define RE_TRANSLATE_TYPE Lisp_Object
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1026 #define RE_TRANSLATE(TBL, C) CHAR_TABLE_TRANSLATE (TBL, C)
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1027 #ifdef make_number
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1028 /* If make_number is a macro, use it. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1029 #define RE_TRANSLATE_P(TBL) (!EQ (TBL, make_number (0)))
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1030 #else
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1031 /* If make_number is a function, avoid it. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1032 #define RE_TRANSLATE_P(TBL) (!(INTEGERP (TBL) && XINT (TBL) == 0))
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1033 #endif
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1034 #endif
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1035
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1036 /* Avoid link-time collision with system mktime if we will use our own. */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1037 #if ! HAVE_MKTIME || BROKEN_MKTIME
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1038 #define mktime emacs_mktime
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1039 #endif
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1040
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1041 #define my_strftime nstrftime /* for strftime.c */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1042
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1043 /* The rest of the code currently tests the CPP symbol BSTRING.
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1044 Override any claims made by the system-description files.
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1045 Note that on some SCO version it is possible to have bcopy and not bcmp. */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1046 /* #undef BSTRING */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1047 #if defined (HAVE_BCOPY) && defined (HAVE_BCMP)
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1048 #define BSTRING
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1049 #endif
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1050
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1051 /* Some of the files of Emacs which are intended for use with other
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1052 programs assume that if you have a config.h file, you must declare
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1053 the type of getenv.
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1054
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1055 This declaration shouldn't appear when alloca.s or Makefile.in
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1056 includes config.h. */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1057 #ifndef NOT_C_CODE
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1058 extern char *getenv ();
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1059 #endif
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1060
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1061 /* These default definitions are good for almost all machines.
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1062 The exceptions override them in m/MACHINE.h. */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1063
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1064 #ifndef BITS_PER_CHAR
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1065 #define BITS_PER_CHAR 8
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1066 #endif
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1067
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1068 #ifndef BITS_PER_SHORT
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1069 #define BITS_PER_SHORT 16
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1070 #endif
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1071
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1072 /* Note that lisp.h uses this in a preprocessor conditional, so it
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1073 would not work to use sizeof. That being so, we do all of them
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1074 without sizeof, for uniformity's sake. */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1075 #ifndef BITS_PER_INT
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1076 #define BITS_PER_INT 32
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1077 #endif
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1078
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1079 #ifndef BITS_PER_LONG
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1080 #ifdef _LP64
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1081 #define BITS_PER_LONG 64
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1082 #else
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1083 #define BITS_PER_LONG 32
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1084 #endif
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1085 #endif
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1086
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1087 /* Define if the compiler supports function prototypes. It may do so
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1088 but not define __STDC__ (e.g. DEC C by default) or may define it as
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1089 zero. */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1090 /* #undef PROTOTYPES */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1091 /* For mktime.c: */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1092 #ifndef __P
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1093 # if defined PROTOTYPES
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1094 # define __P(args) args
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1095 # else
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1096 # define __P(args) ()
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1097 # endif /* GCC. */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1098 #endif /* __P */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1099
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1100 /* Don't include "string.h" or <stdlib.h> in non-C code. */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1101 #ifndef NOT_C_CODE
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1102 #ifdef HAVE_STRING_H
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1103 #include "string.h"
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1104 #endif
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1105 #ifdef HAVE_STRINGS_H
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1106 #include "strings.h" /* May be needed for bcopy & al. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1107 #endif
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1108 #ifdef HAVE_STDLIB_H
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1109 #include <stdlib.h>
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1110 #endif
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1111 #ifndef __GNUC__
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1112 # ifdef HAVE_ALLOCA_H
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1113 # include <alloca.h>
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1114 # else /* AIX files deal with #pragma. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1115 # ifndef alloca /* predefined by HP cc +Olibcalls */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1116 char *alloca ();
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1117 # endif
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1118 # endif /* HAVE_ALLOCA_H */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1119 #endif /* __GNUC__ */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1120 #ifndef HAVE_SIZE_T
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1121 typedef unsigned size_t;
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1122 #endif
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1123 #endif /* NOT_C_CODE */
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1124
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1125 /* Define HAVE_X_I18N if we have usable i18n support. */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1126
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1127 #ifdef HAVE_X11R6
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1128 #define HAVE_X_I18N
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1129 #elif defined HAVE_X11R5 && !defined X11R5_INHIBIT_I18N
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1130 #define HAVE_X_I18N
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1131 #endif
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1132
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1133 /* Define HAVE_X11R6_XIM if we have usable X11R6-style XIM support. */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1134
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1135 #if defined HAVE_X11R6 && !defined INHIBIT_X11R6_XIM
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1136 #define HAVE_X11R6_XIM
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1137 #endif
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1138
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1139 /* Should we enable expensive run-time checking of data types? */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1140 /* #undef ENABLE_CHECKING */
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1141
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1142 #if defined __GNUC__ && (__GNUC__ > 2 \
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1143 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5))
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1144 #define NO_RETURN __attribute__ ((__noreturn__))
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1145 #else
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1146 #define NO_RETURN /* nothing */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1147 #endif
32752
923b8d6d8277 Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff changeset
1148
62289
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1149 /* These won't be used automatically yet. We also need to know, at least,
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1150 that the stack is continuous. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1151 #ifdef __GNUC__
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1152 # ifndef GC_SETJMP_WORKS
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1153 /* GC_SETJMP_WORKS is nearly always appropriate for GCC --
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1154 see NON_SAVING_SETJMP in the target descriptions. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1155 /* Exceptions (see NON_SAVING_SETJMP in target description) are ns32k,
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1156 SCO5 non-ELF (but Emacs specifies ELF) and SVR3 on x86.
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1157 Fixme: Deal with ns32k, SVR3. */
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1158 # define GC_SETJMP_WORKS 1
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1159 # endif
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1160 # ifndef GC_LISP_OBJECT_ALIGNMENT
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1161 # define GC_LISP_OBJECT_ALIGNMENT (__alignof__ (Lisp_Object))
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1162 # endif
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1163 #endif
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1164
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1165 #ifndef HAVE_BCOPY
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1166 #define bcopy(a,b,s) memcpy (b,a,s)
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1167 #endif
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1168 #ifndef HAVE_BZERO
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1169 #define bzero(a,s) memset (a,0,s)
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1170 #endif
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1171 #ifndef HAVE_BCMP
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1172 #define BCMP memcmp
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1173 #endif
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1174
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1175 #define SYNC_INPUT
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1176
90e41744bede Sync with src/config.in.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents: 62101
diff changeset
1177 #endif /* EMACS_CONFIG_H */
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 49600
diff changeset
1178
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 49600
diff changeset
1179 /* arch-tag: 2596b649-b569-448e-8880-373d2a9909b7
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 49600
diff changeset
1180 (do not change this comment) */