X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/aa287913f846ed2eeee5e7a08699281d914a8aa7..9416ae448e61ef1478a7e7e07bdfa25273095811:/nt/config.nt diff --git a/nt/config.nt b/nt/config.nt index e774fcbe29..c2e2ed8782 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -1,5 +1,6 @@ /* GNU Emacs site configuration template file. -*- C -*- - Copyright (C) 1988, 1993, 1994 Free Software Foundation, Inc. + Copyright (C) 1988, 1993, 1994, 2002, 2003, 2004, + 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -15,8 +16,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. */ /* No code in Emacs #includes config.h twice, but some of the code @@ -139,6 +140,7 @@ Boston, MA 02111-1307, USA. */ #undef HAVE_TERMIOS_H #undef HAVE_LIMITS_H #undef HAVE_STRING_H +#undef HAVE_PWD_H #undef STDC_HEADERS #undef TIME_WITH_SYS_TIME @@ -231,6 +233,7 @@ Boston, MA 02111-1307, USA. */ #undef HAVE_MKTIME #undef HAVE_EUIDACCESS #undef HAVE_GETPAGESIZE +#undef HAVE_GET_CURRENT_DIR_NAME #undef HAVE_TZSET #undef HAVE_SETLOCALE #undef HAVE_UTIMES @@ -248,6 +251,7 @@ Boston, MA 02111-1307, USA. */ #define HAVE_SETSOCKOPT 1 #define HAVE_GETSOCKNAME 1 #define HAVE_GETPEERNAME 1 +#define HAVE_LANGINFO_CODESET 1 /* Local (unix) sockets are not supported. */ #undef HAVE_SYS_UN_H @@ -269,6 +273,12 @@ Boston, MA 02111-1307, USA. */ /* Define if `struct timeval' is declared by . */ #undef HAVE_TIMEVAL +/* Define to 1 if you have the header file. */ +#undef HAVE_GETOPT_H + +/* Define to 1 if you have the `getopt_long_only' function. */ +#undef HAVE_GETOPT_LONG_ONLY + /* If using GNU, then support inline function declarations. */ #ifdef __GNUC__ #define INLINE __inline__ @@ -468,3 +478,6 @@ extern char *getenv (); #define NO_RETURN /* nothing */ #endif #endif + +/* arch-tag: df720992-aa5a-499a-882d-958dc5eeb5e9 + (do not change this comment) */