summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 69692e5847..d72595b6b4 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -342,6 +342,7 @@ extern int innetgr (const char *, const char *, const char *, const char *);
#ifndef QSORT_CAST
#define QSORT_CAST (int (*)(const void *, const void *))
#endif /* QSORT_CAST */
+#define USE_GRANTPT
#endif
@@ -387,16 +388,18 @@ char *getwd(char *);
#include <string.h>
#include <signal.h>
#include <dirent.h>
+#include <termios.h>
#define USE_WAITPID
#define NETGROUP
#ifndef SYSV
#define SYSV
-#endif
+#endif /* SYSV */
#define SIGNAL_CAST (void (*)())
#define USE_STATVFS
#define USE_WAITPID
#define USE_SETSID
#define USE_SYSV_IPC
+#define USE_GRANTPT
#ifndef QSORT_CAST
#define QSORT_CAST (int (*)(const void *, const void *))
#endif /* QSORT_CAST */
@@ -458,6 +461,7 @@ extern struct passwd *getpwnam();
#define USE_SETSID
#define USE_SYSV_IPC
#define NO_SEMUN
+#define USE_GRANTPT
#endif