*** trunk/nt/config.nt Sat Nov 24 17:37:44 2012 --- trunk.old/nt/config.nt Fri Nov 9 05:19:35 2012 *************** *** 54,59 **** --- 54,62 ---- /* Define to the number of bits in type 'wint_t'. */ #undef BITSIZEOF_WINT_T + /* Define if getwd should not be used. */ + #undef BROKEN_GETWD + /* Define if get_current_dir_name should not be used. */ #undef BROKEN_GET_CURRENT_DIR_NAME *************** *** 177,190 **** setjmp does work. */ #define GC_SETJMP_WORKS 1 - /* Define to the type of elements in the array set by `getgroups'. Usually - this is either `int' or `gid_t'. */ - #undef GETGROUPS_T - - /* Define this to 1 if getgroups(0,NULL) does not return the number of groups. - */ - #undef GETGROUPS_ZERO_BUG - /* Define if gettimeofday clobbers the localtime buffer. */ #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME --- 180,185 ---- *************** *** 200,209 **** #undef GNULIB_CLOSE_STREAM /* Define to a C preprocessor expression that evaluates to 1 or 0, depending - whether the gnulib module faccessat shall be considered present. */ - #undef GNULIB_FACCESSAT - - /* Define to a C preprocessor expression that evaluates to 1 or 0, depending whether the gnulib module fscanf shall be considered present. */ #undef GNULIB_FSCANF --- 195,200 ---- *************** *** 224,232 **** startup, if using GTK. */ #undef G_SLICE_ALWAYS_MALLOC - /* Define to 1 if you have the `access' function. */ - #undef HAVE_ACCESS - /* Define to 1 if the file /usr/lpp/X11/bin/smt.exp exists. */ #undef HAVE_AIX_SMT_EXP --- 215,220 ---- *************** *** 259,264 **** --- 247,255 ---- /* Define to 1 if you have the `clock_settime' function. */ #undef HAVE_CLOCK_SETTIME + /* Define to 1 if you have the `closedir' function. */ + #define HAVE_CLOSEDIR 1 + /* Define to 1 if you have the header file. */ #undef HAVE_COFF_H *************** *** 342,353 **** /* Define to 1 if you have the `difftime' function. */ #undef HAVE_DIFFTIME /* Define to 1 if you have the 'dup2' function. */ #define HAVE_DUP2 1 - /* Define to 1 if you have the `eaccess' function. */ - #undef HAVE_EACCESS - /* Define to 1 if you have the `endgrent' function. */ #undef HAVE_ENDGRENT --- 333,344 ---- /* Define to 1 if you have the `difftime' function. */ #undef HAVE_DIFFTIME + /* Define to 1 if you have the header file. */ + #undef HAVE_DIRENT_H + /* Define to 1 if you have the 'dup2' function. */ #define HAVE_DUP2 1 /* Define to 1 if you have the `endgrent' function. */ #undef HAVE_ENDGRENT *************** *** 363,374 **** /* Define to 1 if you have the header file. */ #define HAVE_EXECINFO_H 1 ! /* Define to 1 if you have the `faccessat' function. */ ! #undef HAVE_FACCESSAT /* Define to 1 if you have the `fork' function. */ #undef HAVE_FORK /* Define to 1 if you have the `freeifaddrs' function. */ #undef HAVE_FREEIFADDRS --- 354,368 ---- /* Define to 1 if you have the header file. */ #define HAVE_EXECINFO_H 1 ! /* Define to 1 if you have the header file. */ ! #undef HAVE_FCNTL_H /* Define to 1 if you have the `fork' function. */ #undef HAVE_FORK + /* Define to 1 if you have the `fpathconf' function. */ + #undef HAVE_FPATHCONF + /* Define to 1 if you have the `freeifaddrs' function. */ #undef HAVE_FREEIFADDRS *************** *** 399,413 **** /* Define to 1 if you have the `getaddrinfo' function. */ #undef HAVE_GETADDRINFO /* Define to 1 if you have the `getdelim' function. */ #undef HAVE_GETDELIM /* Define to 1 if you have the `getgrent' function. */ #undef HAVE_GETGRENT - /* Define to 1 if your system has a working `getgroups' function. */ - #undef HAVE_GETGROUPS - /* Define to 1 if you have the `gethostname' function. */ #define HAVE_GETHOSTNAME 1 --- 393,410 ---- /* Define to 1 if you have the `getaddrinfo' function. */ #undef HAVE_GETADDRINFO + /* Define to 1 if you have the `getcwd' function. + If you think about defining HAVE_GETCWD, don't: the alternative + getwd is redefined on w32.c, and does not really return the current + directory, to get the desired results elsewhere in Emacs. */ + #undef HAVE_GETCWD + /* Define to 1 if you have the `getdelim' function. */ #undef HAVE_GETDELIM /* Define to 1 if you have the `getgrent' function. */ #undef HAVE_GETGRENT /* Define to 1 if you have the `gethostname' function. */ #define HAVE_GETHOSTNAME 1 *************** *** 447,452 **** --- 444,452 ---- /* Define to 1 if you have the `gettimeofday' function. */ #define HAVE_GETTIMEOFDAY 1 + /* Define to 1 if you have the `getwd' function. */ + #undef HAVE_GETWD + /* Define to 1 if you have the `get_current_dir_name' function. */ #undef HAVE_GET_CURRENT_DIR_NAME *************** *** 571,579 **** /* Define to 1 if you have the `dnet' library (-ldnet). */ #undef HAVE_LIBDNET - /* Define to 1 if you have the header file. */ - #undef HAVE_LIBGEN_H - /* Define to 1 if you have the hesiod library (-lhesiod). */ #undef HAVE_LIBHESIOD --- 571,576 ---- *************** *** 687,692 **** --- 684,692 ---- /* Define to 1 if you have a working `mmap' system call. */ #undef HAVE_MMAP + /* Define if you have mouse support. */ + #define HAVE_MOUSE 1 + /* Define to 1 if you have the `nanotime' function. */ #undef HAVE_NANOTIME *************** *** 959,965 **** #undef HAVE_SYS_VLIMIT_H /* Define to 1 if you have that is POSIX.1 compatible. */ ! #define HAVE_SYS_WAIT_H 1 /* Define to 1 if you have the header file. */ #undef HAVE_TERM_H --- 959,965 ---- #undef HAVE_SYS_VLIMIT_H /* Define to 1 if you have that is POSIX.1 compatible. */ ! #undef HAVE_SYS_WAIT_H /* Define to 1 if you have the header file. */ #undef HAVE_TERM_H