/* * Copyright (c) 1997 by Qualcomm Incorporated. */ #ifdef HAVE_CONFIG_H #include #endif #include #if HAVE_FCNTL_H # include #endif #if HAVE_SYS_FILE_H # include #endif #include /* * auth : optional command ; Not supported. */ int pop_auth (p) POP * p; { /* Tell the user that this command is not supported */ return (pop_msg(p,POP_FAILURE,"This command is not supported yet")); }