How not to resize a glut window?

Does anyone know if I can prevent the user from resizing a GLUT window?

Originally posted by endo:
Does anyone know if I can prevent the user from resizing a GLUT window?

You would have to modify the glut source
that creates the window to accomplish this.

Is there not a compile time flag/option to set this?