]> git.sur5r.net Git - openldap/blobdiff - include/portable.h.in
Update to libtool 1.4.2
[openldap] / include / portable.h.in
index 98acd3321ed7131e8929ca76e7e4886ec1357f1b..b8e8e37ac27a7790df9bb1f27289455fa9efd625 100644 (file)
 /* end of preamble */
 
 
-/* Define if on AIX 3.
-   System headers sometimes define this.
-   We just want to avoid a redefinition error message.  */
-#ifndef _ALL_SOURCE
-#undef _ALL_SOURCE
-#endif
-
 /* Define to empty if the keyword does not work.  */
 #undef const
 
 /* Define if you have the vprintf function.  */
 #undef HAVE_VPRINTF
 
-/* Define if on MINIX.  */
-#undef _MINIX
-
-/* Define if the system does not provide POSIX.1 features except
-   with this defined.  */
-#undef _POSIX_1_SOURCE
-
-/* Define if you need to in order for stat and other things to work.  */
-#undef _POSIX_SOURCE
-
 /* Define as the return type of signal handlers (int or void).  */
 #undef RETSIGTYPE
 
 /* Define if you have the <dirent.h> header file.  */
 #undef HAVE_DIRENT_H
 
+/* Define if you have the <dlfcn.h> header file.  */
+#undef HAVE_DLFCN_H
+
 /* Define if you have the <errno.h> header file.  */
 #undef HAVE_ERRNO_H
 
 /* Define if you have the <memory.h> header file.  */
 #undef HAVE_MEMORY_H
 
-/* Define if you have the <minix/config.h> header file.  */
-#undef HAVE_MINIX_CONFIG_H
-
 /* Define if you have the <ncurses.h> header file.  */
 #undef HAVE_NCURSES_H