From 3a8232644e04a4cfdcbe2061f0556b78b4045191 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 4 Oct 1998 14:02:50 +0000 Subject: started basic support for solaris 2.5 in smbwrapper. (This used to be commit e5c7cabae4826bde819b94a48bc4674dcd69da21) --- source3/include/config.h.in | 81 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) (limited to 'source3/include') diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 1f1cb04e0b..ffcc6a2ef0 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -136,6 +136,81 @@ /* The number of bytes in a short. */ #undef SIZEOF_SHORT +/* Define if you have the __closedir function. */ +#undef HAVE___CLOSEDIR + +/* Define if you have the __dup function. */ +#undef HAVE___DUP + +/* Define if you have the __dup2 function. */ +#undef HAVE___DUP2 + +/* Define if you have the __fstat function. */ +#undef HAVE___FSTAT + +/* Define if you have the __fxstat function. */ +#undef HAVE___FXSTAT + +/* Define if you have the __getcwd function. */ +#undef HAVE___GETCWD + +/* Define if you have the __lstat function. */ +#undef HAVE___LSTAT + +/* Define if you have the __lxstat function. */ +#undef HAVE___LXSTAT + +/* Define if you have the __opendir function. */ +#undef HAVE___OPENDIR + +/* Define if you have the __readdir function. */ +#undef HAVE___READDIR + +/* Define if you have the __seekdir function. */ +#undef HAVE___SEEKDIR + +/* Define if you have the __stat function. */ +#undef HAVE___STAT + +/* Define if you have the __telldir function. */ +#undef HAVE___TELLDIR + +/* Define if you have the __xstat function. */ +#undef HAVE___XSTAT + +/* Define if you have the _closedir function. */ +#undef HAVE__CLOSEDIR + +/* Define if you have the _dup function. */ +#undef HAVE__DUP + +/* Define if you have the _dup2 function. */ +#undef HAVE__DUP2 + +/* Define if you have the _fstat function. */ +#undef HAVE__FSTAT + +/* Define if you have the _getcwd function. */ +#undef HAVE__GETCWD + +/* Define if you have the _lstat function. */ +#undef HAVE__LSTAT + +/* Define if you have the _opendir function. */ +#undef HAVE__OPENDIR + +/* Define if you have the _readdir function. */ +#undef HAVE__READDIR + +/* Define if you have the _seekdir function. */ +#undef HAVE__SEEKDIR + +/* Define if you have the _stat function. */ +#undef HAVE__STAT + +/* Define if you have the _telldir function. */ +#undef HAVE__TELLDIR + /* Define if you have the atexit function. */ #undef HAVE_ATEXIT @@ -472,6 +547,9 @@ /* Define if you have the header file. */ #undef HAVE_SYS_STATVFS_H +/* Define if you have the header file. */ +#undef HAVE_SYS_SYSCALL_H + /* Define if you have the header file. */ #undef HAVE_SYS_TIME_H @@ -484,6 +562,9 @@ /* Define if you have the header file. */ #undef HAVE_SYS_WAIT_H +/* Define if you have the header file. */ +#undef HAVE_SYSACLL_H + /* Define if you have the header file. */ #undef HAVE_TERMIOS_H -- cgit