* pulling this out to avoid redef'ing in unistd.h
authorTom Yu <tlyu@mit.edu>
Wed, 22 Jun 1994 03:56:11 +0000 (03:56 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 22 Jun 1994 03:56:11 +0000 (03:56 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3888 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/sysincl.h

index bab317e2581bb3624638dea33729a3c873c72a24..260846939c9e7167ff2e8c827b8513f591d79b0e 100644 (file)
 #include <sys/file.h>                  /* prototypes for file-related
                                           syscalls; flags for open &
                                           friends */
-/* this doesn't work under solaris. Use SEEK_* instead anyway... */
-#ifndef SEEK_SET
-#define SEEK_SET        L_SET  /* absolute offset */
-#define SEEK_CUR       L_INCR  /* relative to current offset */
-#define SEEK_END       L_XTND  /* relative to end of file */
-#endif /* SEEK_SET */
-
 #ifndef FD_SET
 #define FD_SETSIZE          (sizeof (fd_set) * 8)