// new stub
//

#ifndef INCLUDED_PRLGCC_NEW_H
# define INCLUDED_PRLGCC_NEW_H

# include <bits/prlgcc_c++config.h>

# if defined (__PRL_GLIBCXX__)

#  if (__PRL_GLIBCXX__ == 9) || (__PRL_GLIBCXX__ == 10)

#    include <9.1/new>

#  elif (__PRL_GLIBCXX__ == 11)

#    include <11.1/new>

#  else

#    include_next <new>

#  endif

# else

#  include_next <new>

# endif

#endif
