Lines Matching refs:h

6 AC_INIT(vim.h)
7 AC_CONFIG_HEADER(auto/config.h:config.h.in)
285 dnl Mac OS X 10.9+ no longer include AvailabilityMacros.h in Carbon
287 AC_CHECK_HEADERS(AvailabilityMacros.h)
455 AC_CHECK_HEADER([linux/xattr.h], true, enable_smack="no")
460 AC_CHECK_HEADER([attr/xattr.h], true, enable_smack="no")
463 AC_MSG_CHECKING(for XATTR_NAME_SMACKEXEC in linux/xattr.h)
464 AC_EGREP_CPP(XATTR_NAME_SMACKEXEC, [#include <linux/xattr.h>],
485 [AC_CHECK_HEADER(selinux/selinux.h,
611 … AC_MSG_CHECKING(if lua.h can be found in $vi_cv_path_lua_pfx/include/luajit-$vi_cv_version_luajit)
612 if test -f "$vi_cv_path_lua_pfx/include/luajit-$vi_cv_version_luajit/lua.h"; then
618 AC_MSG_CHECKING(if lua.h can be found in $vi_cv_path_lua_pfx/include)
619 if test -f "$vi_cv_path_lua_pfx/include/lua.h"; then
623 AC_MSG_CHECKING(if lua.h can be found in $vi_cv_path_lua_pfx/include/lua$vi_cv_version_lua)
624 if test -f "$vi_cv_path_lua_pfx/include/lua$vi_cv_version_lua/lua.h"; then
641 AC_MSG_CHECKING(if lua.h can be found in $inc_path$lua_suf)
642 if test -f "$inc_path$lua_suf/lua.h"; then
825 AC_MSG_CHECKING(if scheme.h can be found in $vi_cv_path_mzscheme_pfx/include)
826 if test -f "$vi_cv_path_mzscheme_pfx/include/scheme.h"; then
831 AC_MSG_CHECKING(if scheme.h can be found in $vi_cv_path_mzscheme_pfx/include/plt)
832 if test -f "$vi_cv_path_mzscheme_pfx/include/plt/scheme.h"; then
837 AC_MSG_CHECKING(if scheme.h can be found in $vi_cv_path_mzscheme_pfx/include/racket)
838 if test -f "$vi_cv_path_mzscheme_pfx/include/racket/scheme.h"; then
843 AC_MSG_CHECKING(if scheme.h can be found in /usr/include/plt/)
844 if test -f /usr/include/plt/scheme.h; then
849 AC_MSG_CHECKING(if scheme.h can be found in /usr/include/racket/)
850 if test -f /usr/include/racket/scheme.h; then
1642 #include <dlfcn.h>
1687 #include <dlfcn.h>
1688 #include <wchar.h>
1833 if test -f "$try/tcl.h"; then
1834 AC_MSG_RESULT($try/tcl.h)
2083 #include <stdio.h>
2084 #include <stdlib.h>
2085 #include <stdarg.h>
2086 #include <fcntl.h>
2087 #include <netdb.h>
2088 #include <netinet/in.h>
2089 #include <errno.h>
2090 #include <sys/types.h>
2091 #include <sys/socket.h>
2119 #include <stdio.h>
2120 #include <stdlib.h>
2121 #include <stdarg.h>
2122 #include <fcntl.h>
2123 #include <netdb.h>
2124 #include <netinet/in.h>
2125 #include <errno.h>
2126 #include <sys/types.h>
2127 #include <sys/socket.h>
2305 dnl Xlib.h includes files that don't exist. On some systems X11/Intrinsic.h
2310 AC_TRY_COMPILE([#include <X11/Xlib.h>
2311 #include <X11/Intrinsic.h>], ,
2352 AC_TRY_COMPILE([#include <X11/Xlib.h>], ,
2355 AC_TRY_COMPILE([#include <X11/Xlib.h>], ,
2367 #include <X11/Xlib.h>
2369 # include <stdlib.h>
2370 # include <stddef.h>
2609 #include <gtk/gtk.h>
2610 #include <stdio.h>
2612 # include <stdlib.h>
2613 # include <stddef.h>
2917 if test -f "$try/Xm/Xm.h"; then
3004 #include <X11/Intrinsic.h>
3005 #include <X11/Xaw/Paned.h>], ,
3020 #include <X11/Intrinsic.h>
3021 #include <X11/neXtaw/Paned.h>], ,
3088 AC_CHECK_HEADERS(X11/SM/SMlib.h)
3094 dnl Check for X11/xpm.h and X11/Sunkeysym.h with the GUI include path
3097 AC_CHECK_HEADERS(X11/xpm.h X11/Sunkeysym.h)
3099 dnl automatically disable XIM when XIMtext isn't in X11/Xlib.h
3101 AC_MSG_CHECKING(for XIMText in X11/Xlib.h)
3102 AC_EGREP_CPP(XIMText, [#include <X11/Xlib.h>],
3118 dnl Xmu/Editres.h may exist but can only be used after including Intrinsic.h
3119 AC_MSG_CHECKING([for X11/Xmu/Editres.h])
3121 #include <X11/Intrinsic.h>
3122 #include <X11/Xmu/Editres.h>],
3135 xmheader="Xm/Xm.h"
3137 xmheader="Xm/Xm.h Xm/XpmP.h Xm/JoinSideT.h Xm/TraitP.h Xm/Manager.h
3138 Xm/UnhighlightT.h Xm/Notebook.h"
3144 AC_MSG_CHECKING([for XpmAttributes_21 in Xm/XpmP.h])
3145 AC_TRY_COMPILE([#include <Xm/XpmP.h>], [XpmAttributes_21 attr;],
3237 #include "confdefs.h"
3238 #include <ctype.h>
3240 # include <stdlib.h>
3241 # include <stddef.h>
3257 AC_TRY_COMPILE([#include <stdio.h>], [printf("(" __DATE__ " " __TIME__ ")");],
3262 AC_TRY_COMPILE([#include <stdio.h>], [int x __attribute__((unused));],
3267 AC_CHECK_HEADER(elf.h, HAS_ELF=1)
3268 dnl AC_CHECK_HEADER(dwarf.h, SVR4=1)
3275 dnl If sys/wait.h is not found it might still exist but not be POSIX
3278 AC_MSG_CHECKING([for sys/wait.h that defines union wait])
3279 AC_TRY_COMPILE([#include <sys/wait.h>],
3287 AC_CHECK_HEADERS(stdint.h stdlib.h string.h \
3288 sys/select.h sys/utsname.h termcap.h fcntl.h \
3289 sgtty.h sys/ioctl.h sys/time.h sys/types.h \
3290 termio.h iconv.h inttypes.h langinfo.h math.h \
3291 unistd.h stropts.h errno.h sys/resource.h \
3292 sys/systeminfo.h locale.h sys/stream.h termios.h \
3293 libc.h sys/statfs.h poll.h sys/poll.h pwd.h \
3294 utime.h sys/param.h sys/ptms.h libintl.h libgen.h \
3295 util/debug.h util/msg18n.h frame.h sys/acl.h \
3296 sys/access.h sys/sysinfo.h wchar.h wctype.h)
3298 dnl sys/ptem.h depends on sys/stream.h on Solaris
3299 AC_CHECK_HEADERS(sys/ptem.h, [], [],
3301 # include <sys/stream.h>
3304 dnl sys/sysctl.h depends on sys/param.h on OpenBSD
3305 AC_CHECK_HEADERS(sys/sysctl.h, [], [],
3307 # include <sys/param.h>
3311 dnl pthread_np.h may exist but can only be used after including pthread.h
3312 AC_MSG_CHECKING([for pthread_np.h])
3314 #include <pthread.h>
3315 #include <pthread_np.h>],
3321 AC_CHECK_HEADERS(strings.h)
3323 dnl The strings.h file on OS/X contains a warning and nothing useful.
3327 dnl Check if strings.h and string.h can both be included when defined.
3328 AC_MSG_CHECKING([if strings.h can be included after string.h])
3333 # define _NO_PROTO /* like in os_unix.h, causes conflict for AIX (Winn) */
3337 # include <Xm/Xm.h> /* This breaks it for HP-UX 11 (Squassabia) */
3340 # include <string.h>
3343 # include <strings.h>
3378 #include <sys/types.h>
3380 # include <stdlib.h>
3381 # include <stddef.h>
3384 # include <sys/resource.h>
3390 cat >> confdefs.h <<\EOF
3401 #include <sys/types.h>
3403 # include <stdlib.h>
3404 # include <stddef.h>
3406 #include <signal.h>
3411 cat >> confdefs.h <<\EOF
3419 #include <sys/types.h>
3421 # include <stdlib.h>
3422 # include <stddef.h>
3424 #include <signal.h>
3425 #include "confdefs.h"
3461 # include <termcap.h>
3464 # include <stdlib.h>
3465 # include <stddef.h>
3495 #include "confdefs.h"
3497 # include <termcap.h>
3500 # include <string.h>
3503 # include <stdlib.h>
3504 # include <stddef.h>
3524 #include "confdefs.h"
3526 # include <termcap.h>
3529 # include <stdlib.h>
3530 # include <stddef.h>
3547 AC_MSG_CHECKING(whether termcap.h contains ospeed)
3550 # include <termcap.h>
3558 # include <termcap.h>
3566 AC_MSG_CHECKING([whether termcap.h contains UP, BC and PC])
3569 # include <termcap.h>
3577 # include <termcap.h>
3588 # include <termcap.h>
3597 # include <termcap.h>
3599 #include <term.h>
3605 AC_MSG_CHECKING([whether sys/select.h and sys/time.h may both be included])
3607 #include <sys/types.h>
3608 #include <sys/time.h>
3609 #include <sys/select.h>], ,
3628 // These should be in stdlib.h, but it depends on _XOPEN_SOURCE.
3683 #include <signal.h>
3699 #include "confdefs.h"
3701 #include <unistd.h>
3774 # include <canberra.h>
3813 # include <sodium.h>
3823 [#include <sys/types.h>
3824 #include <sys/stat.h>],
3836 #include "confdefs.h"
3838 # include <stdlib.h>
3839 # include <stddef.h>
3841 #include <sys/types.h>
3842 #include <sys/stat.h>
3871 AC_TRY_COMPILE([#include <sys/types.h>
3872 #include <sys/stat.h>], [struct stat s; s.ST_MTIM_NSEC;],
3883 dnl check for iconv() requires including iconv.h
3891 # include <iconv.h>
3898 # include <iconv.h>
3908 # include <langinfo.h>
3920 # include <math.h>
3923 # include <stdlib.h>
3924 # include <stddef.h>
3945 # include <math.h>
3948 # include <stdlib.h>
3949 # include <stddef.h>
3958 # include <math.h>
3961 # include <stdlib.h>
3962 # include <stddef.h>
3983 #include <sys/types.h>
3985 # include <sys/acl.h>
3997 # include <sys/acl.h>
4006 # include <stdlib.h>
4007 # include <stddef.h>
4010 # include <sys/acl.h>
4013 # include <sys/access.h>
4017 #include <sys/stat.h>
4038 [#include <gtk/gtk.h>],
4057 [#include <gpm.h>
4058 #include <linux/keyboard.h>],
4060 dnl Configure defines HAVE_GPM, if it is defined feature.h defines
4082 dnl Configure defines HAVE_SYSMOUSE, if it is defined feature.h
4086 [#include <sys/consio.h>
4087 #include <signal.h>
4088 #include <sys/fbio.h>],
4108 # include <fcntl.h>
4116 AC_TRY_LINK([#include <stdio.h>], [rename("this", "that")],
4123 [#include <sys/types.h>
4124 #include <dirent.h>],
4131 [#include <sys/file.h>],
4138 [#include <sys/types.h>
4139 #include <sys/sysctl.h>],
4155 [#include <sys/types.h>
4156 #include <sys/sysinfo.h>],
4169 [#include <sys/types.h>
4170 #include <sys/sysinfo.h>],
4180 [#include <sys/types.h>
4181 #include <sys/sysinfo.h>],
4194 [#include <unistd.h>],
4204 [#include <unistd.h>],
4223 # include <stdint.h>
4226 # include <inttypes.h>
4242 #include "confdefs.h"
4244 # include <string.h>
4247 # include <stdlib.h>
4248 # include <stddef.h>
4322 AC_TRY_COMPILE([#include <X11/Xlocale.h>],,
4400 [#include <libintl.h>],
4405 [#include <libintl.h>],
4423 [#include <libintl.h>
4452 AC_CHECK_HEADER(dlfcn.h, DLL=dlfcn.h, [AC_CHECK_HEADER(dl.h, DLL=dl.h)])
4453 if test x${DLL} = xdlfcn.h; then
4454 AC_DEFINE(HAVE_DLFCN_H, 1, [ Define if we have dlfcn.h. ])
4495 elif test x${DLL} = xdl.h; then
4496 AC_DEFINE(HAVE_DL_H, 1, [ Define if we have dl.h. ])
4517 AC_CHECK_HEADERS(setjmp.h)