Annotation of loncom/lonnet/c/lonnet.h, revision 1.2

1.1       albertel    1: #ifndef LONNET_H
                      2: #define LONNET_H 1
                      3: #define MAX_BUFFER_SIZE 2048
                      4: char *lonSockDir;
1.2     ! albertel    5: #ifndef UNIX_PATH_MAX
        !             6: #define UNIX_PATH_MAX 108
        !             7: #endif /* UNIX_PATH_MAX */
1.1       albertel    8: #endif /*LONNET_H*/

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>