News for scm_call_N and scm_apply_N.
[bpt/guile.git] / acconfig.h
index 1262bc2..a449409 100644 (file)
  * If you do not wish that, delete this exception notice.  */
 \f
 
-#ifndef PORTSH
-#define PORTSH
+/* Define this if you want to exclude deprecated features */
+#undef SCM_DEBUG_DEPRECATED
+
+/* Define this to control the default warning level for deprecated features */
+#undef SCM_WARN_DEPRECATED_DEFAULT
 
 /* Define these two if you want support for debugging of Scheme
    programs.  */
 /* Define if using cooperative multithreading.  */
 #undef USE_COOP_THREADS
 
-/* Define if using "FSU" pthreads.  */
-#undef USE_FSU_PTHREADS
-
-/* Define if using MIT pthreads.  */
-#undef USE_MIT_PTHREADS
-
-/* Define if using PCthreads pthreads.  */
-#undef USE_PCTHREADS_PTHREADS
-
 /* Define if using any sort of threads.  */
 #undef USE_THREADS
 
 /* Define if dlsym automatically supplies a leading underscore. */
 #undef DLSYM_ADDS_USCORE
 
+/* Define if h_errno is declared in netdb.h.  */
+#undef HAVE_H_ERRNO
+
+/* Define if uint32_t typedef is defined when netdb.h is include.  */
+#undef HAVE_UINT32_T
+
+/* Define if you want support for IPv6.  */
+#undef HAVE_IPV6
+
 /* Define if localtime caches the TZ setting.  */
 #undef LOCALTIME_CACHE
 
 /* Define this if you want support for arrays and uniform arrays.  */
 #undef HAVE_ARRAYS
 
+/* Define this if your IPv6 has sin6_scope_id in sockaddr_in6 struct.  */
+#undef HAVE_SIN6_SCOPE_ID
+
 /* This is included as part of a workaround for a autoheader bug. */
 #undef HAVE_REGCOMP
 
 
 /* Define if the compiler supports long longs.  */
 #undef HAVE_LONG_LONGS
+