4 Unix SMB/Netbios implementation.
6 Machine customisation and include handling
7 Copyright (C) Andrew Tridgell 1994-1998
9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 2 of the License, or
12 (at your option) any later version.
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
19 You should have received a copy of the GNU General Public License
20 along with this program; if not, write to the Free Software
21 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
28 #define DEFAULT_PRINTING PRINT_AIX
32 #define DEFAULT_PRINTING PRINT_HPUX
36 #define DEFAULT_PRINTING PRINT_QNX
40 #define REPLACE_GETPASS
41 /* on SUNOS4 termios.h conflicts with sys/ioctl.h */
46 #define REPLACE_GETPASS
50 #include <sys/types.h>
52 #ifdef TIME_WITH_SYS_TIME
56 #ifdef HAVE_SYS_TIME_H
63 #ifdef HAVE_SYS_RESOURCE_H
64 #include <sys/resource.h>
74 #ifdef HAVE_SYS_PARAM_H
75 #include <sys/param.h>
82 #ifdef HAVE_SYS_SOCKET_H
83 #include <sys/socket.h>
105 #ifdef HAVE_SYS_FCNTL_H
106 #include <sys/fcntl.h>
110 #include <sys/stat.h>
116 #ifdef HAVE_SYS_IOCTL_H
117 #include <sys/ioctl.h>
120 #ifdef HAVE_SYS_FILIO_H
121 #include <sys/filio.h>
126 #ifdef HAVE_SYS_WAIT_H
127 #include <sys/wait.h>
145 #ifdef HAVE_SYS_SELECT_H
146 #include <sys/select.h>
149 #ifdef HAVE_SYS_MODE_H
150 /* apparently AIX needs this for S_ISLNK */
152 #include <sys/mode.h>
169 #include <netinet/in.h>
170 #include <arpa/inet.h>
173 #include <sys/file.h>
175 #ifdef HAVE_NETINET_TCP_H
176 #include <netinet/tcp.h>
179 #ifdef HAVE_TERMIOS_H
185 # define NAMLEN(dirent) strlen((dirent)->d_name)
187 # define dirent direct
188 # define NAMLEN(dirent) (dirent)->d_namlen
190 # include <sys/ndir.h>
193 # include <sys/dir.h>
200 #ifdef HAVE_SHARED_MMAP
201 #include <sys/mman.h>
215 #ifdef HAVE_SYS_MOUNT_H
216 #include <sys/mount.h>
219 #ifdef HAVE_SYS_VFS_H
223 #ifdef HAVE_SYS_FS_S5PARAM_H
224 #include <sys/fs/s5param.h>
227 #if defined (HAVE_SYS_FILSYS_H) && !defined (_CRAY)
228 #include <sys/filsys.h>
231 #ifdef HAVE_SYS_STATFS_H
232 # include <sys/statfs.h>
236 #include <sys/dustat.h>
239 #ifdef HAVE_SYS_STATVFS_H
240 #include <sys/statvfs.h>
247 #ifdef HAVE_SYS_SECURITY_H
248 #include <sys/security.h>
250 #define PASSWORD_LENGTH 16
251 #endif /* HAVE_SYS_SECURITY_H */
257 #ifdef HAVE_RPCSVC_YPCLNT_H
258 #include <rpcsvc/ypclnt.h>
262 #define uchar unsigned char
265 #ifdef HAVE_UNSIGNED_CHAR
266 #define schar signed char
272 #if (SIZEOF_INT == 4)
274 #elif (SIZEOF_LONG == 4)
276 #elif (SIZEOF_SHORT == 4)
282 #define uint32 unsigned int32
286 #define MIN(a,b) ((a)<(b)?(a):(b))
290 #define MAX(a,b) ((a)>(b)?(a):(b))
293 #ifndef HAVE_STRERROR
294 extern char *sys_errlist[];
295 #define strerror(i) sys_errlist[i]
299 # define strchr index
300 # define strrchr rindex
303 #ifndef HAVE_ERRNO_DECL
307 #ifdef HAVE_BROKEN_GETGROUPS
314 /* Lists, trees, caching, datbase... */
315 #include "ubi_sLinkList.h"
316 #include "ubi_dLinkList.h"
317 #include "dlinklist.h"
319 #ifndef UBI_BINTREE_H
320 #include "ubi_Cache.h"
321 #endif /* UBI_BINTREE_H */
325 #include "nameserv.h"
327 #include "byteorder.h"
334 #ifndef MAXCODEPAGELINES
335 #define MAXCODEPAGELINES 256
338 /***** automatically generated prototypes *****/
344 #define strcpy(dest,src) __ERROR__XX__NEVER_USE_STRCPY___;
349 #define strcat(dest,src) __ERROR__XX__NEVER_USE_STRCAT___;
354 #define sprintf __ERROR__XX__NEVER_USE_SPRINTF__;
356 #define pstrcpy(d,s) safe_strcpy((d),(s),sizeof(pstring)-1)
357 #define pstrcat(d,s) safe_strcat((d),(s),sizeof(pstring)-1)
358 #define fstrcpy(d,s) safe_strcpy((d),(s),sizeof(fstring)-1)
359 #define fstrcat(d,s) safe_strcat((d),(s),sizeof(fstring)-1)
362 #define QSORT_CAST (__compar_fn_t)
366 #define QSORT_CAST (int (*)(const void *, const void *))
369 /* this guess needs to be improved (tridge) */
370 #if defined(STAT_STATVFS) && !defined(SYSV)
374 #ifndef DEFAULT_PRINTING
376 #define DEFAULT_PRINTING PRINT_SYSV
378 #define DEFAULT_PRINTING PRINT_BSD
383 #define SIGCLD SIGCHLD
386 #if (defined(HAVE_SYSV_IPC) || defined(HAVE_SHARED_MMAP))
387 #define FAST_SHARE_MODES 1
395 #ifndef HAVE_UNION_SEMUN
398 struct semid_ds *buf;
399 unsigned short *array;
404 #if (!defined(WITH_NISPLUS) && !defined(WITH_LDAP))
405 #define USE_SMBPASS_DB 1
408 #if defined(HAVE_PUTPRPWNAM) && defined(AUTH_CLEARTEXT_SEG_CHARS)
409 #define OSF1_ENH_SEC 1
412 #if defined(HAVE_PAM_AUTHENTICATE) && defined(HAVE_SECURITY_PAM_APPL_H)
416 #if defined(HAVE_YP_GET_DEFAULT_DOMAIN)
417 #define HAVE_NETGROUP 1
420 #ifndef ALLOW_CHANGE_PASSWORD
421 #if (defined(HAVE_TERMIOS_H) && defined(HAVE_DUP2) && defined(HAVE_SETSID))
422 #define ALLOW_CHANGE_PASSWORD 1
426 /* what is the longest significant password available on your system?
427 Knowing this speeds up password searches a lot */
428 #ifndef PASSWORD_LENGTH
429 #define PASSWORD_LENGTH 8
432 #ifdef REPLACE_INET_NTOA
433 #define inet_ntoa rep_inet_ntoa
441 #define MAXPATHLEN 256
448 #ifndef INADDR_LOOPBACK
449 #define INADDR_LOOPBACK 0x7f000001
453 #define INADDR_NONE 0xffffffff
457 #define crypt ufc_crypt
460 #if defined(HAVE_CRYPT16) && defined(HAVE_GETAUTHUID)
461 #define ULTRIX_AUTH 1
465 char *strdup(const char *s);
469 void *memmove(void *dest,const void *src,int size);
472 #ifndef HAVE_INITGROUPS
473 int initgroups(char *name,gid_t id);
477 int rename(const char *zfrom, const char *zto);
481 time_t mktime(struct tm *t);
484 #ifndef HAVE_FTRUNCATE
485 int ftruncate(int f,long l);
488 #if (defined(HAVE_SETRESUID) && !defined(HAVE_SETRESUID_DECL))
490 int setresuid(uid_t ruid, uid_t euid, uid_t suid);
491 int setresgid(gid_t rgid, gid_t egid, gid_t sgid);
494 #if !defined(HAVE_BZERO) && defined(HAVE_MEMSET)
495 #define bzero(a,b) memset((a),'\0',(b))
498 #endif /* _INCLUDES_H */